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