Skip to main content

192.168.1.1 > 新闻资讯 >

XP到路由器的手动隧道实现在ipv4网络上传输IPV6

2012-09-05 20:58 浏览:

实验目的:

在XP和路由器间运行手动隧道,实现在ipv4网络上传输IPV6

实验拓扑:

XP配置:

第一步配置ipv4

第二步配置ipv6

R2:

interface Tunnel2
 ipv6 address 2000::2/64
 tunnel source FastEthernet0/1
 tunnel destination 192.168.80.80
 tunnel mode ipv6ip
!
interface FastEthernet0/0
 ipv6 address 2001::2/64
!
interface FastEthernet0/1
 ip address 192.168.12.2 255.255.255.0
!
ip route 192.168.80.0 255.255.255.0 192.168.12.1

R1:

ipv6 unicast-routing

interface FastEthernet0/0
 ip address 192.168.80.254 255.255.255.0

interface FastEthernet0/1
 ip address 192.168.12.1 255.255.255.0

ip route 0.0.0.0 0.0.0.0 192.168.12.2

R3:

ipv6 unicast-routing

interface FastEthernet0/0
 ipv6 address 2001::3/64
ipv6 route ::/0 2001::2

验证:

在XP上执行: ping6 2000::2

在XP上执行: ping6 2001::3

相关文章

家里新装了宽度,怎么挑选路由器

2024-09-12 21:49:25    浏览: 154

中国人使用最多的十大路由器品牌,TP-LINK、华为、小米、水星路由器上榜

2024-09-12 21:43:21    浏览: 56

光猫可以设置WiFi,为什么还要买路由器?

2023-01-28 19:39:48    浏览: 165

WIFI速度慢的原因你知道吗?电信师傅送你WIFI6秘籍,速度翻倍

2023-01-28 19:37:38    浏览: 59

宽带提速小知识:3个方面教你提高家中的网速

2023-01-19 17:10:39    浏览: 63