Hi list,

I'm running VirtualBox w/ smartos.iso image. The virtual NIC configured
in bridge mode and enabled promiscuous mode as described here:
http://wiki.smartos.org/display/DOC/SmartOS+on+VirtualBox

A Global Zone works pretty fine and I can ping my host's NIC (WiFi) and
evrything else
including Internet.

Then I'm trying to add a new zone w/ the following JSON:


{
 "brand": "joyent",
 "image_uuid": "8639203c-d515-11e3-9571-5bf3a74f354f",
 "alias": "onixs.build",
 "hostname": "smart-onixs",
 "max_physical_memory": 2048,
 "quota": 20,
 "resolvers": ["192.168.1.1", "8.8.8.8"],
 "nics": [
  {
    "nic_tag": "admin",
    "ip": "192.168.1.120",
    "netmask": "255.255.255.0",
    "gateway": "192.168.1.1",
    "primary": true
  }
 ],
}

where 192.168.1.1 is my WiFi router, I can `ssh` to 192.168.1.120 from my
host
(laptop), however from this zone I can only ping my global zone, my host's
NIC,
but not 192.168.1.1 and no hosts from Internet.

I've read all docs from wiki.smartos.org and found no clue what's going on
:(
Any ideas?



-------------------------------------------
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

Reply via email to