That looks like it will work very nicely. Thank you, Greelan!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuroot@OPNsense:~ # netstat -nr
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 10.2.0.1 UGS wg0
10.2.0.1 link#12 UHS wg0 # This is the currently active/default gateway
10.2.0.2 link#3 UH lo0 # This is the currently active/default tunnel IP
[...]
10.2.3.1 link#15 UHS wg3 # This is the problematic gateway
10.2.3.2 link#3 UH lo0 # This is the problematic tunnel
[...]
root@OPNsense:~ # ping -S 10.2.3.2 -c 10 1.1.1.1 # ping something via the problematic tunnel - fail
PING 1.1.1.1 (1.1.1.1) from 10.2.3.2: 56 data bytes
--- 1.1.1.1 ping statistics ---
10 packets transmitted, 0 packets received, 100.0% packet loss
root@OPNsense:~ # time traceroute -s 10.2.3.2 1.1.1.1 # traceroute something via the problematic tunnel - works
traceroute to 1.1.1.1 (1.1.1.1) from 10.2.3.2, 64 hops max, 40 byte packets
1 10.2.3.1 (10.2.3.1) 15.823 ms 14.536 ms 14.187 ms
2 146.70.202.81 (146.70.202.81) 31.409 ms 29.895 ms 30.969 ms
3 ae32-1932.agg4v.nyc1.us.m247.ro (146.70.1.249) 21.035 ms 20.754 ms 19.185 ms
[...]
^C
0.000u 0.006s 0:03.14 0.0% 0+0k 0+0io 0pf+0w # Only 3 seconds using traceroute
root@OPNsense:~ # ping -S 10.2.3.2 1.1.1.1 # ping then works and the gateway then shows in the GUI as green/online
PING 1.1.1.1 (1.1.1.1) from 10.2.3.2: 56 data bytes
64 bytes from 1.1.1.1: icmp_seq=0 ttl=53 time=18.939 ms
64 bytes from 1.1.1.1: icmp_seq=1 ttl=53 time=26.877 ms
^C
--- 1.1.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 18.939/22.908/26.877/3.969 msQuote from: nero355 on March 20, 2026, 04:19:41 PMI would like to think that there is a chance somewhere in the future ?!
At least you are not the only one with that wish :)