ADSL Alice Business 4M
Encapsulation LLC
VPI / VCI: 8 / 35
IP: 82.xx.xx.xx
DNS1: 151.99.125.1
DNS2: 151.99.0.100
per la quale ho impostato un 837 la seguente conf:
Codice: Seleziona tutto
!
version 12.4
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname HostName
!
boot-start-marker
boot-end-marker
!
enable password 7 xxxx
!
no aaa new-model
!
resource policy
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool Client
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 151.99.125.1 151.99.0.100
!
!
ip telnet source-interface Ethernet0
ip cef
ip name-server 151.99.125.1
ip name-server 151.99.0.100
!
!
!
username user password 7 xxxxx
!
!
no crypto isakmp enable
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip mroute-cache
hold-queue 100 out
!
interface Ethernet2
no ip address
shutdown
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
bandwidth 4096
ip address 82.xx.xxx.xx 255.255.255.248
ip nat outside
ip virtual-reassembly
no snmp trap link-status
pvc 8/35
encapsulation aal5snap
!
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
no ip http secure-server
!
ip nat inside source list 50 interface ATM0.1 overload
ip nat inside source static 192.168.1.2 82.xx.xx.xx extendable
!
access-list 50 permit 192.168.1.0 0.0.0.255
!
control-plane
!
!
line con 0
exec-timeout 120 0
no modem enable
transport output all
stopbits 1
line aux 0
transport output all
line vty 0 4
exec-timeout 120 0
login local
length 0
transport input all
transport output all
!
scheduler max-task-time 5000
end
Codice: Seleziona tutto
ATM0.1 is up, line protocol is up
Hardware is PQUICC_SAR (with Alcatel ADSL Module)
Internet address is 82.xx.xx.xx/29
MTU 1500 bytes, BW 4096 Kbit, DLY 80 usec,
reliability 23/255, txload 1/255, rxload 1/255
Encapsulation ATM
0 packets input, 0 bytes
7 packets output, 436 bytes
0 OAM cells input, 0 OAM cells output
AAL5 CRC errors : 0
AAL5 Oversized SDUs : 0
0 packets input, 0 bytes
4294967295 packets output, 1 bytes
Last clearing of "show interface" counters never
..il led CD resta acceso, ma ovviamente non mi permette di fare connessioni su internet.
Il mio dubbio e' la mancata conoscenza del gw. Ad ogni modo come ip address dell'atm0.1 ho impostato l'ip statico che mi e' stato assegnato, e sono stato costretto (dal router) a mettere una subnet /29, non mi ha permesso di metterne una piu piccola! Dove sbaglio ?
TheIrish qualche suggerimento ? ;))