WireGuard Outbound NAT Rule

I’m struggling to access my VPN and have reason to believe it’s due to an improper Outbound NAT Rule as I’m getting spammed errors like this:
There were error(s) loading the rules: /tmp/rules.debug:56: macro 'WIREGUARD__NETWORK' not defined - The line in question reads [56]: nat on $WAN inet proto udp from $WIREGUARD__NETWORK to any -> 74.110.20.30/32 static-port @ 2025-05-14 18:16:36

Could someone with more knowledge on configuring WireGuard on pfSense help me out here? This is the rule I have set now and things are not working.

You are only allowing UDP in your protocol. Change it to Any.

Also uncheck Static Port in Translation.

Thank you. I made those changes but am now getting the following errors?

Here are my rules:


On your wireguard interface, change the source to any and set your destination to LAN subnet

Thank you! I’m now connecting to the VPN and can access the pfSense box remotely. I’m not sure what else is needed, but I can’t seem to access the internet once connected to the VPN?