From: dfredrick@gmail.com
Date: Fri Jun 09 2006 - 11:56:43 ART
I can't get these two to ping... not sure why...
I am trying ping across from R2 to R1... translating the lo1 address, which is ipv6... to a ipv4 address...
Here's my config...
I am pinging 150.50.17.3
R1
interface Loopback1
no ip address
ipv6 address 3333:6:6:6::6/64
ipv6 enable
ipv6 nat
!
interface FastEthernet0/0
description Link to R2
ip address 150.50.17.1 255.255.255.0
duplex auto
speed auto
ipv6 nat
ipv6 nat translation timeout never
ipv6 nat v4v6 source 150.50.17.2 3333:6:6:6::1
ipv6 nat v6v4 source 3333:6:6:6::6 150.50.17.3
no ipv6 nat prefix 3333:6:6:6::/96
R2
interface Loopback1
no ip address
ipv6 address 3333:9:9:9::9/64
ipv6 enable
ipv6 nat
!
interface FastEthernet0/0
ip address 150.50.17.2 255.255.255.0
duplex auto
speed auto
ipv6 nat
!
ipv6 nat translation timeout never
ipv6 nat v6v4 source 3333:9:9:9::9 150.50.17.4
This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:32 ART