From: Antony Stone <Antony@Soft-Solutions.co.uk>
To: Netfilter mailinglist <netfilter@lists.netfilter.org>
Subject: Re: poptop connection problem
Date: Thu, 24 Oct 2002 19:32:34 +0100 [thread overview]
Message-ID: <20021024183300.HQLI292.mta03-svc.ntlworld.com@there> (raw)
In-Reply-To: <005101c27b89$90256120$8c01a8c0@sundaram>
On Thursday 24 October 2002 7:17 pm, Sundaram Ramasamy wrote:
> Hi,
>
> I am trying setup poptop VPN server on my firewall machine.
>
> eth0 - internet IP
> eth1 - LAN IP (192.168.1.1)
>
> from inside my LAN I was able to make the connection, from outside I was
> not able to make the connection.
>
> tcpdump -i eth0 proto 47 or port 1723
> the above command not showing any information.
>
> my iptables command:
> iptables -A INPUT -i eth0 -p tcp --dport 1763 -j ACCEPT
> iptables -A INPUT -i eth0 -p 47 -j ACCEPT
What packets are you allowing out ?
Try adding a rule at the end of your INPUT chain just before the default DROP
to LOG any packets which aren't being accepted to see if you need any extra
rules.
The fact that it worked from the inside but it doesn't work from the outside
means that (a) it can be made to work, (b) the problem, if it's with
netfilter, must be in a rule which specifies the interface or the source
address, and (c) you can easily capture a working session from the inside to
see what protocols / ports it does need, to make sure they are allowed from
the outside.
Are you sure that your ISP doesn't block the ports or protocols needed to
make this work externally ?
Antony.
--
What is this talk of software 'release' ?
Our software evolves and matures until it becomes capable of escape,
leaving a bloody trail of designers and quality assurance people in its wake.
next prev parent reply other threads:[~2002-10-24 18:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-23 14:02 RELATED emulation without ip_conntrack Roy Sigurd Karlsbakk
2002-10-23 15:17 ` Antony Stone
2002-10-24 10:45 ` Roy Sigurd Karlsbakk
2002-10-24 11:55 ` Antony Stone
2002-10-24 18:17 ` poptop connection problem Sundaram Ramasamy
2002-10-24 18:32 ` Antony Stone [this message]
2002-10-24 19:17 ` Cedric Blancher
2002-10-24 12:17 ` Hi , problem with quota and Time hare ram
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=20021024183300.HQLI292.mta03-svc.ntlworld.com@there \
--to=antony@soft-solutions.co.uk \
--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