This is a discussion on VPN client behind Debian Linux router within the Linux Networking forums, part of the Linux Forums category; Hey there, I have set up a Debian Linux box to act as my router (to replace a Linksys router.) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey there,
I have set up a Debian Linux box to act as my router (to replace a Linksys router.) I have everything working great (NAT, etc.) but I forgot that I use a VPN connection on a Windows XP box to connect to a remote network (which is running a VPN server on NT4, I believe. So my question is how do I allow my firewall to allow my VPN client to access this remote network (I am not interested in setting up a VPN server, just in getting my Windows box with the VPN connection to connect to the remote network.) Any help would be appreciated. C |
|
|||
|
kaczmar2@hotmail.com (kaczmar2) wrote
news:f8a9b6b8.0406111107.2f5e0a4b@posting.google.c om: > So my question is how do I allow my firewall to allow my VPN client to > access this remote network (I am not interested in setting up a VPN > server, just in getting my Windows box with the VPN connection to > connect to the remote network.) I suspect your are connectiong to your NT4 server using the PPTP VPN protocol : - your firewall must allow the GRE protocol to pass throw /sbin/iptables -A INPUT -p gre -j ACCEPT More information on the PPTP protocol : http://www.microsoft.com/technet/com...uy/cg0103.mspx Regards |