Is it possible to add multiple default routes via the VM json config?
I have something like this now:

      "nics": [
        {
          "nic_tag": "admin",
          "ip": “A.B.C.D",
          "netmask": "255.255.255.0",
          "gateway": “A.B.C.1",
          "primary": true
        },
        {
          "nic_tag": "admin",
          "ip": “E.F.G.H",
          "netmask": "255.255.255.0",
          "gateway": “E.F.G.1"
        },
        {
          "nic_tag": "be",
          "ip": “10.B.C.D",
          "netmask": "255.0.0.0"
        }


I would like both A.B.C.D and E.F.G.H to be routable, both are different 
networks. It works fine if I do a manual route add on the VM.

Thanks in advance.

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