Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Payal Rathod <payal-netfilter@scriptkitchen.com>
To: Netfilter ML <netfilter@lists.netfilter.org>
Subject: VPN?
Date: Fri, 13 Aug 2004 10:44:50 -0400	[thread overview]
Message-ID: <20040813144450.GA17278@tranquility.scriptkitchen.com> (raw)

Hi,
I want to pass pptp traffic through my firewall. For that I added,
iptables -A FORWARD -s 192.168.0.0/255.255.0.0 --protocol 47 -j
ACCEPT
in my firewall list plus,
iptables -A FORWARD -s 192.168.0.0/255.255.0.0 -p udp -m udp --dport 1723 -j ACCEPT
iptables -A FORWARD -s 192.168.0.0/255.255.0.0 -p tcp -m tcp --dport 1723 -j ACCEPT
But my clients cannot connect to it. It gives connection timed out.
What must be the error?
My old firewall (before I made changes given above is at),
http://payal.staticky.com/tables.txt

With warm regards,
-Payal


             reply	other threads:[~2004-08-13 14:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-13 14:44 Payal Rathod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-13 15:16 VPN? Jason Opperisano
2004-08-13 15:47 ` VPN? Payal Rathod
2004-08-13 16:30 VPN? Jason Opperisano
2004-08-13 17:44 ` VPN? Payal Rathod
2004-08-13 17:59 VPN? Jason Opperisano

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=20040813144450.GA17278@tranquility.scriptkitchen.com \
    --to=payal-netfilter@scriptkitchen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox