Ipv6 Implantando No Mikrotik
Ipv6 Implantando No Mikrotik
RouterOS
by Teddy Yuliswar
202.65.11.189 202.65.11.190
IPV4
Network
Tunneling
TranslaGon
NAT-PT
Router
IPV6 IPV4
2001:470:35:f1a::1/64
R1
2001:470:35:f1a::2/64
2001:470:36:f1a::1/64
2001:470:36:f1a::2/64 R2
2001:470:ecc0:2::1/64
2001:470:ecc0:2::2/64
SpecicaGon Hardware
Main Gateway (R1) : RB1100 AH X2
SpesicaGon Hardware
DistribuGon Router (R2) : RB750G
1. RegistraGon at Hurricane Electric tunnel
broker services : www.tunnelbroker.net
2. Ager registraGon click on "Create regular
tunnel", enter your IP address and choose
closest server to your locaGon. That's it
tunnel is now allocated.
3. Now go to tunnel details, where you will see
all the parameters for successful tunnel
creaGon and allocated IPv6 address block. As
we have two separate lan segments we will
need /48 address block, allocate it by clicking
on "allocate".
4. In default packages Router OS MikroGk in
Routerboard sGll not installed IPV6 Packages,
so follow this step :
ConguraGon in Main Gateway (R1)
# ipv4 connectivity to ISP
# ipv6 service
/interface 6to4 add comment="Hurricane Electric IPv6 Tunnel Broker" disabled=no \
local-address=202.62.10.195 mtu=1280 name=tunnel-IPV6 remote-address=216.218.221.42
/ipv6 route add comment="" disabled=no distance=1 dst-address=2000::/3 gateway=2001:470:35:f1a::1 scope=30 target-scope=10
/ipv6 route add comment="" disabled=no distance=1 dst-address=::/0 gateway=tunnel-IPV6 scope=30 target-scope=10
#Lan1
# DNS
/ip dns set allow-remote-requests=yes servers=2001:4860:4860::8844,2001:4860:4860::8888,8.8.8.8,8.8.4.4
ConguraGon in DistribuGon Router (R2)
# ipv6 service
#Lan2
/ip dns
set allow-remote-requests=yes servers="2001:470:36:f1a::1,2001:4860:4860::8844,2001:4860:4860::8888,8.8.8.8,8.8.4.4"
Contact me :
hXp://www.teddyyuliswar.com
@BangTeddy
teddy.yuliswar@gmail.com
Thank You