Created
August 26, 2011 07:47
-
-
Save proffalken/1172929 to your computer and use it in GitHub Desktop.
solaris zones
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@mysql ~]# ifconfig net0 192.168.122.211 | |
[root@mysql ~]# ifconfig -a | |
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 | |
inet 127.0.0.1 netmask ff000000 | |
net0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 | |
inet 192.168.122.211 netmask ffffff00 broadcast 192.168.122.255 | |
ether 2:8:20:e0:91:63 | |
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 | |
inet6 ::1/128 | |
[root@mysql ~]# ping www.google.com | |
ping: unknown host www.google.com | |
[root@mysql ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment