My original question was:
> I'm trying to configure a redundant interface on DU 4.0F on DS10, using
> netrain.
> If I execute ifconfig command, all works fine but I loose all netrain
> configuration at next reboot.
>
> how I can set my changes definitive?
>
Thanks to:
Dr. Thomas P. Blinn
Steve Smith
Mandell.Degerness
Bob Klenotiz
Nikola Milutinovic
Niels.Roetert
Macfarlane, Fraser
Solutions:
There are two way to do it:
1) work on /etc/rc.config.
ie:
NUN_NETCONFIG="1"
NETDEV_0="nr0"
IFCONFIG_0="nnn.nnn.nnn.nnn netmask 255.255.255.0 add ee0,ee1" ( or
tu0,tu1 )
2) work on /etc/inet.local
ie:
ifconfig <interface> down
ifconfig <interface> down
ifconfig nr0 <IP ADDRESS> netmask <NETMASK> add <INTERFACE1,INTERFACE2>
Personally, i prefere the second solution
Marco
Thanks again
Received on Thu Nov 09 2000 - 21:30:51 NZDT