Hi, a brief follow-up.
With Linux, default gateway that resides in different subnet than the host, all that has to be done is 1) adding a static route to the default gateway and then 2) adding the default gateway to routing table. With my OpenBSD test case, I already have a static route to the default gateway (thanks to correctly configured DHCP server) but when I try to add default gateway: # route add default 5.166.16.254 add net default: gateway 5.166.16.254: Too many levels of symbolic links I'm still googling but haven't found a solution yet. Any tips, anyone? - Jyri