On 04/01/2014 06:58 PM, [email protected] wrote: > hi, > I just installed smart os virtually, and created a new zone mainly using > instructions here: > http://wiki.smartos.org/display/DOC/How+to+create+a+zone+%28+OS+virtualized+machine+%29+in+SmartOS > > I can't get out or into the zone network wise (ssh, wget, ping), but can > ssh to the global zone. I was wondering is something disabling > networking by default in new zones for security reasons. > I figured I'd ask before i start ripping my hair out. I used the latest > 64bit image.
So, you mentioned that you're running this virutally, does that mean that you're running SmartOS inside of a virtual machine? If that's the case, you generally need to tell the hypervisor software like virtualbox/vmware to put the underlying network device in promiscuous mode. If you're running physically, then the first thing to ask is can you ping the global zone and then can you ping your gateway. You should confirm that the gateway is set by looking at the routing tables from netstat -rn. Robert > Relevant information if anyone can think of anything.... > > netstat -i > Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis > Queue > lo0 8232 loopback localhost 0 0 0 0 0 0 > net0 1500 192.168.1.0 192.168.1.150 797 0 102 0 0 0 > > ****** > > ifconfig net0 > net0: flags=40001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,L3PROTECT> > mtu 1500 index 2 > inet 192.168.1.150 netmask ffffff00 broadcast 192.168.1.255 > ether e2:af:54:b:2e:7d > ******* > ps -ef | grep inet > root 6771 6242 0 21:28:18 ? 0:00 /usr/lib/inet/inetd > start > ******* > more /etc/defaultrouter > 192.168.1.1 > > ******* > more /etc/resolv.conf > search local > nameserver 8.8.8.8 > > > > > > ------------------------------------------- > smartos-discuss > Archives: https://www.listbox.com/member/archive/184463/=now > RSS Feed: > https://www.listbox.com/member/archive/rss/184463/21483261-4b78dd38 > Modify Your Subscription: > https://www.listbox.com/member/?& > > Powered by Listbox: http://www.listbox.com > ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
