All of lore.kernel.org
 help / color / mirror / Atom feed
* ICMP frag needed not forwarded to MSQ clients
@ 2005-05-25  8:17 Leonardo
       [not found] ` <200505251112.23022.98111@free.fr>
  2005-05-25 16:25 ` R. DuFresne
  0 siblings, 2 replies; 11+ messages in thread
From: Leonardo @ 2005-05-25  8:17 UTC (permalink / raw)
  To: netfilter

Hello to all!

My box does not forward ICMP Fragmentation needed packet to
its masqueraded clients.

Setup:
I have a box with 3 nics equipped with kernel 2.6.11 and iptables
1.2.11. This box has two gateways, and the net workflow is as follows:

eth0 <---> clients
eth1 <---> standard internet traffic
eth2 <---> VPN

Details:
Traffic on eth2 is masqueraded (required). The problem is that the
packets (MTU 1500) must be encapsulated in IPSEC packets at the next
hop where the MTU is the same, therefore the VPN server sends back
ICMP packet telling that need to frag. ICMP packets are received by my
box, but not forwarded to clients that continue to send 1500 bytes
packets. Therefore the VPN site does not open.

Is that a normal behavior? Should I add anything to iptables rules in
order to make it forwarding ICMP Frag needed packets?

Thank you very much!

Iptables on eth2,eth0:
Input,Output,Forward
- Policy ACCEPT (nothing else)
Only on eth2:
Nat
- POSTROUTING anywhere anywhere -j MASQUERADE

Current Workaround:
- ifconfig eth2 mtu 1400 (I don't like it! :)v
-- 
Leonardo Arena


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

end of thread, other threads:[~2005-05-27  7:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-25  8:17 ICMP frag needed not forwarded to MSQ clients Leonardo
     [not found] ` <200505251112.23022.98111@free.fr>
2005-05-25 11:23   ` Leonardo
2005-05-25 16:25 ` R. DuFresne
2005-05-26  7:25   ` Leonardo
2005-05-26 11:59     ` Jozsef Kadlecsik
2005-05-26 12:47       ` Leonardo
2005-05-26 13:09         ` Jozsef Kadlecsik
2005-05-26 14:09           ` Leonardo
2005-05-26 14:33             ` Jozsef Kadlecsik
     [not found]               ` <3b1e6f480505270006ea481be@mail.gmail.com>
2005-05-27  7:07                 ` Leonardo
2005-05-27  7:24                   ` Jozsef Kadlecsik

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.