> Is it possible to configure a static IP on OpenSolaris ?? and if yes can you 
> explain ??

Yes, if you are running OpenSolaris on bare hardware, *not* in a vbox.  If you 
really insist on using static addressing in a vbox:

from ifconfig -a:
e1000g0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 10.0.2.15 netmask ffffff00 broadcast 10.0.2.255

from netstat -rn:
Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.0.2.2             UG        1         52 e1000g0   
10.0.2.0             10.0.2.15            U         1          7 e1000g0   

/etc/resolv.conf:
domain home.net
nameserver 10.0.2.3
 
 
This message posted from opensolaris.org

Reply via email to