onkar writes:
> 192.168.1.0 192.168.1.17 U 1 0 nge0
That means it's now up and working. Is there some other problem
you're having? Please be specific, because the information you've
shown doesn't indicate any particular problem.
One guess is that you're wondering why it was like this. Most likely,
it's an error in the /etc/hostname.nge0 file. Please post the *exact*
contents of that file. It should look something like this:
192.168.1.17/24
It should not have more than one line in it.
For another guess, you're trying to configure a static address, and
you haven't configured a default route, although you (guessing again)
need one for your network. If that's the issue, then you'll need to
do something like this (just once):
# echo 192.168.1.1 > /etc/defaultrouter
# route add default 192.168.1.1
There may be more configuration issues on this system. Have you set
up DNS? Do you need to?
Static configuration is annoying because there are a lot of details
that you have to get right. I don't recommend it. If you can use
DHCP on this system, then do so.
--
James Carlson, Solaris Networking <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
[email protected]