y0d4
1
Hello,
i am trying to setup ipv6 tunneling by this tutor: http://wiki.mikrotik.com/wiki/Setting_up_an_IPv6_tunnel_via_a_tunnel_broker
Seems that i created ipv6 tunneling, but now i need to enable to clients.
I found:
http://wiki.mikrotik.com/wiki/Setting_up_DHCPv6
And stuck on second step:
[MT@MikroTik] /ipv6 dhcp-server> add name=ipv6-dhcp interface=sixbone address-pool6=dhcpv6-1
expected end of command (line 1 column 38)
Please, can you help me to find where is the problem?
thank you.
y0d4
2
i successful add with:
/ipv6 dhcp-server add name=ipv6-dhcp address-pool=dhcpv6-1 interface=sixbone
y0d4
5
I setup this by their configuration:
/interface 6to4 add comment="Hurricane Electric IPv6 Tunnel Broker" disabled=no local-address=YOUR_IPV4_IP mtu=1280 name=sit1 remote-address=209.51.181.2
/ipv6 route add comment="" disabled=no distance=1 dst-address=2000::/3 gateway=SERVER_IPV6_ADDRESS scope=30 target-scope=10
/ipv6 address add address=CLIENT_IPV6_ADDRESS advertise=yes disabled=no eui-64=no interface=sit1