All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gáspár Lajos" <swifty@freemail.hu>
To: "rajeev.sekhar" <rajeev.sekhar@sumasoft.net>
Cc: netfilter@lists.netfilter.org
Subject: Re: ""how can i allow IP protocol 47 "" on iptables to connet a pptp VPN server.
Date: Sat, 16 Jun 2007 13:24:44 +0200	[thread overview]
Message-ID: <4673C87C.4050609@freemail.hu> (raw)
In-Reply-To: <000e01c7b005$cb371be0$1664a8c0@ssplscu22>

rajeev.sekhar írta:
> hi list ,
>
> Right now my PPTP VPN server is outside the firewall consuming 2 
> Static IPaddress,
>
> I want to pleace my PPTP VPN server behind firewall.
>
> i followed good docs on 
> http://tldp.org/HOWTO/VPN-Masquerade-HOWTO-5.html , but still cant 
> understand some words in it.
>
> I DNATed 1723, and 500 (which is used for control channels on pptp) to 
> my vpn server behind my firewall.
> The encrypted data channel in PPTP is carried over GRE, IP protocol 
> 47,  Now how can allow IP protocol 47 from outside , Is this possible? 
> ( pretty new for me)
iptables -p 47 ....
or
iptables -p gre

see /etc/protocols
> They are telling to   ""masquerade ALL protocol traffic"  What they 
> mean by this?
> I am pasting my firewall rules.
>
>
>
> Is it possible to put vpn server befind firewall?
Maybe... :D
> Is anybody did this before?
I neved did :D


Swifty



  reply	other threads:[~2007-06-16 11:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-16 11:02 ""how can i allow IP protocol 47 "" on iptables to connet a pptp VPN server rajeev.sekhar
2007-06-16 11:24 ` Gáspár Lajos [this message]
2007-06-16 12:29 ` Pascal Hambourg
2007-06-16 13:38   ` rajeev.sekhar
2007-06-16 13:27 ` ""how can i allow IP protocol 47 "" on iptables to connet a pptpVPN server Neil Aggarwal
2007-06-16 15:12   ` Marcos Granero Vaz - Informatica/MTZ
2007-06-19 13:43     ` rajeev.sekhar
2007-06-19 23:12       ` Pascal Hambourg
2007-06-20  5:40         ` rajeev.sekhar

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=4673C87C.4050609@freemail.hu \
    --to=swifty@freemail.hu \
    --cc=netfilter@lists.netfilter.org \
    --cc=rajeev.sekhar@sumasoft.net \
    /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.