Community discussions

MikroTik App
 
rohaantje
just joined
Topic Author
Posts: 15
Joined: Mon Jun 15, 2015 10:36 pm

IPv6 6to4 tunnel with PPPoE(v4)

Wed Dec 02, 2015 4:48 pm

hi guys,

i can't mannage to get my hurricane electric ipv4 to ipv6 tunnel working.
I've copyed the code of their website. Which didn't work.
i've added and changed a few things but i won't run.
I've the following settings:
/interface pppoe-client
add ac-name="XX" add-default-route=yes comment="IPv4 WAN" default-route-distance=1 disabled=no interface=ether1-gateway max-mru=1480 max-mtu=1480 mrru=1600 name=\
    pppoe-out1 password=XXXXX service-name=XXX use-peer-dns=yes user=XXX
    
/interface 6to4
add comment="Hurricane Electric IPv6 Tunnel Broker" !keepalive local-address=80.XX.XX.XX mtu=1480 name=sit1 remote-address=216.XX.XX.XX


/ipv6 address
add address=2001:470:XX4:5aa::2 interface=sit1
add address=2001:470:XX5:5a9:4e5e:cff:fe65:5478 eui-64=yes interface=bridge-XXXX
/ipv6 firewall filter
add chain=input comment="Allow established connections" connection-state=established
add chain=input comment="Allow related connections" connection-state=related
add chain=input comment="Allow limited ICMP" limit=50/5s,5 protocol=icmpv6
add chain=input comment="Allow UDP" protocol=udp
add action=drop chain=input
add chain=forward comment="Allow established connections" connection-state=established
add chain=forward comment="Allow related connections" connection-state=related
add action=drop chain=forward
/ipv6 nd
set [ find default=yes ] advertise-dns=yes managed-address-configuration=yes
/ipv6 route
add distance=1 gateway=2001:470:XX4:5aa::1
Is there something i'm doing wrong??

Kind regards,

Ruben

Who is online

Users browsing this forum: No registered users and 51 guests