Hello
As Bao suggested put your extra adres in /etc/interfaces
#lrcfg -> 1 -> interfaces.
If you for example you want to add the addres 10.0.0.254/8 to eth2
additional to the 192.168.2.254/24 than use this syntax
iface eth2 inet static
address 192.168.4.100
masklen 24
broadcast 192.168.4.255
up ip addr add 10.0.0.0/8 dev eth2
up ip route add 192.168.3.24 via 192.168.4.20
after up you can write several commands
each on one line that are processed after the interface came up.
The same goes for
down
post-down
and pre-up
They all do as the name suggests ;)
Nice to see that bering is used in poland too .
> "ip addr add" works ok. I need to know in what format should i write it in
> network config in Bering. Anybody knows?
>
Eric Wolzak
Bering
http://leaf.sf.net/devel/ericw
http://leaf.sf.net/devel/jnilo
_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user