in azienda ho recuperato un soho97 da vecchie installazioni, seguendo le guide sui questo forum l'ho resettato e riconfigurato... però non funziona, anche se tutto mi sembra corretto.
l'adsl è una alice business naked:
xx.xx.xx.120 255.255.255.248
yy.yy.yy.92 255.255.255.252
Gli indirizzi forniti sono delle rispettive sottoreti, quindi il router avrà come ip
xx.xx.xx.121 e come ip del punto punto yy.yy.yy.94, suppongo
Di seguito la configurazione
Codice: Seleziona tutto
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service udp-small-servers
!
hostname AliceBusiness
!
no logging rate-limit
enable secret 5 xxxxx
enable password 7 xxx
!
ip subnet-zero
no ip source-route
no ip routing
ip domain name interbusiness.it
ip name-server 151.99.125.2
ip name-server 151.99.0.100
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool net-ibs
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 151.99.0.100 151.99.125.1
lease 0 2
!
!
no aaa new-model
!
!
!
!
!
!
!
interface Ethernet0
description WAN 8 IP Nostri
ip address xx.xx.xx.121 255.255.255.248 secondary
ip address 10.10.10.1 255.255.255.0
ip nat inside
no ip route-cache
ip tcp adjust-mss 1200
hold-queue 100 out
!
interface ATM0
description WAN ALICE
no ip address
no ip route-cache
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description WAN PUNTO-PUNTO
ip address yy.yy.yy.94 255.255.255.252
ip nat outside
no ip route-cache
pvc 8/35
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
ip nat pool net-ibs xx.xx.xx.121 xx.xx.xx.121 netmask 255.255.255.248
ip nat inside source list 1 pool net-ibs overload
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 33 permit 10.10.10.0 0.0.0.255
snmp-server community public RO
snmp-server enable traps tty
banner motd ^CC
*****
Sistemi Informativi
Ogni accesso non autorizzato e' proibito
Unauthorized access is prohibited
*****
^C
!
line con 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 33 in
password 7 xxxx
no login
!
scheduler max-task-time 5000
!
end