From: nhqky888@ybb.ne.jp
Date: Sat Jan 13 2007 - 08:25:12 ART
Hi all,
Ipv4 & IPv6 dual router must have two global IP:
one for IPv4, another for IPv6 tunnel source.
I tried to combine IPv6 tunnel and static NAT as following,
however, it doesnot work for IPv6.
Interface Tunnel 0
description to ISP for IPv6
no ip address
ipv6 address 2001:1:1:1::1/64
ipv6 rip RIPng enable
ip nat inside
tunnel source 200.200.200.2 (or Fa1)
tunnel destination 222.222.222.1
tunnel mode ipv6ip
!
Interface Fastethernet0
description to ISP for IPv4
ip address 200.200.200.1 255.255.255.248
ip nat outside
!
Interface Fastethernet1
description to LAN
ip address 10.10.10.1 255.255.255.0
ipv6 address 2001:1:1:2::1/64
ipv6 rip RIPng enable
ip nat inside
!
ipv6 router rip RIPng
!
ip nat inside source static 10.10.10.1 200.200.200.2
Plz give any solutions.
Thanks.
Ka2
This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:56 ART