soho77 alice ADSL

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
CrazyZ
n00b
Messaggi: 2
Iscritto il: mer 19 set , 2007 1:22 pm
Località: Brescia
Contatta:

ciao a tutti,
ho acquistato su ebay un soho77, sono totalmente noob riguardo al Cisco e relativo IOS. Cercando qua e là ho provato a configurarlo, ovviamenete senza successo :D. vi posto qualcosa che spero possa rilevelarsi utile.

Codice: Seleziona tutto

Cisco Internetwork Operating System Software 
IOS (tm) SOHO70 Software (SOHO70-Y1-M), Version 12.2(2)XK2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Sat 16-Feb-02 16:48 by ealyon
Image text-base: 0x80013170, data-base: 0x8063FBA4

ROM: System Bootstrap, Version 12.1(3r)XP, RELEASE SOFTWARE (fc1)
ROM: SOHO70 Software (SOHO70-Y1-M), Version 12.2(2)XK2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

Router uptime is 51 minutes
System returned to ROM by power-on
System image file is "flash:soho70-y1-mz.122-2.XK2.bin"

CISCO SOHO 77 (MPC855T) processor (revision 0x501) with 15360K/1024K bytes of memory.
Processor board ID JAD04525WZN (1668815907), with hardware revision 0000
CPU rev number 5
Bridging software.
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
128K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

Configuration register is 0x2102

Codice: Seleziona tutto

Building configuration...

Current configuration : 2086 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret *****/
!
username nprem privilege 15 password *****
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
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 
   lease 0 2
!
vpdn enable
!
vpdn-group 1
 request-dialin
  protocol pppoe
!
!
!
!
interface Ethernet0
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip tcp adjust-mss 1452
 hold-queue 100 out
!
interface ATM0
 no ip address
 atm vc-per-vp 64
 no atm ilmi-keepalive
  pvc 8/35 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
!
interface Dialer0
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp header-compression passive
 dialer pool 1
 no cdp enable
 ppp chap hostname *****
 ppp chap password *****
 ppp pap sent-username aliceadsl password *****
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer remote-name redback
 dialer-group 1
 ppp authentication pap chap callin
 ppp chap hostname aliceadsl
 ppp chap password *****
 ppp pap sent-username aliceadsl password *****
 ppp ipcp dns request
 ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source list 9 interface Dialer0 overload
ip nat inside source list 102 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 9 permit 192.168.1.0 0.0.0.255
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
 line con 0
 stopbits 1
line vty 0 4
 exec-timeout 120 0
 login local
 length 0
!
scheduler max-task-time 5000
end
chissà quante porcate ho fatto... sarebbe bello se poteste linkarmi qualche tutorial/manuale riguardo al ios. ciao e grazie!!!! :D :D :D
CrazyZ
n00b
Messaggi: 2
Iscritto il: mer 19 set , 2007 1:22 pm
Località: Brescia
Contatta:

ok ho banalmente risolto andando a configurarlo via CRWS... ne è scaturito:

Codice: Seleziona tutto

Current configuration : 1679 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco
!
enable secret ****
!
username Cisco password 0 ****
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip name-server 85.37.17.7
ip name-server 85.38.28.95
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.128
!
ip dhcp pool CLIENT
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1 
   lease 0 2
!
!
!
!
interface Ethernet0
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 no ip mroute-cache
 hold-queue 100 out
!
interface ATM0
 no ip address
 no ip mroute-cache
 atm vc-per-vp 64
 no atm ilmi-keepalive
 pvc 8/35 
  encapsulation aal5mux ppp dialer
dialer pool-member 1
 !
 dsl operating-mode auto
 hold-queue 224 in
!
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname ****
 ppp chap password ****
 ppp pap sent-username ****l password ****
 ppp ipcp dns request
 ppp ipcp wins request
!
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.128 80 interface Dialer1 80
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
access-list 23 permit 192.168.1.0 0.0.0.255
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
line con 0
 stopbits 1
line vty 0 4
 access-class 23 in
 exec-timeout 120 0
 login
 length 0
!
scheduler max-task-time 5000
end
però ora vorrei mettere un indirizzo ip statico per il server, e poi configuralo in modo da usare il dyndns... mi pare di aver capito che il mio IOS non supporta ddns... mi abbandonerò a ddclient ;D

ciao :D
Rispondi