Protocol 41 is unreachable
Carmen Sandiego on Wednesday, 20 August 2003 09:15:13
Hi,
I receive an email form tunul robot who infor me Tunnel endpoint didn't ping
I have lunch an tcpdump -i ppp0 > tcpdump.log
grep "212.19.192.219" tcpdump.log
08:30:54.906956 212.19.192.219 > 62.212.103.124: gw-715.ams-02.nl.sixxs.net > cl-715.ams-02.nl.sixxs.net: icmp6: echo request (DF)
08:31:04.205983 212.19.192.219 > 62.212.103.124: gw-715.ams-02.nl.sixxs.net > cl-715.ams-02.nl.sixxs.net: icmp6: echo request (DF)
08:31:13.515382 212.19.192.219 > 62.212.103.124: gw-715.ams-02.nl.sixxs.net > cl-715.ams-02.nl.sixxs.net: icmp6: echo request (DF)
08:31:23.011579 212.19.192.219 > 62.212.103.124: gw-715.ams-02.nl.sixxs.net > cl-715.ams-02.nl.sixxs.net: icmp6: echo request (DF)
08:31:23.011694 62.212.103.124 > 212.19.192.219: icmp: 62.212.103.124 protocol 41 unreachable [tos 0xc0]
I have test to add this iptables rules :
iptables -t nat -A POSTROUTING -s 212.19.192.219/32 --proto ! 41 -o ppp0 -j MASQUERADE
212.19.192.219 is the ipv4 of my pop
I would like ask if is the good rules ?
How i can verify if i rerouting the ICMPv6 echo-reply through another tunnel ?
thx in advance for your help
Protocol 41 is unreachable
Jeroen Massar on Wednesday, 20 August 2003 13:13:58
Read the rest of the forum there have been enough people showing how it works.
Also you might want to consider doing a 'man iptables' as the above -s switch is complete nonsense.
Protocol 41 is unreachable
Carmen Sandiego on Thursday, 21 August 2003 09:22:43
with add
iptables -t nat -A POSTROUTING --proto ! 41 -o MYIP -j MASQUERADE
that work
thx at all for your help
Regards,
Christophe
Posting is only allowed when you are logged in. |