This is a discussion on IP Tables - PPTP/GRE + NAT within the Linux Networking forums, part of the Linux Forums category; Hi All, I have iptables working with PPTP but with only one connection allowed at once. After some research I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I have iptables working with PPTP but with only one connection allowed at once. After some research I found the reason for this, that is iptables can only process 1 GRE connection thru NAT at any one time. This seems odd since other nat enabled routers & windows don't have the same issue. My question is: Is there anyway around this? either by using IP tables or a different method within Linux? If not does anyone know of any future developments which will enable this? Thanks, Andy |
|
|||
|
andrewt@grantham.duntop.co.uk (Andrew Townsend) wrote
news:7a676d7f.0406110751.7142cddd@posting.google.c om: > My question is: Is there anyway around this? either by using IP tables > or a different method within Linux? If not does anyone know of any > future developments which will enable this? Patch to allow multiple PPTP connexion : http://www.impsec.org/linux/masquerade/ip_masq_vpn.html or use a pptp proxy : http://www.mgix.com/pptpproxy (not responding now ?) Regards |