[...]When I ping something like 1.1.1.1, my VLAN gateway response with a positive ping result. I'm not sure but guessing that I have a NAT issue.
$ netstat -nr -f inetKernel IP routing tableDestination Gateway Genmask Flags MSS Window irtt Iface0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 ens19210.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ens192$ ping 8.8.8.8 -c1PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=0.201 ms--- 8.8.8.8 ping statistics ---1 packets transmitted, 1 received, 0% packet loss, time 0msrtt min/avg/max/mdev = 0.201/0.201/0.201/0.000 ms
Quote from: cyrus104 on August 09, 2020, 08:35:06 am[...]When I ping something like 1.1.1.1, my VLAN gateway response with a positive ping result. I'm not sure but guessing that I have a NAT issue.I'm at the same spot - everything on the Wireguard side is working, but I cannot get traffic to route to it via policy routing, and the opnsense gateway responds to pings/etc when I would expect those packets to traverse Wireguard, for example:Code: [Select]$ netstat -nr -f inetKernel IP routing tableDestination Gateway Genmask Flags MSS Window irtt Iface0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 ens19210.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ens192$ ping 8.8.8.8 -c1PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=0.201 ms--- 8.8.8.8 ping statistics ---1 packets transmitted, 1 received, 0% packet loss, time 0msrtt min/avg/max/mdev = 0.201/0.201/0.201/0.000 msHave others who ran in to this figured out what the issue is? I haven't seen this behavior using similar setups with OpenVPN and the like.
Got it all working with NordPVN, I still need to work though my DNS issues, but once I've nailed that then I'll include some shots. Big thanks to mimugmail.This did it for me:1. Create local instance with Mullvad settings, tick "Disable Routes" and under Advanced set Gateway "1.2.3.4"2. Create endpoint (0.0.0.0, 1.2.3.4)3. Link endpoint in local instance4. Assign an Interface to WG, no IP config and lock it5. Go to System : Gateways : Single, create a gateway, Interface WG, IP address of gateway 1.2.3.4, tick "Far Gateway"6. Go to Firewall rules and set the stuff you want with gateway of WG.
There is now an easier way:Assign Interface and tick "Dynamic Gateway", Add Gateway and in IP field type as usual "dynamic". The Gateway field in Wireguard can be empty.
Screenshots of Rules, Gateways and Local instance
Packet Capture on the Azire Interface?