All of lore.kernel.org
 help / color / mirror / Atom feed
* NAT Host down and ICMP host unreachable
@ 2003-12-23  6:37 JC
  2004-01-02 13:25 ` Antony Stone
  0 siblings, 1 reply; 3+ messages in thread
From: JC @ 2003-12-23  6:37 UTC (permalink / raw)
  To: netfilter

Hello Everybody, 

I apologize if you've seen something like this but
searching on something similar to the subject line
above has turned up nill.

Scenario 

HostA ------> FW/NAT -----(port translation) --->
HOSTB
(10.10.1.1)                                 
(192.168.7.1)

Rules:
iptables -A PREROUTING -t nat -p tcp --dport 80 -j
DNAT --to 192.168.7.1:80 
iptables -A FORWARD -p tcp -d 192.168.7.1 --dport 80
-j ACCEPT

So everything works, but when HostB goes down for
maintence or from a DOS or whatevever FW/NAT will send
an ICMP host unreachable with the natted address to
HostA.

I suppose I'm correct in perceiving that this behavior
is normal, so I'll have to ask how do some of you
people go about dealing with situations such as these?

Thanks,

JC

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


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

end of thread, other threads:[~2004-01-02 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-23  6:37 NAT Host down and ICMP host unreachable JC
2004-01-02 13:25 ` Antony Stone
2004-01-02 15:53   ` Fabien LE BLEVEC

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.