Score:0

How to block access to LAN through Open VPN running in Docker?

es flag

I'm running Open VPN server inside Docker on Debian 10. It works great. The problem is the connected client now can access my devices on my local network. I would like to block all access to all VPN clients.

LAN: 192.168.66.0/24
OpenVPN Server IP: 192.168.66.200
Router: 192.168.66.1
OpenVPN network: 172.20.10.0/24
Docker container network: bridge

Used iptables on the host but I can still access devices on my LAN:

iptables -A INPUT -s 10.8.0.0/24 -d 192.168.1.0/24 -j DROP

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.