From: George Alexandru Dragoi <waruiinu@gmail.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Problems routing mail to particular interface
Date: Fri, 23 Jul 2004 00:33:11 +0000 [thread overview]
Message-ID: <3063e504072217333cecca15@mail.gmail.com> (raw)
In-Reply-To: <003401c2c279$78772220$0802a8c0@monster>
I think there must be an SNAT/MASQUERADE for packets going out your
router from DMZ
Try also following thigs:
install ROUTE extension from POM
iptables -t mangle -A POSTROUTING -s 192.168.1.2 -p tcp --dport 25 -d
! 192.168.0.0/16 -j ROUTE --oif eth1
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
Anyway, somehow it should work when the routes were made by iproute2
On Thu, 22 Jul 2004 17:08:14 -0700, Jens <jens@pacificsun.ca> wrote:
> On Thursday 22 July 2004 16:50, George Alexandru Dragoi wrote:
> > Hehe, maybe it is this:
> > iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
>
> Well I wouldn't be surprised if it was something as stupid as that. I tried
> your suggestion but no luck :( ..... but it could easily be something along
> similar lines. I will have to think thru this a bit more.
>
> I will try and see if tcpdump can tell me what is happening but I sure wish
> there was something easier available where you can follow the packet and see
> exactly what is happening and where .....
>
>
>
> Jens
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-07-23 0:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-23 0:50 [LARTC] Problems routing mail to particular interface mjoachimiak
2004-07-22 9:59 ` George Alexandru Dragoi
2004-07-22 21:17 ` George Alexandru Dragoi
2004-07-22 21:28 ` George Alexandru Dragoi
2004-07-22 23:50 ` George Alexandru Dragoi
2004-07-23 0:33 ` George Alexandru Dragoi [this message]
2004-07-23 5:40 ` George Alexandru Dragoi
2004-07-23 9:45 ` Brian Carrig
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=3063e504072217333cecca15@mail.gmail.com \
--to=waruiinu@gmail.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 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.