11:54:07 Can I somehow force SmartOS config in global zone to actually use the gateway I gave it to use and not using the gateway it got from DHCP?.. Problem is that DHCP gives multiple gateways and one gateway is faster and the other one is slower and SmartOS global zone then uses one that another, not using firstly one THEN another. (And does not takes into account gateway I have set in config , if DHCP is used) 12:17:27 is your /usbkey/config correct? it should do. maybe paste your admin_* entries somewhere? 13:05:02 jperkin, I am doing traceroute -n and can confirm it is still doing the same thing, taking different gateway, one it got from DHCP, instead of prescribed one , also I have set both admin_gateway= and headnode_default_gateway= is set. Let em pastebin config: https://0bin.net/paste/i8AUbUDF#pwnUx-TVP/qclwkuT84XDsiVRNhKwML4F/Q6pSaDQTL 13:05:50 That is VM, I also experience it at install on hardware, from global zone 13:07:19 DHCP server (Mikrotik) is giving first 10.42.0.5 as the main gateway (itself) and th 10.42.0.1 (secondary gateway, without DHCP) 13:08:05 So it uses that gateways in round robin DHCP, even gateway from is specified. 13:14:42 oh ok so you are mixing dhcp and non-dhcp, yeh that will probably confuse things 13:15:19 If I leave it to dhcp only, behaves the same.. 13:15:32 are both gateways actually legal? 13:15:59 that is, I suppose second one is meant for backup? 13:16:07 network bringup is just a shell script, if you want to have a go at producing a patch for this it's likely something we'd be interested in 13:16:37 they work. First one is gatwaying to the fiber, second is a gateway to WLAN . Both are on LAN. 13:17:02 yup. For backup and to get on contact with subsequent LANs on path to internet 13:17:21 jperkin, I see. 13:18:37 I had some answers before regarding DHCP-only , that it is illumso bug not recognizing situation when there are multiple gateways, to use firs otn first, undefine behavior. But yes, SmartOS as a distro can define it. Plus recognize mixed use. Thanks. 13:18:57 So it is encouraging , thank you. 13:19:54 I might spin up a build SmartOS zone, after all :P