On Sat, Jun 20, 2020, at 13:13, Pierre Emeriaud wrote:
> Try this:
> 
> $ cat /etc/hostname.vio0
> inet 158.69.128.109 255.255.255.255
> !route add 198.27.74.254 -link -iface vio0
> 
> The "gateway" to 198.27.74.254 should show as its mac address.

Awesome, this fixed it. -link was the thing I'd missed.

Now I have:
$ cat /etc/hostname.vio0
inet 158.69.128.109 255.255.255.255
!route add 198.27.74.254 -link -iface vio0
!route add default 198.27.74.254

And it works, thank you!

Reply via email to