Alice Business cisco 857
Inviato: ven 27 nov , 2009 5:47 pm
Salve a tutti ragazzi,
premetto che è la prima volta che scrivo in un forum per risolvere un problema.
Ho attivato una linea alice business 7M,e sto cercando di farla funzionare con un CISCO 857,il tecnico mi ha lasciato un foglio con i seguenti dati:
IP Lan(network) : 94.88.x.232 -- 255.255.255.248 gateway 94.88.x.233
IP Wan(punto-punto) : 94.86.x.251 -- 255.255.255.0
Loopback 80.21.x.100
DNS 151.99.125.1 151.99.0.100
enc: LLC Snap
VpVc 8/35
la rete interna degli uffici ha come indirizzamento 192.168.0.x 255.255.255.0
CISCO 857 IOS: 12.4(15)T9 - ADSL: 3.0.014 - ROM: 12.3(8R)YI4.
Questa è la configurazione che ho creato:
--------------------------------------------------------------------------------
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname bonn
!
boot-start-marker
boot-end-marker
!
logging buffered 51200
logging console critical
enable secret 5 $1$hAg.$jnPmv3iPU9MxZ1647cPpw0
!
no aaa new-model
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
!
crypto pki trustpoint TP-self-signed-2077746666
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2077746666
revocation-check none
rsakeypair TP-self-signed-2077746666
!
!
crypto pki certificate chain TP-self-signed-2077746666
certificate self-signed 01 nvram:IOS-Self-Sig#C.cer
dot11 syslog
no ip source-route
!
!
ip cef
no ip bootp server
ip domain name interbusiness.it
ip name-server 151.99.125.1
ip name-server 151.99.0.100
!
!
!
username 123456 privilege 15 secret 5 $1$X1OE$svVPXEwgKwsbmvzNxwWof1
!
!
archive
log config
hidekeys
!
!
ip tcp synwait-time 10
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description $ES_WAN$$FW_OUTSIDE$
ip address 94.86.73.253 255.255.255.0
ip nat outside
ip virtual-reassembly
pvc 8/35
protocol ip 94.86.73.252 broadcast
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 94.88.28.234 255.255.255.248 secondary
ip address 192.168.0.100 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
dialer pool 1
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface ATM0.1 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 19.168.0.0 0.0.0.255
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 100 permit ip host 255.255.255.255 any
access-list 100 permit ip 127.0.0.0 0.255.255.255 any
access-list 100 remark SDM_ACL Category=128
access-list 100 permit ip 94.88.28.232 0.0.0.4 any
access-list 101 remark SDM_ACL Category=128
access-list 101 permit ip host 255.255.255.255 any
access-list 101 permit ip 127.0.0.0 0.255.255.255 any
access-list 101 permit ip 94.88.28.232 0.0.0.4 any
access-list 102 remark SDM_ACL Category=128
access-list 102 permit ip any any
no cdp run
!
control-plane
!
banner exec ^C
% Password expiration warning.
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
----------------------------------------------------------------------------------
Potete aiutarmi a capire perchè non funziona?
Grazie mille a tutti per il vostro tempo.
premetto che è la prima volta che scrivo in un forum per risolvere un problema.
Ho attivato una linea alice business 7M,e sto cercando di farla funzionare con un CISCO 857,il tecnico mi ha lasciato un foglio con i seguenti dati:
IP Lan(network) : 94.88.x.232 -- 255.255.255.248 gateway 94.88.x.233
IP Wan(punto-punto) : 94.86.x.251 -- 255.255.255.0
Loopback 80.21.x.100
DNS 151.99.125.1 151.99.0.100
enc: LLC Snap
VpVc 8/35
la rete interna degli uffici ha come indirizzamento 192.168.0.x 255.255.255.0
CISCO 857 IOS: 12.4(15)T9 - ADSL: 3.0.014 - ROM: 12.3(8R)YI4.
Questa è la configurazione che ho creato:
--------------------------------------------------------------------------------
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname bonn
!
boot-start-marker
boot-end-marker
!
logging buffered 51200
logging console critical
enable secret 5 $1$hAg.$jnPmv3iPU9MxZ1647cPpw0
!
no aaa new-model
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
!
crypto pki trustpoint TP-self-signed-2077746666
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2077746666
revocation-check none
rsakeypair TP-self-signed-2077746666
!
!
crypto pki certificate chain TP-self-signed-2077746666
certificate self-signed 01 nvram:IOS-Self-Sig#C.cer
dot11 syslog
no ip source-route
!
!
ip cef
no ip bootp server
ip domain name interbusiness.it
ip name-server 151.99.125.1
ip name-server 151.99.0.100
!
!
!
username 123456 privilege 15 secret 5 $1$X1OE$svVPXEwgKwsbmvzNxwWof1
!
!
archive
log config
hidekeys
!
!
ip tcp synwait-time 10
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description $ES_WAN$$FW_OUTSIDE$
ip address 94.86.73.253 255.255.255.0
ip nat outside
ip virtual-reassembly
pvc 8/35
protocol ip 94.86.73.252 broadcast
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 94.88.28.234 255.255.255.248 secondary
ip address 192.168.0.100 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
dialer pool 1
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface ATM0.1 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 19.168.0.0 0.0.0.255
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 100 permit ip host 255.255.255.255 any
access-list 100 permit ip 127.0.0.0 0.255.255.255 any
access-list 100 remark SDM_ACL Category=128
access-list 100 permit ip 94.88.28.232 0.0.0.4 any
access-list 101 remark SDM_ACL Category=128
access-list 101 permit ip host 255.255.255.255 any
access-list 101 permit ip 127.0.0.0 0.255.255.255 any
access-list 101 permit ip 94.88.28.232 0.0.0.4 any
access-list 102 remark SDM_ACL Category=128
access-list 102 permit ip any any
no cdp run
!
control-plane
!
banner exec ^C
% Password expiration warning.
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
----------------------------------------------------------------------------------
Potete aiutarmi a capire perchè non funziona?
Grazie mille a tutti per il vostro tempo.