I have a few SUN CP1500 cPCI machine with 2 hme ehternet ports on it.
Only using hme0 is ok. interface is UP and has correct netmask and
broadcast.
When using both hme's hme0 comes up correctly, but hme1 stays down and has
wrong netmask and broadcast (belonging to a class A network).
I can correct it manually (ifconfig hme1....) but i want it OK by default.
The only things i changed:
/etc/hostname.hme1:
venbla1_net3
/etc/hosts:
venbla1 31.47.2.151
venbla1_net3 31.47.3.151
/etc/netmaks:
31.47.2.0 255.255.255.0
31.47.3.0 255.255.255.0
What do i wrong ?