Revision 1 vom 2010-08-18 18:15:07

Nachricht löschen

Dokumentation der IPv6-Konfiguration bei PING

/!\ Work in progress. /!\

Bis zur Konfiguration der nativen IPv6-Adressen verwenden wir einen 6to4-Tunnel.

Cisco

interface Loopback2002
 description 6to4 gw ipv4 interface
 ip address 83.97.42.249 255.255.255.255
 no ip redirects
 no ip proxy-arp
 no ip mroute-cache

interface Tunnel2002
 description 6to4 tunnel device
 no ip address
 no ip redirects
 ipv6 address 2002:5361:2AF9::1/128
 ipv6 traffic-filter ACL_v6_WAN_in in
 ipv6 mtu 1280
 tunnel source 83.97.42.249
 tunnel mode ipv6ip 6to4

interface FastEthernet0/1.10
 description PING Servernetz 1
 encapsulation dot1Q 10
 ip address 83.97.42.1 255.255.255.192
 no ip redirects
 no ip proxy-arp
 ip nat outside
 ip virtual-reassembly
 ip ospf authentication
 ip ospf authentication-key 7 070E324F4B071D55
 ip ospf priority 254
 ipv6 address 2002:5361:2AF9:9742::1/64
 ipv6 enable
 ipv6 nd ra suppress
 ipv6 ospf 3 area 0.0.0.6
 no cdp enable

interface FastEthernet0/1.40
 description Membersnetz
 encapsulation dot1Q 40
 ip address 83.97.41.1 255.255.255.192
 ip nat outside
 ip virtual-reassembly
 ipv6 address 2002:5361:2AF9:9741::1/64
 ipv6 enable
 ipv6 nd ra suppress

ipv6 route 2002::/16 Tunnel2002
ipv6 route ::/0 2002:C058:6301::1
ipv6 router ospf 3
 router-id 83.97.42.193
 log-adjacency-changes detail
 default-information originate always
 redistribute connected
 redistribute static

Server

VServer