All of lore.kernel.org
 help / color / mirror / Atom feed
* question about -t nat
@ 2004-06-19 16:46 Postmaster
  2004-06-19 17:18 ` John A. Sullivan III
  0 siblings, 1 reply; 10+ messages in thread
From: Postmaster @ 2004-06-19 16:46 UTC (permalink / raw)
  To: netfilter

hello list-users,

i want clean up my pre- and postrouting chains with rules like this:

iptables -t nat -A PREROUTING -i eth0 -j first_group
iptables -t nat -A PREROUTING -i eth1 -j second_group

iptables -t nat first_group -s a.b.c.d -d x/y -p tcp --sport
1024:65535 --dport 10001 -j DNAT --to-destination 1.2.3.4:25
iptables -t nat second_group -s a.b.c.d -d x/y -p tcp --sport
1024:65535 --dport 10002 -j DNAT --to-destination 4.5.6.7:25

is there any modul which makes this possible?


best regards

Jan



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: question about -t nat
@ 2004-06-19 17:57 Postmaster
  2004-06-19 18:38 ` John A. Sullivan III
  0 siblings, 1 reply; 10+ messages in thread
From: Postmaster @ 2004-06-19 17:57 UTC (permalink / raw)
  To: netfilter

shurely, i buy an -A ;)
i'm so excited because of formula one in indy. but my question still
remains.

best regards

Jan



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: question about -t nat
@ 2004-06-19 23:53 Jan Brand (Postmaster)
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Brand (Postmaster) @ 2004-06-19 23:53 UTC (permalink / raw)
  To: netfilter

it realy looks like an error. on an fourth mashine ( i have to much
mashines) my rule works fine too. and i think i have the answer. the first
and the fourth mashine, both have CONFIG_KMOD --> y. i hope there is an
other way as made an new kernel.

best regards

Jan



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-06-19 23:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-19 16:46 question about -t nat Postmaster
2004-06-19 17:18 ` John A. Sullivan III
  -- strict thread matches above, loose matches on Subject: below --
2004-06-19 17:57 Postmaster
2004-06-19 18:38 ` John A. Sullivan III
2004-06-19 19:54   ` Postmaster
2004-06-19 22:18     ` John A. Sullivan III
2004-06-19 22:40       ` Daniel Wittenberg
2004-06-19 23:21         ` John A. Sullivan III
2004-06-19 23:25       ` Postmaster
2004-06-19 23:53 Jan Brand (Postmaster)

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.