From: "saz" <saz@inticomp.com>
To: lartc@vger.kernel.org
Subject: [LARTC] iproute2 + netfilter problem
Date: Fri, 14 Jan 2005 14:04:27 +0000 [thread overview]
Message-ID: <000801c4fa41$f5c80080$02c0a8c0@sazhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]
Hi guys, i have a problem with a configuration what i'm trying to do.
I have two computers with linux, A and B, connected in the same network with this configuration:
PC1 A: 192.168.192.1
PC2 B: 192.168.192.30
The PC1 A is a firewall doing nat... this one is connected to the internet via an adsl modem and of course it have its own public ip , and the router B is a smtp server but connected behind the router A, what i'm trying to do is redirect the smtp incoming traffic of the router A to the router B using iproute2 and nerfilter tools
This is the configuration on the router A:
iptables -t mangle -A POSTROUTING -p tcp --dport 25 -j MARK --set-mark 1 ( this marks the smtp packets with 1 )
i create a table called "smtp" in the rt_tables file.
ip rule add fwmark 1 table smtp ( this is the rule for my table smtp )
and finally i declare a via in my smtp table, so the smtp traffic would have to go by this way.
ip route add default via 192.168.192.30 table smtp
Ok... for example if i make a telnet to PC1 on the 25 port.. this should redirect me to PC2 where is my real smtp server, but is not working... any idea of why ? the PC2 have not a firewall..
Thank you!!
[-- Attachment #2: Type: text/html, Size: 2712 bytes --]
next reply other threads:[~2005-01-14 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-14 14:04 saz [this message]
2005-01-15 11:11 ` [LARTC] iproute2 + netfilter problem Tóth Nándor
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='000801c4fa41$f5c80080$02c0a8c0@sazhost' \
--to=saz@inticomp.com \
--cc=lartc@vger.kernel.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