On Mon, Jul 27, 2009 at 11:36 AM, YO rick <no-reply at opensolaris.org> wrote:
> Network does not work in OpenSolaris 2009.06. I am applying the same data > as in Ubuntu(gnome) and Windows - but there is no any activity. I ? an not > ping my gateway. In other operation systems with that data network work > pretty fine. > General data info: > [i]cofiguration: Static IP address > IP address: 192.168.1.33 > Subnet mask: 255.255.255.0 > Gateway: 192.168.1.254[/i] > > I am applying data in manual mode so [b]nwam[/b] is dead, am i right? > [b]svcs nwam[/b] > [i]STATE STIME FMRI > disabled 0:51:18 svc:/network/physical:nwam[/i] > > [b]svcs physical[/b] > [i]STATE STIME FMRI > disabled 0:51:18 svc:/network/physical:nwam > online 0:51:24 svc:/network/physical:default[/i] > > here is everything is seems to be OKAY, am i right? > [b]ifconfig -a[/b] > [i]lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu > 8232 index 1 > inet 127.0.0.1 netmask ff000000 > nge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 > inet 192.168.1.33 netmask ffffff00 broadcast 192.168.1.255 > lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index 1 > inet6 ::1/128 [/i] > > and here is everything is OKAY too? > [b]netstat -r -n[/b] > [i]Routing Table: IPv4 > Destination Gateway Flags Ref Use Interface > -------------------- -------------------- ----- ----- ---------- --------- > default 192.168.1.254 UG 1 3 > 192.168.1.0 192.168.1.33 U 1 30 nge0 > 127.0.0.1 127.0.0.1 UH 1 0 lo0 > > Routing Table: IPv6 > Destination/Mask Gateway Flags Ref Use > If > --------------------------- --------------------------- ----- --- ------- > ----- > ::1 ::1 UH 1 0 > lo0 [/i] > > But i can not ping my gateway (192.168.1.254). Modem also do not opens in > browser. In other operation systems is everything is okay. Could anybody > suggest any help on this issue, thanks! > -- > This message posted from opensolaris.org > _______________________________________________ > opensolaris-help mailing list > opensolaris-help at opensolaris.org You're sure that 192.168.1.254 is your gateway rather than 192.168.1.1? Also you can check the output of the routeadm command. Enable ipv4-routing with: routeadm -e ipv4-routing and routeadm -u if it's disabled. Under system > administration > network you can edit your config if you prefer a GUI. -- Cheers, Steven -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opensolaris-help/attachments/20090727/56e49da9/attachment.html>