vi posto il mio conf, se qualcuno mi da una mano mi fa un piacere

Codice: Seleziona tutto
Using 2125 out of 131072 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname montabone.com
!
!
no aaa new-model
ip subnet-zero
no ip source-route
ip name-server 212.216.112.222
ip name-server 212.216.172.162
ip dhcp excluded-address 10.10.10.1 10.10.10.4
!
ip dhcp pool 1
network 10.10.10.0 255.255.255.0
dns-server 212.216.112.222 212.216.172.162
default-router 10.10.10.1
!
!
no ip bootp server
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.0.0.0
ip nat inside
no cdp enable
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
no cdp enable
ppp chap hostname ***
ppp chap password 0 ***
ppp pap sent-username *** password 0 ***
!
ip nat translation timeout 600
ip nat translation tcp-timeout 1200
ip nat translation udp-timeout 30
ip nat translation max-entries 2500
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 10.10.10.4 402 interface Dialer0 402
ip nat inside source static udp 10.10.10.4 401 interface Dialer0 401
ip nat inside source static tcp 10.10.10.3 302 interface Dialer0 302
ip nat inside source static udp 10.10.10.3 301 interface Dialer0 301
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
!
access-list 1 permit 10.0.0.0 0.255.255.255
no cdp run
!
line con 0
password ***
login
no modem enable
line aux 0
line vty 0 4
exec-timeout 120 0
password ***
login
length 0
!
scheduler max-task-time 5000
!
end