From: Antony Stone <Antony@Soft-Solutions.co.uk>
To: netfilter@lists.netfilter.org
Subject: Re: Forward a port ??!!
Date: Tue, 20 Jul 2004 21:55:42 +0100 [thread overview]
Message-ID: <200407202155.42179.Antony@Soft-Solutions.co.uk> (raw)
In-Reply-To: <40FD76CE.6050501@libertysurf.fr>
On Tuesday 20 July 2004 8:47 pm, Frédéric Gonzatti wrote:
> Hi all,
>
> I''ve got a firewall with three cards : eth0 (LAN), eth1(DMZ) and eth2
> (WAN).
> I'm trying to test port forward with iptables but it doesn't work !
> eth0 : 172.168.2.1 (I'm not using this card now)
> eth1: 192.168.2.1/255.255.255.0
> eth2: 192.168.3.1/255.255.255.0
>
> On the DMZ I've put a computer (192.168.2.151/255.255.255.0) with sendmail.
> When I'm on this computer a telnet localhost 25 is working fine.
> I've connected a computer on eth2 with ip 192.168.3.2/255.255.255.0
> I would like to access to the computer with sendmail when I make a
> telnet 192.168.3.1 but I've got a timeout response.
> What it's wrong with this script ?
I see nothing obvious wrong with your script; however, what do you get for the
packet & byte counters from "iptables -L -nvx; iptables -L -t nat -nvx"?
That should tell you which rules are successfully matching packets, and which
rules are seeing none.
You might want to try LOGging packets which reach the end of the INPJUT and
FORWARD chains, so you can see what's trying to get into or through the
firewall and being blocked by the default DROP policies.
Does the sendmail system try to do ident lookups on incoming connections?
Does it refuse a connection if there is no ident reply (since you do not
allow idents into, or through, your firewall)?
I think a couple of LOGging rules, or a packet sniffer on eth1, will tel you
what's going on.
Regards,
Antony.
--
Programming is a Dark Art, and it will always be. The programmer is
fighting against the two most destructive forces in the universe:
entropy and human stupidity. They're not things you can always
overcome with a "methodology" or on a schedule.
- Damian Conway, Perl God
Please reply to the list;
please don't CC me.
prev parent reply other threads:[~2004-07-20 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-20 19:47 Forward a port ??!! Frédéric Gonzatti
2004-07-20 20:55 ` Antony Stone [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=200407202155.42179.Antony@Soft-Solutions.co.uk \
--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