On your other post, ifconfig -a shows (in part): inet 192.168.1.17 netmask ffffff00
Normally, a 192.168 network has a 24 bit netmask : 255.255.255.0 Try this: ifconfig nge0 down ifconfig nge0 192.168.1.17 netmask 255.255.255.0 up or ifconfig nge0 192.168.1.17/24 up --ron -- This message posted from opensolaris.org _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
