Con la configurazione attuale riesco ad andare su internet ma alcune pagine non vengono visualizzate (ho provato a utilizzare gli stessi DNS che mi assegna libero collegandomi con il modem ma anche altri DNS free, niente non visualizza moltissime pagine)
Codice: Seleziona tutto
version 12.3
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname CICCIO
!
enable secret 5 $5$xG/7$2CsHInunqtYh/JmFXu5jX0
enable password 7 98751L72191D
!
username nome password 7 pass
username nome2 password 7 pass
username nome3 autocommand show interface atm0
clock timezone met 1
aaa new-model
!
!
aaa authentication login CONSOLE enable
aaa authentication login TELNET local
aaa authentication ppp default none
aaa authorization exec CONSOLE none
aaa authorization exec TELNET local
aaa session-id common
ip subnet-zero
no ip domain lookup
ip dhcp excluded-address 192.168.0.1
ip dhcp excluded-address 192.168.0.5
ip dhcp excluded-address 192.168.0.2
ip dhcp excluded-address 192.168.0.3
!
ip dhcp pool CLIENT
import all
network 192.168.0.0 255.255.255.248
default-router 192.168.0.1
dns-server 193.70.152.15
!
!
ip multicast-routing
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.2.3 255.255.255.0 secondary
ip address 192.168.0.1 255.255.255.248
ip nat inside
no ip route-cache
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username utente@liberoflat password 7 pass
!
ip nat inside source list 101 interface Dialer0 overload
ip nat inside source static tcp 192.168.0.2 8080 interface Dialer0 8080
ip nat inside source static udp 192.168.0.2 8080 interface Dialer0 8080
ip nat inside source static tcp 192.168.0.3 5763 interface Dialer0 5763
ip nat inside source static udp 192.168.0.3 5773 interface Dialer0 5773
ip nat inside source static udp 192.168.0.2 5757 interface Dialer0 5757
ip nat inside source static tcp 192.168.0.2 6699 interface Dialer0 6699
ip nat inside source static tcp 192.168.0.2 5762 interface Dialer0 5762
ip nat inside source static udp 192.168.0.2 5772 interface Dialer0 5772
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
access-list 3 permit 192.168.0.2
access-list 3 permit 192.168.0.3
access-list 3 permit 192.168.0.4
access-list 3 permit 192.168.0.5
access-list 3 permit 192.168.0.6
access-list 3 permit 192.168.0.7
access-list 3 deny any log
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
access-list 101 permit ip any any
snmp-server engineID local 00000009020000021654270A
snmp-server community cominfo RO 4
snmp-server packetsize 484
snmp-server trap-timeout 60
snmp-server enable traps tty
banner motd ^C
\ | / \ | /
(@ @) (@ @)
--------o00-(_)-00o------o00-(_)-00o---------
*********************************************
* CICCIO *
*********************************************
* Ogni accesso non autorizzato e' proibito *
* Unauthorized access is prohibited *
*********************************************
* E se ci entri......... *
* ..........Ti rumpu u ............. *
*********************************************
^C
!
line con 0
authorization exec CONSOLE
login authentication CONSOLE
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
access-class 3 in
exec-timeout 120 0
authorization exec TELNET
login authentication TELNET
length 0
!
scheduler max-task-time 5000
!
end
Eventualmente cosa dovrei modificare?

Grazie mille!