Hi,
I am trying to add setup a fireguard connection from my FreeBSD server to an external vpn server. I am able to get the connection running, but then I am not able to ssh into the server from other computers on the local lan.
I then thought I need some sort of split tunnelling adding a route afterwards by adding below line in the Wireguard config file.
PostUp = ip rule add 10.0.0.0/8 -iface vtnet0
but then that is an unknown command.
Any hints on how to handle this.
I am trying to add setup a fireguard connection from my FreeBSD server to an external vpn server. I am able to get the connection running, but then I am not able to ssh into the server from other computers on the local lan.
I then thought I need some sort of split tunnelling adding a route afterwards by adding below line in the Wireguard config file.
PostUp = ip rule add 10.0.0.0/8 -iface vtnet0
but then that is an unknown command.
Any hints on how to handle this.