All of lore.kernel.org
 help / color / mirror / Atom feed
* Error in rules DNAT
@ 2003-06-29 20:22 William da Rocha Lima
  2003-06-29 14:03 ` Oskar Andreasson
  0 siblings, 1 reply; 3+ messages in thread
From: William da Rocha Lima @ 2003-06-29 20:22 UTC (permalink / raw)
  To: blueflux; +Cc: netfilter-devel

Oskar Andreasson,

Verifies that rule DNAT this incorrect one:
iptables - t nat - the PREROUTING - p tcp - d 15,45,23,67 -- dport 80 - j
DNAT -- to-destination 192,168,1,1

the correct one is:

iptables - t nat - the PREROUTING - p tcp - i ethX - d 15,45,23,67 -- 
dport - 80 j DNAT -- to-destination 192,168,1,1

being that ethX is entrance interface

Articles write iam:
http://www.linuxit.com.br/modules.php?name=Sections&op=viewarticle&artid=21

bye,

====================
William da Rocha Lima
wrochal@linuxit.com.br
www.linuxit.com.br

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

end of thread, other threads:[~2003-07-04 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-29 20:22 Error in rules DNAT William da Rocha Lima
2003-06-29 14:03 ` Oskar Andreasson
2003-07-04 10:23   ` William da Rocha Lima

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.