I have a RB450G and want to make IPv6 available on my network with a tunnelbroker. I want to configure it that the clients on the local network gets it Ipv6 so they can browse on the internet with IPv6. But the clients may not be accessible from the internet byIPv6.
Does anyone know if there is an manual for dummy’s how to configure this? I have found some topics here. But not one of them explains how to do. At least the ones I have found.
If you get a tunnel from tunnelbroker.net their examples contain one for Mikrotik, copy and paste. From there it’s just a matter of setting up a stateful filter just like for IPv4, except you have to let ICMPv6 through to customers so MTU path discovery works.
When you create an account and an actual tunnel the tunnel detail page has a drop down menu for generating configuration for all kinds of vendors, including Mikrotik.
When I try to config my tunnel I receive an error message at “/interface 6to4. It doesn’t understand 6to4. Do I have to enable something first to use IPv6?
Thanks, I have running IPv6. Now I have a second network on ether2-local where ipv6 is available.
But I would use it like a gogo cpe (http://gogoware.gogo6.com/4105/description.asp?product_id=180). Connecting ether1-gateway to my network and all computers in the network gets its ipv6 ip from the MikroTik. And that the MikroTik also is the ipv6 gateway.
Euh, how do you mean. Doesn’t it find automatically the router? The router provides the IPv6 address through the tunnel. So it should be advertising automatically to the client.
Maybe I misunderstood - I thought you were going to put some sort of CPE in front of the Mikrotik router. You would then have to forward things so the tunnel still terminates on the Mikrotik router, which no longer has a public IP address on it.
If I did misunderstand please post a network diagram of what you’re asking about.
I don’t know what that gogo client whatever thing has to do with this, according to their web site that builds IPv6 tunnels of its own back to some appliance you have to buy from them.
Or were you asking if RouterOS can act as a ‘gogoserver’? The answer to that would be that no, it cannot.
I want to create the following. I have a local network 192.168.1.0/24 This network is connect to the internet with a cable modem. The wan ip number of the cable modem is 194.119.x.x
The ether1-gateway of the MikroTik is connected to the local network and have ip 192.168.1.10. On the MikroTik is a “Hurricane Electric IPv6 Tunnel Broker” VPN created.
What I want now is that all the computers in the local network gets IPv6 address from MikroTik and use it as default gateway for IPv6.
Sure. Though now I don’t know what that gogo thing had to do with anything.
Just put the IP address in the routed network that HE gave you on ether1-gateway and make sure that ‘advertise’ is set to
‘yes’ on it, which is the default. That’s it.
I thought you said you had the HE tunnel up. Do you? Can you ping the other side?
HE gave you two IP addresses: one for the tunnel, and a /48 or a /64 for LAN use depending on what you requested. Put that LAN IPv6 address on the ether1-gateway interface. Then clients behind it will start receiving IPv6 addresses from the router on that network.
Yes, sorry I thought so. But it was the gogo6 software client that was still running. I have tested it again and I can’t ping the other site so it isn’t working at all.
I have received the following addresses:
Server IPv6 Address: 2001:470:1f09:1e81::1/64
Client IPv6 Address: 2001:470:1f09:1e81::2/64
And have them configured as mention on the HE website like:
We’re going in circles here, and it’s getting a little bit frustrating. First the tunnel is up, then it isn’t, and now it is apparently because the router can ping out via IPv6. Please be more clear when posting or this isn’t going to go anywhere.
From my MikroTik I can ping goole’s IP 6 address. So there is be a tunnel 6to4 tunnel. But the client’s did not get it IP6 address.
When you say “client” I assume you mean the router, because it’s a client to HE’s 6 over 4 infrastructure. Can the router ping out via IPv6? What do you mean when you say “client” - a node on the LAN connected directly to the router?
If that’s the case and the tunnel is up and now you’re just working on the LAN routing part, did you read this post I made way back yesterday?
HE gave you two IP addresses: one for the tunnel, and a /48 or a /64 for LAN use depending on what you requested. Put that LAN IPv6 address on the ether1-gateway interface. Then clients behind it will start receiving IPv6 addresses from the router on that network.
Did you do that? Did you put an IPv6 address in the routed /64 or /48 that HE provided to you, and which you can look up in the tunnel details, on the LAN interface so that the LAN network is IPv6 enabled?
Post the output of “/ipv6 address print detail” and “/ipv6 route print detail” if you don’t know.