All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joseph Bueno <joseph.bueno@trader.com>
To: Gábor Lénárt <lgb@vega.digitel2002.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: pretending a network interface
Date: Wed, 10 Jan 2001 11:38:35 +0100	[thread overview]
Message-ID: <3A5C3BAB.F071EB67@trader.com> (raw)
In-Reply-To: <20010110103320.B13083@vega.digitel2002.hu>

Gábor Lénárt a écrit :
> 
> Hi,
> 
> Is it possible somehow for a process to pretending a functional network
> interface? I mean some emulator I develope requires to have network
> capability. On the real machine it will run it has got serial interface
> to connect to PC. But I develope it under Linux first, and I try to
> test it. It would be cool to have something which can be fed by data and
> trasmit it as it come from a network interface. According for example vice,
> it is possible to use a serial port, which is linked to another serial port
> of the same machine. But this is ugly and I haven't got two free serial
> port either.
> 
> - Gabor
> 
> --
>  --[ Gábor Lénárt ]---[ Vivendi Telecom Hungary ]--[ lgb@supervisor.hu ]--
>  U have 8 bit comp or chip of them and it's unused or to be sold? Call me!
>  -------[ +36 30 2270823 ]------> LGB <-----[ Linux/UNIX/8bit 4ever ]-----
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

Hi,

I don't really understand what you mean with "a process to pretending a
functional network interface". If you are looking for a way to have
something
that looks like a network interface without real hardware, you should
look at "dummy" module.

On ma machine, I use:

ifconfig dummy0 192.168.1.1 up

to set up such an interface.

Hope this helps
--
Joseph Bueno
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

      reply	other threads:[~2001-01-10 10:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-10  9:33 pretending a network interface Gábor Lénárt
2001-01-10 10:38 ` Joseph Bueno [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A5C3BAB.F071EB67@trader.com \
    --to=joseph.bueno@trader.com \
    --cc=lgb@vega.digitel2002.hu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.