If you configure 192.168.0.101 as the host IP address,
and the gateway is 192.168.0.1,

# cat /etc/hosts
...
192.168.0.101 hostname

# cat /etc/defaultrouter
192.168.0.1

for DNS
# cat /etc/resolv.conf
domain localdomain
nameserver 000.000.000.000

# cat /etc/nwam/llp
pcn0 static 192.168.0.101/24

# ifconfig pcn0 plumb 192.168.0.101 up

My network interface card name is "pcn0".
Yours can be differnt.
you have to check the name.
# ifconfig -a
-- 
This message posted from opensolaris.org

Reply via email to