I have a 2nd interface card in my server which needs to be set up thus:
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.248.3.73 netmask fffffff8 broadcast 10.248.3.79
ether 0:3:ba:4d:dc:8c
No problem to set up with the relevant ifconfig commands.
However, after reboot it looks like this:
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.248.3.73 netmask ff000000 broadcast 10.255.255.255
ether 0:3:ba:4d:dc:8c
and I have to change it manually. How can I configure Solaris to preserve
my netmask and broadcast settings?
/etc/netmasks lloks like this:
3.0.0.0 255.0.0.0
10.248.3.0 255.255.255.248
Thanks
Neil
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.248.3.73 netmask fffffff8 broadcast 10.248.3.79
ether 0:3:ba:4d:dc:8c
No problem to set up with the relevant ifconfig commands.
However, after reboot it looks like this:
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.248.3.73 netmask ff000000 broadcast 10.255.255.255
ether 0:3:ba:4d:dc:8c
and I have to change it manually. How can I configure Solaris to preserve
my netmask and broadcast settings?
/etc/netmasks lloks like this:
3.0.0.0 255.0.0.0
10.248.3.0 255.255.255.248
Thanks
Neil