That did the trick! Thanks so much. Now all I have to do is get all the cameras working reliably, lol.
RE: IPSET, yeah, I found the problem
I initially tried:
ipset create wg-hosts hash:net
ipset add wg-hosts 192.168.1.3
ipset add wg-hosts 192.168.1.4
iptables -I FORWARD -i wgs1 -o br0...
Thanks, man! I'll check it out.
One thing I forgot to mention: It seems that all of the approaches above leave the router ip open on the WAN side of the wireguard VPN. Is that unavoidable since it's the wireguard "server"? Obviously, I have WAN access to the webgui turned off, but I'm...
You're a gentleman & a scholar :-) . It just works. Man, sure hope someone else in my situation stumbles on this thread.
I decided to play around with the possibility of adding more inside hosts (for future expansion) and came up with the following:
(Disclaimer: I've been into iptables for...
Asus RG-58AXU
Merlin FW v3004.388.8_4
Hi, first post after much lurking/searching. I have to believe that this is not an uncommon use case, but no joy so far for Asus Merlin/wireguard.
I have a functional wireguard(server) vpn running in my RG-58AXU w/ one WAN Android client accessing my NVR...