CiCiao e grazie
Al momento ho messo questa configurazione
Codice: Seleziona tutto
Current configuration : 1792 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service dhcp
!
hostname TRENOVE_ETH
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 notifications
enable secret 5 ...
!
no aaa new-model
!
resource policy
!
ip cef
!
!
ip name-server 2001:4860:4860::8888
!
ipv6 unicast-routing
!
!
username ...password 7 ...
!
!
interface ATM0
no ip address
load-interval 30
no atm ilmi-keepalive
dsl operating-mode itu-dmt
hold-queue 224 in
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 10.0.0.66 255.255.255.0
ip nat inside
ip virtual-reassembly
ipv6 address 2A02:1630:CE01:7E00::1/56
ipv6 enable
fair-queue
hold-queue 100 out
!
interface Dialer1
description TRENOVE
mtu 1508
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ipv6 address autoconfig
ipv6 enable
no ppp chap wait
ppp pap sent-username ... password 7 ...
no ppp pap wait
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip dns server
!
ip http server
no ip http secure-server
ip nat inside source list 101 interface Dialer1 overload
!
access-list 101 permit ip any any
!
!
ipv6 route 2000::/3 Dialer1
!
!
control-plane
!
!
line con 0
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login local
!
scheduler max-task-time 5000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end
E le show interface mi da come segue
Codice: Seleziona tutto
TRENOVE_ETH# sh ip int brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
ATM0 unassigned YES NVRAM up up
ATM0.1 unassigned YES unset up up
Vlan1 10.0.0.66 YES NVRAM up up
NVI0 unassigned NO unset up up
Dialer1 x.x.x.x YES IPCP up up
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
Codice: Seleziona tutto
TRENOVE_ETH#sh ipv6 int brie
FastEthernet0 [up/up]
FastEthernet1 [up/down]
FastEthernet2 [up/down]
FastEthernet3 [up/down]
ATM0 [up/up]
ATM0.1 [up/up]
Vlan1 [up/up]
FE80::21A:E2FF:FE18:7029
2A02:1630:CE01:7E00::1
NVI0 [up/up]
Dialer1 [up/up]
FE80::1
2A02:1630:CE00:7E::1
Virtual-Access1 [up/up]
Virtual-Access2 [up/up]
Dietro al router mi sono messo con il pc dove ho disabilitato ipv4 e ho impostato la scheda di rete con ipv6 2A02

CE01:7E00::2 e gw l'ip6 del router.
Mi naviga sui siti ip6 (es google) ma siti solo ip4 non li apre.
Se riabilito sul pc l'ip 4 allora mi apre tutto.
Devo quindi mantenere la doppia configurazione ? Non dovrei aspettaremi che o il provider (oppure devo fare qualcosa io sul router) faccia qualche tunnel tra v6 e v4 ?
Grazie a tutti, scusate l'ignoranza in materia, ma penso che sia cosa abbastanza nuova per tanti....