Salve, ho dovuto sostituire router isdn presso un'azienda e ho installato un router cisco 801. La linea è l'isdn Telecom business. Il problema è che nel router si accendono le luci relative alla connessione isdn ovvero line, ch1 rxd txd e ch2 rxd txd ma il computer non naviga in internet. Vi incollo la configurazione, così potete dirmi se c'è qualche errore! Grazie mille
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 $1$6mrc$1jrXktzR1tvJ3sXAtFgj00
enable password trinidad
!
!
!
!
!
ip subnet-zero
!
isdn switch-type basic-net3
isdn voice-call-failure 0
!
!
!
interface Ethernet0
ip address 192.168.1.221 255.255.255.0
ip access-group 110 in
no ip directed-broadcast
ip nat inside
!
interface BRI0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap pap callin
!
interface Dialer1
ip address negotiated
no ip directed-broadcast
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer remote-name Bora
dialer pool 1
dialer idle-timeout 60
dialer string 7010191191
dialer hold-queue 10
dialer-group 1
pulse-time 0
ppp authentication chap pap callin
ppp pap sent-username Telecom password 7 107A0C1500141D06
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit any
access-list 110 deny udp any eq netbios-ns any
access-list 110 deny udp any eq netbios-dgm any
access-list 110 deny udp any eq netbios-ss any
access-list 110 deny tcp any eq 137 any
access-list 110 deny tcp any eq 138 any
access-list 110 deny tcp any eq 139 any
access-list 110 permit ip any any
dialer-list 1 protocol ip permit
!
line con 0
transport input none
stopbits 1
line vty 0 4
password trinity
login
!
end
Problema Cisco 801 ISDN Telecom business
Moderatore: Federico.Lagni
- carini
- Network Emperor
- Messaggi: 275
- Iscritto il: mar 18 apr , 2006 2:17 pm
- Località: Como
- Contatta:
Io ho una vecchia conf (erano i primi esperimenti, quindi potrebbe contenere bestiate ...LucianaDM ha scritto:nessuno ha idee?
Codice: Seleziona tutto
! ******************************************************************
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! sabato 31 marzo 2007, 02:17:30
!
! Hostname: isdn.carini.ws
! Model: 801
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname isdn.carini.ws
!
enable secret 5 _____________________________.
!
ip name-server 208.67.222.222
!
isdn switch-type basic-net3
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip address negotiated
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer string 7020187187
dialer hold-queue 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname Telecom
ppp chap password Telecom
ppp pap sent-username Telecom password Telecom
no ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 10.0.1.3 255.255.255.0
keepalive 10
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
dialer rotary-group 1
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
! DHCP Server
!
service dhcp
ip dhcp excluded-address 10.0.1.1 10.0.1.127
ip dhcp excluded-address 10.0.1.191 10.0.1.254
ip dhcp pool 1
network 10.0.1.0 255.255.255.0
default-router 10.0.1.3
dns-server 208.67.220.220 208.67.222.222
!
router rip
version 2
network 10.0.0.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
ip http server
snmp-server community mycomm RO
snmp-server community mycomm RW
snmp-server location _________________
snmp-server contact _____________________________________________________
banner motd #isdn.carini.ws (ISDN residential gateway)
#
!
line console 0
exec-timeout 0 0
password passwd
login
transport input none
!
line vty 0 4
password passwd
login
!
! The following commands are not recognized by Cisco ConfigMaker
! and are therefore appended here.
!
service config
no service pad
snmp-server chassis-id JAD05010F05
no rcapi server
!
end