Options

IPv6 NAT-PT

HetheHethe Member Posts: 1 ■□□□□□□□□□
Hi, I have been a long time lurker and really enjoy reading the forums. I am just learning IPv6 and thought I would try and set it up in my home. I am having an issue getting NAT-PT to work on my 3640. My host computer is Windows Vista SP1. Vista is automatically getting the correct IP address. I am able to ping the gateway which is f3/1.2 on the 3640. That interface is connected to my 2924 and the vista machine is connected to the 2924 on a port that is apart of vlan 2. I am unable to ping any IPv4 addresses and nothing is showing up in my IPv6 nat translation. I ran a debug on the translation and getting no information back. Windows Vista is giving me the "error code 1231" when trying to ping out to an IPv4 address. I am guessing that my ipv4 pings are not even reaching the router. Also vista is not getting my DNS server that I setup in my DHCP pool. Any help would be appreciated.

R1#sh ipv6 int f3/1.2
FastEthernet3/1.2 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::207:50FF:FEBD:FF72
Global unicast address(es):
FD00::1:7:50FF:FEBD:FF72, subnet is FD00:0:0:1::/64
Joined group address(es):
FF02::1
FF02::2
FF02::1:2
FF02::1:FFBD:FF72
FF05::1:3
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
Output features: NAT_PT
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised retransmit interval is 0 milliseconds
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
Hosts use stateless autoconfig for addresses.
R1#
R1#sh run int f3/0
Building configuration...

Current configuration : 250 bytes
!
interface FastEthernet3/0
description WAN Link To Comcast Cable Modem
bandwidth 6600
ip address dhcp
ip pim sparse-mode
ip nat outside
ip virtual-reassembly
load-interval 30
speed 100
full-duplex
ipv6 nat
end

R1#sh run int f3/1.2
Building configuration...

Current configuration : 133 bytes
!
interface FastEthernet3/1.2
encapsulation dot1Q 2
ipv6 address FD00::1:7:50FF:FEBD:FF72/64
ipv6 nat
ipv6 dhcp server IPV6
end

R1#
!
ipv6 unicast-routing
ipv6 dhcp pool IPV6
dns-server FD00::1:7:50FF:FEBD:FF72
!
ipv6 nat translation udp-timeout 600
ipv6 nat v6v4 source list pt-list1 interface FastEthernet3/0 overload
ipv6 nat prefix FD00::1:0:0/96
!
!
ipv6 access-list pt-list1
permit ipv6 FD00::/64 any
!

C:\Users\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
Physical Address. . . . . . . . . : 00-1D-60-6D-AB-7D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : fd00::1:ace8:8f2e:8a60:9122(Preferred)
Temporary IPv6 Address. . . . . . : fd00::1:d955:af57:960b:5459(Preferred)
Link-local IPv6 Address . . . . . : fe80::ace8:8f2e:8a60:9122%8(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.145.34(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : fe80::207:50ff:febd:ff72%8
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled

C:\Users\>ping fe80::207:50ff:febd:ff72%8

Pinging fe80::207:50ff:febd:ff72%8 from fe80::ace8:8f2e:8a60:9122%8 with 32 bytes of data:
Reply from fe80::207:50ff:febd:ff72%8: time=2ms
Reply from fe80::207:50ff:febd:ff72%8: time=1ms
Reply from fe80::207:50ff:febd:ff72%8: time=1ms
Reply from fe80::207:50ff:febd:ff72%8: time=1ms

Ping statistics for fe80::207:50ff:febd:ff72%8:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms

C:\Users\>ping FD00::1:7:50FF:FEBD:FF72

Pinging fd00::1:7:50ff:febd:ff72 from fd00::1:d955:af57:960b:5459 with 32 bytes of data:
Reply from fd00::1:7:50ff:febd:ff72: time=2ms
Reply from fd00::1:7:50ff:febd:ff72: time=1ms
Reply from fd00::1:7:50ff:febd:ff72: time=1ms
Reply from fd00::1:7:50ff:febd:ff72: time=1ms

Ping statistics for fd00::1:7:50ff:febd:ff72:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms

C:\Users\>ping 4.2.2.1

Pinging 4.2.2.1 with 32 bytes of data:
PING: transmit failed, error code 1231.
PING: transmit failed, error code 1231.
PING: transmit failed, error code 1231.
PING: transmit failed, error code 1231.

Ping statistics for 4.2.2.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\>

Comments

  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    Hethe wrote:
    C:\Users\>ping 4.2.2.1
    Can you ping 4.2.2.1 from R1?

    What does your routing table on R1 look like? Default route?

    Have you replaced Vista with a know working operating system like XP or Linux? icon_lol.gif

    This is a home setup right? Have you debugged the ip packets to see if anything is getting sent to R1, rather then just guessing (even if its a good guess since it is Vista :D) that its not making it off the Vista PC.
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    zspecialzspecial Member Posts: 1 ■□□□□□□□□□
    The IP V4 address your PC has is the default address it gives itself if it can't find a DHCP server on the network. Same with XP.

    Check your DHCP settings or statically set it.
Sign In or Register to comment.