I'm using latest version of Opnsense on APUC2 hardware.
I want to use selective routing on different VPN provider therefore I need to check "Disable Routes Options". When looking inside the configuration of wg0.conf I get the following:
PostUp = route add 192.168.20.1 -iface %i
PostDown = route del 192.168.20.1 -iface %i
when wireguard-go is restarted, it said: add host 192.168.20.1: gateway wg0 fib 0: route already in table
If I delete the two entry, then wireguard start successfully.
when I restart the OPNsense, those entry are added again. Is it a bug or something is wrong in my configuration ?
I'm using latest version of Opnsense on APUC2 hardware.
I want to use selective routing on different VPN provider therefore I need to check "Disable Routes Options". When looking inside the configuration of wg0.conf I get the following:
when wireguard-go is restarted, it said:
add host 192.168.20.1: gateway wg0 fib 0: route already in tableIf I delete the two entry, then wireguard start successfully.
when I restart the OPNsense, those entry are added again. Is it a bug or something is wrong in my configuration ?