OVH Community, your new community space.

FreeBSD 9.1 IPv6 Frage


AnimaTow
10.03.13, 16:32
Hallo ich habe da mal ne frage bzw. ein problem, ich bekomme das mit dem sch...... ipv6 einfach nicht hin

was mach ich fahlsch ?

meine rc.conf

Code:
ipv6_static_routes="ovhgw"
ipv6_route_ovhgw="2001:41D0:1:57ff:ff:ff:ff:ff -prefixlen 128 -interface em0"
ipv6_defaultrouter="2001:41D0:1:57ff:ff:ff:ff:ff"
ipv6_activate_all_interfaces="YES"
ipv6_gateway_enable="YES"
ifconfig_em0_ipv6="inet6 2001:41d0:1:5788::1 prefixlen 56"
ifconfig_em0_alias0="inet6 2001:41d0:1:5788::2 prefixlen 56"

meine pf.conf
Code:
icmp6_types_in = "{ echoreq, unreach, neighbradv, routeradv }"
icmp6_types_out = "{ echoreq, unreach, neighbrsol, routersol }"

# ICMPv6 #
pass out on $ext_if inet6 proto icmp6 all icmp6-type $icmp6_types_out
pass in on $ext_if inet6 proto icmp6 all icmp6-type $icmp6_types_in


hab die lösung gefunden

Code:
pass out log on $ext_if inet6 proto {tcp, udp, icmp6, gre} all
Code:
traceroute6 to bottomless.aa.net.uk (2001:8b0:0:81::51bb:51bb) from 2001:41d0:1:5788::1, 64 hops max, 12 byte packets
 1  *
    rbx-1-6k.fr.eu  23.098 ms *
 2  rbx-g2-a9.fr.eu  1.085 ms  0.874 ms  0.903 ms
 3  * * *
 4  * * *
Code:
root@master:/root # traceroute bottomless.aaisp.net.uk
traceroute to bottomless.aa.net.uk (81.187.81.187), 64 hops max, 52 byte packets
 1  rbx-8-m1.fr.eu (91.121.4.253)  1.142 ms  0.962 ms  0.705 ms
 2  rbx-1-6k.fr.eu (213.251.191.1)  171.310 ms  104.594 ms  1.779 ms
 3  rbx-g2-a9.fr.eu (91.121.131.14)  0.787 ms  0.895 ms  0.987 ms
 4  * * *
 5  bottomless.aa.net.uk (81.187.81.187)  4.136 ms  4.132 ms  4.105 ms
Code:
root@master:/root # nc -6uvw 1 2001:41d0:a:ddee:1::1 53
Connection to 2001:41d0:a:ddee:1::1 53 port [udp/domain] succeeded!
Code:
root@master:/root # nc -6vw 1 2001:41d0:a:ddee:1::1 53
nc: connect to 2001:41d0:a:ddee:1::1 port 53 (tcp) failed: Operation timed out