Hello "Kalle"!
> After following the instructions, I did this on my fresh S11E: > > /etc/hosts > 127.0.0.1 localhost loghost > 192.168.1.3 frasse > > > /etc/hostname.e1000g0 > frasse netmask + broadcast + > > > /etc/netmasks > 192.168.1.0 255.255.255.0 > > > /etc/defaultrouter > 192.168.1.1 > > > # cp /etc/nsswitch.dns /etc/nsswitch.conf > # svcadm disable network/physical:nwam > # svcadm enable network/physical:default Did you reboot after this? Looking at your output below, you did not. Then you need to do some more things manually. > # ifconfig -a > lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index > 1 > inet 127.0.0.1 netmask ff000000 > e1000g0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 > inet 192.168.1.3 netmask ffffff00 broadcast 192.168.1.255 > lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index > 1 > inet6 ::1/128 You need to do an "ifconfig e1000g0 up". > # netstat -rn > Routing Table: IPv4 > Destination Gateway Flags Ref Use Interface > -------------------- -------------------- ----- ----- ---------- --------- > 127.0.0.1 127.0.0.1 UH 2 4 lo0 If you did not reboot, you need to set the route manually: route add default 192.168.1.1 Then try again. Regards -- Joakim :-) -- ------------------------------------------------------------------------ Volker A. Brandt Consulting and Support for Oracle Solaris Brandt & Brandt Computer GmbH WWW: http://www.bb-c.de/ Am Wiesenpfad 6, 53340 Meckenheim Email: [email protected] Handelsregister: Amtsgericht Bonn, HRB 10513 Schuhgröße: 46 Geschäftsführer: Rainer J. H. Brandt und Volker A. Brandt _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
