-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howto open specific port on local net? #29
Comments
Nevermind, i think I've figured it out...
Another question though, i was wondering why to allow all incoming traffic on the VPN interface? Doesn't this make the system vulnerable, for example a vpn-server config where clients can access each others ips internally in the vpn network, would expose all open ports? |
Created #34 for it. |
That's not a great solution since that change does not persist on vpn-firewall upgrades. Since vpn-firewall is based on netfilter-persistent, the iptables rules should be stackable. However, vpn-firewall's unconditional Maybe function
|
Hi there,
i followed this guide and installed the vpn-firewall on a raspberry pi 3 running debian jessie. I'm using a single network interface (eth0) and the LOCAL_NET variable in 50_user.conf is set to my local network and all works fine.
However, i cannot access the device over SSH in the local net (i assume obviously all ports are closed by the firewall.)
What would be the best way to open port 22 on eth0 so i can access the device from my local network?
Should i manually edit '/usr/share/netfilter-persistent/plugins.d/30_vpn-firewall' to add some rule to it?
Thank you.
The text was updated successfully, but these errors were encountered: