ho un problema con un ADSL Telecom 4 mega con IP P-P + 8 IP e un cisco 857:
Appena cerco di abilitare il NAT OUTSIDE mi da errore "%NAT: Error activating CNBAR on the interface ATM0.1"
Questo è il mio show config:
Grazie a chi avrà voglia di darmi una mano!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Tvvvl
!
boot-start-marker
boot-end-marker
!
no logging buffered
no logging rate-limit
!
no aaa new-model
!
resource policy
!
no ip source-route
!
!
ip cef
ip domain name interbusiness.it
ip name-server 151.99.125.2
ip name-server 151.99.0.100
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
bandwidth 4096
ip address 88.54.x.x 255.255.255.0
ip nat outside
!!!!!!!!!!!!!!!!!QUI MI DA ERRORE
ip virtual-reassembly
no snmp trap link-status
pvc 8/35
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0 secondary
ip address 88.54.y.y+1 255.255.255.248
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
ip route 0.0.0.0 0.0.0.0 ATM0.1
!
no ip http server
no ip http secure-server
ip nat pool net-ibs 88.54.y.y+2 88.54.y.y+2 netmask 255.255.255.248
ip nat inside source list 2 interface ATM0.1 overload
!
access-list 2 permit 192.168.1.0 0.0.0.255
access-list 2 permit 88.54.y.y 0.0.0.7
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
end

FoX