Re: ipv6 Anleitung
Sven Hartge schrieb:
Derzeit zumindest ist 2607:f128:42:94::2 nicht pingbar. In deinem
Bei mir klappt es, sowohl von zu Hause über Tunnel als auch von
http://www.subnetonline.com/pages/ipv6-network-tools/online-ipv6-ping.php
Dabei habe ich folgendes in ip6tables eintragen:
IPTABLES="/sbin/ip6tables"
$IPTABLES -A icmp_packets -p icmpv6 --icmpv6-type echo-request -j ACCEPT
$IPTABLES -A icmp_packets -p icmpv6 --icmpv6-type neighbour-solicitation -j ACCEPT
$IPTABLES -A icmp_packets -p icmpv6 --icmpv6-type neighbour-advertisement -j ACCEPT
$IPTABLES -A icmp_packets -p icmpv6 --icmpv6-type ttl-zero-during-reassembly -j ACCEPT
$IPTABLES -A icmp_packets -p icmpv6 --icmpv6-type bad-header -j ACCEPT
$IPTABLES -A INPUT -p ALL -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A INPUT -p icmpv6 -m limit --limit 60/minute --limit-burst 60 -j icmp_packets
Damit funktioniert es.
mfg
Matthias
Reply to: