All of lore.kernel.org
 help / color / mirror / Atom feed
* how to connect to VPN server using IPTABLES nat
@ 2006-03-02 10:46 Buddy wu
  2006-03-02 11:45 ` Rob Sterenborg
  0 siblings, 1 reply; 4+ messages in thread
From: Buddy wu @ 2006-03-02 10:46 UTC (permalink / raw)
  To: netfilter

   I DON'T mean there is a VPN serving making from linux.
   The fact is that:
   I set up a VPN server using windows server(IP:192.168.1.1) and it
is behind a Linux server which is using iptables for nat
   iptables -A PREROUTING -d 218.0.0.0 -j DNAT --to 192.168.1.1

   but I can't establish the VPN connection from out(etc IP address is
218.10.0.1, I have tested that I can connect to other service such as
web(port 80). How can I establish the VPN connection ? Is there need
some setting in IPTABLES?


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

end of thread, other threads:[~2006-03-03  6:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-02 10:46 how to connect to VPN server using IPTABLES nat Buddy wu
2006-03-02 11:45 ` Rob Sterenborg
2006-03-03  4:55   ` Buddy wu
2006-03-03  6:22     ` Rob 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.