> I'm running Bering 1.2 and I'm trying to create a virutal interface on an
> existing network card.
> 
> I have tried setting it up in the interfaces file as
> 
> auto eth0
> iface eth0 inet static
>      address 192.168.0.2
>      netlen 24
>      broadcast 192.168.0.255
>      gateway 192.168.0.1
Here add
       up ip addr add 10.0.0.1/24 dev eth0 label eth0:0

And drop the rest
Add scope or flags to taste as per ip(8) manpage

> If I down load netutils.lrp and use ifconfig eth0:0 up I get

I recommend using ip rather than ifconfig for better defined control

- Alex


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to