aedeimos 0 Posted ... Hi all, I am new to selfhosting and not yet advanced in VPN, so I'm sorry if this is something trivial. I'm running Eddie-CLI (AirVPN) on a Raspberry Pi 5 with netlock=true. My Raspberry Pi has IP 192.168.3.149, and I’m trying to access services like Deluge (port 8112) and Radarr (port 7878) from another device on the same LAN (192.168.3.63). These services are running in CasaOs/Docker, and they are correctly exposed on 0.0.0.0:8112 and 0.0.0.0:7878. Everything works perfectly when Eddie is disconnected, but as soon as the VPN is connected, I can’t reach those ports anymore — even though SSH (22) and HTTP (80) still work. I’ve already configured the following: netlock.allow_private=true netlock.allowlist.incoming.ips=192.168.3.0/24 netlock.allowlist.outgoing.ips=192.168.3.0/24 netlock.allow_ping=true netlock.incoming=allow How can I allow LAN devices to access these Docker services when Eddie is connected and Network Lock is enabled — without disabling the killswitch? Any guidance, iptables rules, or best practices would be greatly appreciated. Thanks! Quote Share this post Link to post