Have just luupgraded from 49 to 52 and on booting into 52 I get the error:
Failed to configure IPv4 interface(s): nge0
On the first boot it told me no host was in the etc/hosts file so I added see
below:
# ident "@(#)hosts 1.6 05/06/10 SMI"
#
# Internet host table
#
127.0.0.1 localhost loghost
192.168.1.64 Puddles
Upon rebooting still no luck, checked ifconfig:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
nge0: flags=201004842<BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 index
2
inet 0.0.0.0 netmask 0
ether 0:14:85:22:c9:25
nge0 isn't correctly set up, so manually added and seems that DHCP goes away??
# ifconfig nge0 192.168.1.64 netmask 255.255.255.0 up
# route add default 192.168.1.254
add net default: gateway 192.168.1.254
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
nge0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
inet 192.168.1.64 netmask ffffff00 broadcast 192.168.1.255
ether 0:14:85:22:c9:25
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
default 192.168.1.254 UG 1 0
192.168.1.0 192.168.1.64 U 1 0 nge0
127.0.0.1 127.0.0.1 UH 1 158 lo0
#
I have checked nodename, hostname.nge0, hosts and ipnodes files all contain my
host Puddles with a return.
Also have netmasks file 255.255.255.0 and nsswitch.conf is nsswitch.dns?
Am I missing something simple, any thoughts appreciated.
thanks
Iain
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]