I'm having a problem getting my IPv6 (6to4) Tunnel up and running. The problem is that I do not receive any data through the tunnel-. Transmitting data works fine - but no data is received - so I've ending up with timeouts...
My Hardware setup
912UAG-5HPnD
Firmware: 3.24
IPv6 and all other package versions: 6.34.3
Related Forum thread at HE's support forum: https://forums.he.net/index.php?action= ... pic=3592.0
My relevant configruations:
Code: Select all
ipv6 address print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-... INTERFACE ADV
0 DL fe80::e68d:8cff:fef7:af59/64 VLAN666 no
1 DL fe80::e68d:8cff:fef7:af59/64 VLAN10 no
2 DL fe80::e68d:8cff:fef7:af59/64 VLAN1 no
3 DL fe80::e68d:8cff:fef7:af59/64 vlan666 no
4 DL fe80::e68d:8cff:fef7:af59/64 ether1 no
5 DL fe80::4421:ccff:febe:507/64 lte1 no
6 DL fe80::200:5eff:fe00:101/64 gw-vlan10 no
7 G 2001:470:25:301::2/64 sit1 no
8 G 2001:470:26:301::1/64 VLAN666 yes
9 DL fe80::fefd:0/64 sit1 no
Code: Select all
ipv6 route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
# DST-ADDRESS GATEWAY DISTANCE
0 A S 2000::/3 2001:470:25:301::1 1
1 ADC 2001:470:25:301::/64 sit1 0
2 ADC 2001:470:26:301::/64 VLAN666 0
Code: Select all
interface 6to4 print
Flags: X - disabled, R - running
# MTU ACTUAL-MTU LOCAL-ADDRESS REMOTE-ADDRESS
0 R ;;; Hurricane Electric IPv6 Tunnel Broker
1480 1480 178.112.22.4 216.66.80.98
Code: Select all
/ip firewall filter
add chain=input protocol=ipv6
add chain=input connection-state=established,related,new protocol=ipv6
add chain=output protocol=ipv6
add chain=input connection-state=established,related,new log=yes src-address=216.66.80.98
add chain=output dst-address=216.66.80.98
add chain=input comment="Allow limited pings" limit=50,2:packet protocol=icmp
add action=drop chain=input comment="Drop excess pings" protocol=icmp
Code: Select all
/ipv6 firewall filter
add chain=output protocol=icmpv6
add chain=input protocol=icmpv6
add chain=output
add chain=input
I've already was in touch with my tunnel provider and they said that the tunnel is setup properly and they told me the same - the receive data, but can't send any data to me...So they think that it is a firewall issue on my router
The problem is also not limited to this tunelbroker - I've experiencing the same problem with other providers.
So can somebody tell me if I should open up something else on my router, or did I miss something.
Sincerely yours
Björn