Skip to main content

192.168.1.1 > 新闻资讯 >

xp和route建立6to4隧道实现在IPV4网络传输ipV6

2012-09-05 23:08 浏览:

实验目的:通过在PC(xp)和接入设备之家建立6TO4隧道实现在IPV4网络中传输IPV6

实验拓扑:

XP配置:

ipv4配置

ipv6配置

说明在这个实验中私网IP不知道为什么不能成功(xp设置成192.168.),希望大家讨论一下。

R1:

interface FastEthernet0/0
 ip address 192.168.12.1 255.255.255.0
!
interface FastEthernet0/1
 ip address 202.1.1.254 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.12.2

R2:

ipv6 unicast-routing
interface Tunnel2

 ipv6 address 2002:C0A8:C02::2/48
 tunnel source FastEthernet0/0
 tunnel mode ipv6ip 6to4
!
interface FastEthernet0/0
 ip address 192.168.12.2 255.255.255.0

interface FastEthernet0/1

 ipv6 address 2001::2/64
       
ip route 0.0.0.0 0.0.0.0 192.168.12.1

ipv6 route 2002::/16 Tunnel2

R3:

ipv6 unicast-routing
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001::3/64
!
ipv6 route ::/0 2001::2

验证:

相关文章

win10邮件和outlook有哪些区别

2023-01-16 20:06:50    浏览: 117

zen4处理器和zen3主板兼容吗

2023-01-16 20:04:54    浏览: 60

淘特和淘宝有什么区别

2022-08-11 10:32:18    浏览: 140

maya和3dmax有什么区别

2022-08-02 17:28:46    浏览: 109

autosleep和pillow哪个好

2022-08-02 17:28:44    浏览: 85