Article 5SSKA I have a wireguard VPN, I want to make it so a specific client/peer can only access one internal IP/port on the local network

I have a wireguard VPN, I want to make it so a specific client/peer can only access one internal IP/port on the local network

by
wh33t
from LinuxQuestions.org on (#5SSKA)
I tried this in my ufw config, but my client on 10.0.0.3 can still access all resources in 192.168.0.x

Code:Status: active

To Action From
-- ------ ----
22/tcp LIMIT Anywhere
42069 LIMIT Anywhere
192.168.0.253 80 ALLOW 10.0.0.3
Anywhere DENY 10.0.0.3
22/tcp (v6) LIMIT Anywhere (v6)
42069 (v6) LIMIT Anywhere (v6)Any idea why this isn't working as expected?latest?d=yIl2AUoC8zA latest?i=UIV-jqOEVfI:P9WTQQEx8iA:F7zBnMy latest?i=UIV-jqOEVfI:P9WTQQEx8iA:V_sGLiP latest?d=qj6IDK7rITs latest?i=UIV-jqOEVfI:P9WTQQEx8iA:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments