All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ray Leach <raymondl@knowledgefactory.co.za>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Subject: Re: connection to vpn Server (pptp) behind iptables FW
Date: Fri, 12 Mar 2004 11:58:03 +0200	[thread overview]
Message-ID: <1079085483.15569.79.camel@raylinux.internal> (raw)
In-Reply-To: <DIIE.000000F700002A12@sbgit.com>

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

On Fri, 2004-03-12 at 11:40, peter.gehle@sbgit.com wrote:
> Hi,
> 
> since two weeks i try to create rules for my iptables fw who
> let pass an vpn tunnel to my internel ms vpn server (pptp).
> i have installed the kernel 2.4.25 and patched it with patch-o-matic (only the 
> pptp/gre patch aplied).
> 
> i load the ip_conntrack_pptp, ip_conntrack_proto_gre, ip_nat_pptp and ip_nat_proto_gre modules,
> and my script looks so:
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 1723 -j DNAT --to-destination 192.168.1.2
> iptables -A FORWARD -i eth0 -m state --state NEW -p tcp -d 192.168.1.2 --dport 1723 -j ACCEPT
> iptables -A FORWARD -i eth0 -m state --state NEW -p GRE  -d 192.168.1.2 -j ACCEPT
> iptables -t nat -A PREROUTING -i eth0 -p GRE -j DNAT --to-destination 192.168.1.2
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
> iptables -I FORWARD 1 -m state --state ESTABLISHED,RELATED -j ACCEPT
> 
> So whats wrong, becaus i can connect to the vpn server behind the firewall, but the 
> connection hangs at the authentification. after some minutes i receive an message that
> the server does not respond.
> 
Micro$oft has a 'technote' on this in their technet section on the
website. AFAIR you need to allow protocol 37 to be forwarded between the
two.

> netstat say this:
> netstat-nat -d 192.168.1.2 
> Proto NATed Address Foreign Address State 
> tcp p42821a5e.dip.t-dialin.ne:4394 192.168.1.2:1723 ESTABLISHED 
> tcp p42821a5e.dip.t-dialin.ne:4392 192.168.1.2:1723 TIME_WAIT
> 
> Scheme of my network:
> vpn-client -> hw-router -> internet -> hw-router -> firewall -> vpn-server
> 
> so whats going wrong?
> 
> Thanx Peter
-- 
--
Raymond Leach <raymondl@knowledgefactory.co.za>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
--

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-03-12  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-12  9:40 connection to vpn Server (pptp) behind iptables FW peter.gehle
2004-03-12  9:58 ` Ray Leach [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1079085483.15569.79.camel@raylinux.internal \
    --to=raymondl@knowledgefactory.co.za \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.