* iptables NAT and ICMP error messages
@ 2005-10-25 20:00 Jerry Alexander
2005-10-26 17:09 ` Henrik Nordstrom
0 siblings, 1 reply; 2+ messages in thread
From: Jerry Alexander @ 2005-10-25 20:00 UTC (permalink / raw)
To: netfilter, Jerry
Dear NF:
Set up three linux boxes.
Sending out iperf udp's to second box which is PREROUTED to
the 3rd box and
prerouted back to the second and then to the first:
Doing
-A PREROUTING -d 192.168.0.15 -i eth0 -p udp -j DNAT --to-destination
192.169.0.30
and so on.
Also do a POSTROUTING command to change the source address before
sending back
to the first box.
The good news is that the packets get routed from 1 to 2 to 3 to 2 to 1
and have the
altered src and dest address.
Problem is I am also getting tons of ICMP destination unreachable messages.
Tried putting in some FORWARD commands but this did nothing.
Can some one tell me the source of these ICMP error messages and how to
eliminate them?
Running linux 2.4-20 and "yes" , ip_forward is set to 1.
Jerry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-26 17:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25 20:00 iptables NAT and ICMP error messages Jerry Alexander
2005-10-26 17:09 ` Henrik Nordstrom
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.