Linux Netfilter discussions
 help / color / mirror / Atom feed
* port forwarding for PPTP Server
@ 2003-05-17 15:35 Arnold Rebullida
  0 siblings, 0 replies; only message in thread
From: Arnold Rebullida @ 2003-05-17 15:35 UTC (permalink / raw)
  To: netfilter

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

HI,

I have trying to setup MS PPTP server (192.168.10.11)  behind a linux firewall. I used the following scripts
eth0 is connected to the internet, eth1 is connected to PPTP server.


echo 1 > /proc/sys/net/ipv4/ip_forward
Iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 1723 -j DNAT --to 192.168.10.11
iptables -t nat -A PREROUTING -i eth0 -p 47 -j DNAT --to 192.168.10.11

it doesn't seem to work. is there anything I missed? My kernel is 2.4.18-14.

please help

thanks

arnold

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-17 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-17 15:35 port forwarding for PPTP Server Arnold Rebullida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox