> > "ip addr add" works ok. I need to know in what format should
> > i write it in
> > network config in Bering. Anybody knows?
>
> Bering is following Debian.  For myself, I would make the
> changes in /etc/network/interfaces.
>
In the interface file you can use the "up" prefix . You can have something
like:

auto eth2
iface eth2 inet static
        address 192.168.1.100
        netmask 24
        broadcast 192.168.1.255
up ip address add 192.168.1.100/24 dev eth2 label eth2:1

Do do hesitate to use the -v flag to see what commands are executed when ifup
ethx is executed:
ifup -v ethx
ifdown -v ethx

I know I have to improve my documentation on this interface configuration.
Jacques


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to