
|
[openbeosnetteam]
||
[Date Prev]
[07-2006 Date Index]
[Date Next]
||
[Thread Prev]
[07-2006 Thread Index]
[Thread Next]
[openbeosnetteam] Re: Network overview
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Fri, 21 Jul 2006 18:38:59 +0200 CEST
"Andrew Galante" <haiku.galante@xxxxxxxxx> wrote:
> I mean does it do anything yet? ifconfig only tells me there are no
> interfaces defined.
Well, in case you don't know it, you're using ifconfig to define
interfaces, too.
For example in Qemu you'd do:
$ ifconfig /dev/net/etherpci/0 192.168.0.1 up
and there it is. To configure a (non-working) loopback device, you'd
say:
$ ifconfig loop0 127.0.0.1 up
Bye,
Axel.
|

|