All of lore.kernel.org
 help / color / mirror / Atom feed
* destinations interface must be eth0?
@ 2003-09-15 14:47 Jim Burnett
  2003-09-16 14:14 ` Jamie Pratt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jim Burnett @ 2003-09-15 14:47 UTC (permalink / raw)
  To: netfilter@lists.netfilter.org

I have found that my destination IP in my rules MUST be bound on eth0
what is this? I thought I could use any working IP on my internal
network as the --to-destination IP...??

Example:
internal machine:
eth0:192.168.1.55
eth1:192.168.1.56


#1
iptables -v -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNA
T--to                  192.168.1.55:80
This will work because the destination IP is on eth0

#2
iptables -v -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNA
T--to                  192.168.1.56:80
This wont work because the destination IP is on eth1

I didnt see this in the documentation and it took my 5 days to figure it
out....

Tested on 6 machines, redhat 9, slackware 9, Latest gentoo build from
stage 1. Various brand nic cards. Various compiled kernels. 2.4.18 -
2.4.22

-Jim





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

end of thread, other threads:[~2003-09-21  1:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-15 14:47 destinations interface must be eth0? Jim Burnett
2003-09-16 14:14 ` Jamie Pratt
2003-09-16 14:22 ` Ramin Dousti
2003-09-16 18:57   ` Jim Burnett
2003-09-21  1:14     ` Ramin Dousti
2003-09-16 17:07 ` Cedric Blancher
2003-09-16 18:10 ` Jim Carter
2003-09-17 11:30   ` Julian Gomez
2003-09-17 14:05     ` Jim Burnett

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.