All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Kirk <thomas@arkena.com>
To: netfilter@lists.netfilter.org
Subject: PPTP and netfilter
Date: Tue, 29 Oct 2002 13:58:57 +0100	[thread overview]
Message-ID: <20021029125857.GD32153@thomas.arkena.com> (raw)

Hey there listmembers!

I know this issue has been discussed alot but im still abit
confused. Let me say that if i get this to work i will write a
detailed describtion on how i did it, kind of a hands-on howto :)

Ive managed sucessfully to patch 2.4.18 kernel with the newest
patch-o-matic and get it to compile. The linuxkernel was a vanillatype
thing downloaded from kernel.org and patch-o-matic was downloaded from
here :

ftp://ftp.netfilter.org/pub/patch-o-matic/snapshot/patch-o-matic-20021028.tar.bz2

ive loaded the modules :

ip_conntrack_pptp		2400   0  (unused)
ip_conntrack_proto_gre		2432   0  [ip_conntrack_pptp]

Now im abit confused on the rules i need to apply to my firewall to
make it work.

Case is this : 

Client<------>[Firewall/NAT]<------>[INTERNET]<------>[SERVER]

So my only worry is howto "translate" GRE packets and allow clients on
inside of firewall to establish PPTP to server on internet through
firewall.

So fare ive added these rules to firewall :

$IPTABLES -A lan_chain -p 47 -s $LAN_NET2 -j ACCEPT
$IPTABLES -A lan_chain -p tcp --dport 1723 -s $LAN_NET2 -j ACCEPT

lan_chain are outgoing chain. Is this all i need to add to firewall to
make it work or am i overlooking something? 

Please let me know if you need additional information on
setup/configuration to help me solve this puzzle!

Thanks in advance

-- 
Venlig hilsen/Kind regards
Thomas Kirk
ARKENA
thomas(at)arkena(dot)com
Http://www.arkena.com


BOFH excuse #345:

Having to manually track the satellite.


             reply	other threads:[~2002-10-29 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-29 12:58 Thomas Kirk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-29 20:05 PPTP and netfilter Sneppe Filip

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=20021029125857.GD32153@thomas.arkena.com \
    --to=thomas@arkena.com \
    --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.