Wireguard with access limit
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Wireguard with access limit
Hello, i think about buy ER707-M2 or ER605 v2 to use as Wireguard server, but i need limit Wireguard client access to one IP address in LAN.
When you use Linux Wireguard server, you can use iptables like that:
iptables -A $CHAIN_NAME -s 10.0.0.3 -i $WIREGUARD_INTERFACE -d 192.168.10.20 -p tcp --dport 445 -j ACCEPT
but i'm not shure is it posibile one this routers.