Configurazione minima - Cosa vi sembra ?? Puù funzionare?? Domani mattina dovrò installarlo da un cliente... Speriamo che il Signore mi assista ...

PTP : 80.204.179.122 255.255.255.252
LAN PUBBLICA : 80.204.**7.240/247 255.255.255.248
---------------------------------------------
!
version 12.2
service config
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ########
!
logging queue-limit 100
enable password 7 03174E1B1600335843014B
!
ip subnet-zero
no ip source-route
!
!
ip name-server 151.99.125.2
ip name-server 151.99.125.3
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Loopback0
ip address 80.204.**7.241 255.255.255.248
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 80.204.179.122 255.255.255.252
ip nat outside
pvc 8/35
ubr 128
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
interface FastEthernet0
ip address 192.168.20.193 255.255.255.248
ip nat inside
speed auto
no keepalive
!
ip nat inside source list NAT_LAN interface Loopback0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
no ip http server
no ip http secure-server
!
!
!
ip access-list extended NAT_LAN
permit ip 192.168.20.0 0.0.0.255 any
!
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
---------------------------------------------------