Hurricane Electric's IPv6 Tunnel Broker Forums
June 17, 2013, 10:46:26 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: unable to assign ipv6 address to interface to get ipv6 on lan side  (Read 951 times)
clintonstrouth
Newbie
*
Posts: 2


View Profile
« on: August 26, 2012, 01:56:16 pm »

I'm unable to assign an ip address within my /64 to allow the services off of Fa0/1 to connect via ipv6 tunnel,
The tunnel is working on the router its self
edge-rtr(config)#int Fa0/1
edge-rtr(config-if)#ipv6 address 2001:470:1F11:F5F::3/64
% 2001:470:1F10:F5F::3/64 can not be configured on FastEthernet0/1, overlapping

edge-rtr(config)#int Fa0/1
edge-rtr(config-if)#ipv6 address 2001:470:1F11:F5F::2/64
% 2001:470:1F10:F5F::2/64 can not be configured on FastEthernet0/1, in use


I do have a routed /48 however i just figured I could use the addressing off of the /64

Routed /64:2001:470:1f11:f5f::/64
Routed /48:2001:470:c26b::/48

any suggestions would be greatly appreciated.

edge-rtr#ping ipv6.google.com
Translating "ipv6.google.com"...domain server (208.180.42.68) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:4002:800::1010, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 72/72/72 ms



Current configuration : 2794 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service dhcp
!
hostname edge-rtr
!
boot-start-marker
boot-end-marker

!
no aaa new-model
!
!
ip cef
no ip dhcp use vrf connected

ipv6 unicast-routing

interface Loopback2
 no ip address
 shutdown
!
interface Tunnel0
 no ip address
 shutdown
!
interface Tunnel100
 description Hurricane Electric IPv6
 no ip address
 no shut
 ipv6 address 2001:470:1F11:F5F::2/64
 ipv6 enable
 tunnel source FastEthernet0/0
 tunnel destination 209.51.181.2
 tunnel mode ipv6ip
!         
!         
interface FastEthernet0/0
 description Connection to Wan
 ip address ****
 ip access-group 111 in
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip accounting output-packets
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
 ipv6 enable
 no cdp enable
!         
interface FastEthernet0/1
 description Link to Core
 ip address 172.18.22.254 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly
 duplex full
 speed auto
 ipv6 enable
 cdp enable
!         
     
no ip http server
no ip http secure-server

access-list 1 permit 172.18.22.0 0.0.0.255
access-list 23 permit 172.18.22.0 0.0.0.255
ipv6 route ::/0 Tunnel100       
control-plane
 
gatekeeper
 shutdown
!         
end
Logged
cholzhauer
Hero Member
*****
Posts: 2094


View Profile
« Reply #1 on: August 26, 2012, 02:37:05 pm »

It looks like you missed a/64?   There should also be a tunnel /64...
Logged
clintonstrouth
Newbie
*
Posts: 2


View Profile
« Reply #2 on: August 27, 2012, 05:39:10 am »

This has been resolved, the tunnel details page did not load correctly yesterday for me and was not showing the tunnel ptp details to correctly configure the point to point link.

Thanks for your help cholzhauer as i was working on this with very little sleep.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!