Hello Folks, I installed Solaris 11 on VirtualBox and I created a zone named "zdev1" by following the directions outlined here:
http://www.oracle.com/technetwork/articles/servers-storage-admin/o11-092-s11-zones-intro-524494.html Here is some information: root@solaris11:~# uname -a SunOS solaris11 5.11 11.0 i86pc i386 i86pc root@solaris11:~# cat /etc/release Oracle Solaris 11 11/11 X86 Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved. Assembled 18 October 2011 root@solaris11:~# zoneadm list -civ ID NAME STATUS PATH BRAND IP 0 global running / solaris shared 1 zdev1 running /zones/zdev1 solaris excl But I can't get the zone networking to work for the life of me: root@solaris11:~# zlogin zdev1 [Connected to zone 'zdev1' pts/2] Oracle Corporation SunOS 5.11 11.0 November 2011 root@zdev1:~# 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.1.13 netmask ffffff00 broadcast 192.168.1.255 ether 2:8:20:5:51:dc lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 inet6 ::1/128 net0: flags=20002004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 2 inet6 fe80::8:20ff:fe05:51dc/10 ether 2:8:20:5:51:dc Trying to ping the defaultrouter ( 192.168.1.254 ) root@zdev1:~# ping 192.168.1.254 no answer from 192.168.1.254 ofcourse trying out is not gonna work: root@zdev1:~# ping 173.194.64.103 no answer from 173.194.64.103 I can ping to my self: root@zdev1:~# ping localhost localhost is alive The zone info: root@solaris11:~# zonecfg -z zdev1 info zonename: zdev1 zonepath: /zones/zdev1 brand: solaris autoboot: true bootargs: -m verbose file-mac-profile: pool: limitpriv: scheduling-class: ip-type: exclusive hostid: fs-allowed: anet: linkname: net0 lower-link: auto allowed-address not specified configure-allowed-address: true defrouter not specified allowed-dhcp-cids not specified link-protection: mac-nospoof mac-address: random auto-mac-address: 2:8:20:5:51:dc mac-prefix not specified mac-slot not specified vlan-id not specified priority not specified rxrings not specified txrings not specified mtu not specified maxbw not specified rxfanout not specified I am not sure if this is VirtualBox related or if I am doing something wrong here. Any feedback is appreciated. Please let me know if you need more information. -Deniz.
_______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org