All of lore.kernel.org
 help / color / mirror / Atom feed
[parent not found: <200207091052.55364.fabrice@celestix.com>]
* PPTP through masquerading gateway
@ 2002-07-08 18:16 Marc Riddle
  2002-07-08 19:15 ` Aldo S. Lagana
  0 siblings, 1 reply; 11+ messages in thread
From: Marc Riddle @ 2002-07-08 18:16 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

I have read everything I can find on the subject and can't seem to find a working solution anywhere. I have an NT 4.0 server running a PPTP server inside a private network that is connected to the internet via a linux 2.4 box running ip masquerading using iptables. the masquerading works fine for clients to get out, but I'm trying to enable external connections in to the PPTP server. currently I have the following rules set up, as far as I can tell they should work, but I am unable to establish a connection. The PPTP server is running on 10.1.1.15, and I am able to connect to it from inside the router so I know that it is running fine. I've been banging my head against a desk for about a week now and nothing I've tried seems to work. Any advice would be greatly appreciated. Thanks in advance. Oh yeah, currently the rules below are the only rules set up for testing, so no incoming packets are being filtered that I know of.

Thanks again,

Marc Riddle
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 1723 -j DNAT --to 10.1.1.15
iptables -t nat -A PREROUTING -i ppp0 -p 47 -j DNAT --to 10.1.1.15



[-- Attachment #2: Type: text/html, Size: 1730 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-07-10  6:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <000a01c22798$9a5773d0$0401000a@win2k>
2002-07-09 22:35 ` PPTP through masquerading gateway Rowan Reid
2002-07-10  6:10   ` R. Sterenborg
     [not found] <200207091052.55364.fabrice@celestix.com>
2002-07-09  2:08 ` Rowan Reid
2002-07-08 18:16 Marc Riddle
2002-07-08 19:15 ` Aldo S. Lagana
2002-07-08 20:54   ` Rowan Reid
2002-07-08 21:06     ` Aldo S. Lagana
2002-07-08 22:19       ` Rowan Reid
2002-07-08 22:31     ` R. Sterenborg
2002-07-08 23:44       ` Rowan Reid
2002-07-09  6:17         ` R. Sterenborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.