6to4隧道配置(GNS3)

Posted chn-paradise

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了6to4隧道配置(GNS3)相关的知识,希望对你有一定的参考价值。

一、网络拓扑

技术图片

二、配置步骤

1、先将R1,R2,R3,R4的IPv4网络配通:

以R1为例:

R1#conf  t

R1(config)#interface  s1/0

R1(config-if)#ip address  172.10.159.2 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#exit

R1(config)#ip  route  10.1.1.0  255.255.255.252  172.10.159.1       //静态路由

R1(config)#ip  route  218.224.18.0  255.255.255.252  172.10.159.1

R2,R3的配置与R1相仿,R4只需要配置三个端口地址并开启端口。

2、隧道配置(R1,R2,R3):

以R1为例:

R1#conf  t

R1(config)#ipv6  unicast-routing

R1(config)#interface  f0/0

R1(config-if)#ipv6  enable

R1(config-if)#ipv6  address  2002:ac0a:9f01:1::1/64      //由ipv4地址转换而来

R1(config)#interface  tunnel 0

R1(config-if)#ipv6  enable

R1(config-if)#no  shutdown

R1(config-if)#tunnel  mode  ipv6ip  6to4

R1(config-if)#tunnel  source  serial 1/0          //源端口

R1(config-if)#exit

R1(config)#ip  route  2002::/16 tunnel 0        //默认网段(远端未知,所以默认)

3、配置IOU路由(IOU1,IOU2,IOU3):

以IOU1为例:

IOU1#conf  t

IOU1(config)#interface ethernet 0/0

IOU1(config-if)#ipv6 enable

IOU1(config-if)#ipv6 address autoconfig       //自动获取ipv6地址

IOU1(config-if)#no shutdown

IOU1(config-if)#exit

IOU1(config)#ipv6 route 2002:dae0:1201:1::/64 2002:ac0a:9f01:1::1      //静态路由

IOU1(config)#ipv6 route 2002:0a01:0101:1::/64 2002:ac0a:9f01:1::1 

 

在三台路由器配置静态路由。

三、ping通测试

1、IOU1 ping IOU3和IOU1 ping IOU2

技术图片

2、IOU2 ping IOU3和IOU2 ping IOU1

技术图片

至此,IPv6 6to4隧道配置完成。

以上是关于6to4隧道配置(GNS3)的主要内容,如果未能解决你的问题,请参考以下文章

markdown 配置从我们的服务器到Ubuntu的HE隧道经纪人的6to4隧道

IPv6:6to4隧道配置

IPv6技术系列十一——IPv6 6 to 4隧道

使用思科模拟器Packet Tracer配置IPv6隧道

IPV6过渡技术_6 to 4 隧道中继

迁移IPv6:6To4隧道技术