Hi again, Dimension wrote: > Thanks for your help. > > I disabled my physical nic and did not use dhcp. My configurations are listed > below: > > ipconfig -a > lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index 1 > inet 127.0.0.1 netmask ff000000 > vni0: flags=20010100c1<UP,RUNNING,NOARP,NOXMIT,IPv4,VIRTUAL> mtu 0 index 2 > all-zones > inet 192.168.2.3 netmask ffffff00 > OK, so you have trouble in your labeled zones definition. You should have one lo0:x per zone. Actually, there is no networking on your zones so that justifies the problem.
Are you sure you have completed your zones installation ? (zlogin -C to them from your global zone to check it) When you created the zones, do you configured them with NO networking ? > /etc/hosts and /etc/inet/ipnodes > ::1 localhost > 127.0.0.1 localhost > 192.168.2.3 sol Another important point is that you will need to have all your zones known by name from the global zone. prior to installing them, either put their hostname (name of zone) as alias to your sol host (IP sharing), either give them your globalzone hostname (sol) at install time. Let me know, HTH, Bruno.