Pagina 1 di 1

Router 857 Wireless

Inviato: lun 19 giu , 2006 2:41 pm
da alfonsok
Salve a tutti gli amici del forum, ho un problemino con un router acquistato recentemente cioè un Cisco 857 Wireless.
Ho cercato di configurarlo al meglio sia tramite SDM (per le funzioni principali) sia cin CLI (per quelle un pò più specifiche).
Veniamo al punto, dopo aver perso quasi una nottata per configurare tutto (leggendo i vostri post , tra l'altro di una utilità più unica che rara) ho attaccato il ruoter alla linea ADSL (una flat di Tin.it PPPoE con ip dinamico), i led si sono accesi tutti, il wireless funziona, la linea si aggancia, ma al momento di andare in Internet non riesco a navigare.
Potetecontrollare dove poteri essermi sbagliato nel configurare la connessione , oramai sono 2 giorni che penso e ci ripenso ma non riesco a saltarcene fuori (e pensare che Con lo Zyxel Prestige 660HW non ho nessun tipo di problema)?

!version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname tecnoced
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$6LnH$GpFjgCvMbi7OdjA6TQ6os1
!
username xxxxxxxx privilege 15 view root secret 5 $1$kEiL$OFFWfcbX4QpZwMbRVvd180
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.201 192.168.1.254
!
ip dhcp pool sdm-pool
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
lease 0 2
!
!
ip cef
ip inspect name SDM_LOW cuseeme
ip inspect name SDM_LOW ftp
ip inspect name SDM_LOW h323
ip inspect name SDM_LOW icmp
ip inspect name SDM_LOW rcmd
ip inspect name SDM_LOW realaudio
ip inspect name SDM_LOW rtsp
ip inspect name SDM_LOW esmtp
ip inspect name SDM_LOW sqlnet
ip inspect name SDM_LOW streamworks
ip inspect name SDM_LOW tftp
ip inspect name SDM_LOW tcp
ip inspect name SDM_LOW udp
ip inspect name SDM_LOW vdolive
ip domain name tecnoced.org
ip name-server 151.99.125.2
ip name-server 151.99.125.3
no ftp-server write-enable
!
!
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key xxxxxxxx address 0.0.0.0 0.0.0.0
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto dynamic-map SDM_DYNMAP_1 1
set transform-set ESP-3DES-SHA
match address 102
!
!
crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode ansi-dmt
!
interface ATM0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
no ip address
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface Dot11Radio0
no ip address
!
ssid tecnoced
vlan 1
authentication open
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
no cdp enable
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$
ip address 192.168.1.254 255.255.255.0
ip access-group 100 in
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
description $FW_OUTSIDE$
ip address dhcp
ip access-group 101 in
ip mtu 1452
ip inspect SDM_LOW out
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxxxxx
ppp pap sent-username xxxxxx password 0 xxxxxxx
crypto map SDM_CMAP_1
!
ip classless
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
ip nat inside source static tcp 192.168.1.12 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.12 20 interface Dialer0 20
ip nat inside source static tcp 192.168.1.12 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.12 25 interface Dialer0 25
ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
!
ip access-list extended sdm_dialer0_in
remark SDM_ACL Category=1
remark Web
permit tcp any eq www any eq www log
remark DNS
permit tcp any eq domain any eq domain log
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.0.0.0 0.255.255.255
access-list 100 remark auto generated by SDM firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by SDM firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit tcp any any eq ftp
access-list 101 permit tcp any any eq ftp-data
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq smtp
access-list 101 remark IPSec Rule
access-list 101 permit ip 192.168.1.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 101 permit udp any any eq non500-isakmp
access-list 101 permit udp any any eq isakmp
access-list 101 permit esp any any
access-list 101 permit ahp any any
access-list 101 deny ip 192.168.1.0 0.0.0.255 any
access-list 101 permit udp any eq bootps any eq bootpc
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any unreachable
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip any any log
access-list 102 remark SDM_ACL Category=4
access-list 102 remark IPSec Rule
access-list 102 permit ip 192.168.1.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 103 remark SDM_ACL Category=2
access-list 103 remark IPSec Rule
access-list 103 deny ip 192.168.1.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 103 permit ip 192.0.0.0 0.255.255.255 any
dialer-list 1 protocol ip permit
no cdp run
route-map SDM_RMAP_1 permit 1
match ip address 103
!
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco".

Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
login local
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
privilege level 15
login local
transport preferred all
transport input telnet ssh
transport output all
!
scheduler max-task-time 5000
end


Graziemille per il Vostro preziosissimo aiuto

Inviato: lun 19 giu , 2006 4:07 pm
da TheIrish
Allora, scusa se magari non trovo tutto quello che c'è da mettere a posto, ma tutti i tool di configurazione fanno così tanto cesso nelle conf da rendere difficile leggerle.
Per prima cosa... vedo che nel dhcp non hai inserito alcun DNS... le possibilità quindi sono 2, o i DNS li hai settati sulle connessioni dei PC, o non si risolvono i domini...
verifica e poi ci risentiamo qui.

Inviato: lun 19 giu , 2006 4:22 pm
da alfonsok
Intanto grazie per la solerte rispota, poi volevo dirti che i DNS ho provato anche a configurarli sui Client, ma non funziona lo stesso, ora provo a settarli direttamente sul ruoter e vediamo cosa succede.....

Inviato: lun 19 giu , 2006 5:02 pm
da andrewp
Risultato di vari ping e tracert ?!

Inviato: lun 19 giu , 2006 6:01 pm
da alfonsok
ho provato a rifare la configurazione senza abilitare nessun firewall:
!version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname tecnoced
!
boot-start-marker
boot-end-marker
!
logging buffered 52000 debugging
!
username xxxx privilege 15 secret 5 $1$QqyF$W/Xrjh/nyyHtro5Aw16j//
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.201 192.168.1.254
!
ip dhcp pool sdm-pool
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
lease 0 2
!
!
ip cef
ip domain name tecnoced.org
ip name-server 151.99.125.1
ip name-server 151.99.0.100
no ftp-server write-enable
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode ansi-dmt
!
interface ATM0.2 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
no ip address
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface Dot11Radio0
no ip address
!
ssid tecnoced
vlan 1
authentication open
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
no cdp enable
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
ip address dhcp
ip mtu 1452
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxxxxxxxx
ppp pap sent-username xxxxxx password 0 xxxxxxxx
!
ip classless
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
snmp-server community tecnoced RW
no cdp run
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco".

Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
login local
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
privilege level 15
login local
transport preferred all
transport input telnet ssh
transport output all
!
scheduler max-task-time 5000
end


ma il risultato è che quando eseguo il test di connessione, mi si blocca ed esce ciò:

Router Details

Attribute Value
Router Model 857W
Image Name c850-advsecurityk9-mz.123-8.YI2.bin
IOS Version 12.3(8)YI2
Hostname yourname


Interface Details

Attribute Value
Interface ATM0.1
IP address Dynamic IP
Description


Test Activity Summary

Activity Status
Checking interface status... Up
Checking for DNS settings... Successful
Checking interface IP address.. Failed


Test Activity Details

Activity Status
Checking interface status... Up
Interface physical status :Up
Line protocol status :Up
Checking for DNS settings... Successful
DNS lookup set :Yes
Statically configured DNS servers : 151.99.125.1 151.99.0.100
Dynamically imported DNS servers :None
Checking interface IP address.. Failed
Interface IP address :Not assigned/received
Interface IP address Type :Dynamic


Troubleshooting Results Failure Reason(s) Recommended Action(s)

No IP address for the interface has been obtained. The interface is configured to obtain an IP address through DHCP. The remote end may not be configured with a DHCP server or the DHCP pool may be empty. Please contact your ISP or WAN administrator and check if the server has been configured to lease IP address to the clients connection through DHCP. Retest connection.
In case of DSL interfaces, this may be due to a mismatch of encapsulation at the remote end. Contact your WAN administrator or ISP and verify the encapsulation configured at the remote end.

Inviato: lun 19 giu , 2006 11:13 pm
da alfonsok
Ok grazie per le delucidazioni Dreamer, ho modificato le impostazioni come hai scritto tu:

Codice: Seleziona tutto


!version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname tecnoced
!
boot-start-marker
boot-end-marker
!
logging buffered 52000 debugging
!
username alfi privilege 15 secret 5 $1$Zebu$Y7rYgkF96fARSAmjiQhxT0
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.201 192.168.1.254
!
ip dhcp pool sdm-pool
   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 
   lease 0 2
!
!
ip cef
ip domain name tecnoced.org
ip name-server 151.99.125.1
ip name-server 151.99.0.100
no ftp-server write-enable
!
!
!
! 
!
!
!
interface ATM0
 no ip address
 ip nat outside
 ip virtual-reassembly
 no atm ilmi-keepalive
 pvc 8/35 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode ansi-dmt
!
interface FastEthernet0
 no ip address
 no cdp enable
!
interface FastEthernet1
 no ip address
 no cdp enable
!
interface FastEthernet2
 no ip address
 no cdp enable
!
interface FastEthernet3
 no ip address
 no cdp enable
!
interface Dot11Radio0
 no ip address
 !
 ssid tecnoced
    vlan 1
    authentication open 
 !
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
 no cdp enable
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 no cdp enable
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
 ip address 192.168.1.254 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
interface Dialer0
 ip address negotiated
 ip mtu 1452
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname xxxxxx
 ppp chap password 0 xxxxxx
 ppp pap sent-username xxxxxx password 0 xxxxxx
!
ip classless
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
snmp-server community tecnoced RW
no cdp run
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device. 
This feature requires the one-time use of the username "cisco" 
with the password "cisco".

Please change these publicly known initial credentials using SDM or the IOS CLI. 
Here are the Cisco IOS commands.

username <myuser>  privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use. 

For more information about SDM please follow the instructions in the QUICK START 
GUIDE for your router or go to http://www.cisco.com/go/sdm 
-----------------------------------------------------------------------
^C
!
line con 0
 login local
 no modem enable
 transport preferred all
 transport output all
line aux 0
 transport preferred all
 transport output all
line vty 0 4
 privilege level 15
 login local
 transport preferred all
 transport input telnet ssh
 transport output all
!
scheduler max-task-time 5000
end

Ora passo il testing di connessione per l'ottenimento dell'indirizzo IP
ma mi da errore nella ricerca dell'interfaccia in uscita con un problema di DNS.

Inviato: lun 03 lug , 2006 9:27 pm
da alfonsok
Scusate per il ritardo, ma ho dovuto
1- Fare le ferie con la famiglia
2- Ho avuto problemi con Telecom (che strano......) mi hanno lasciato senza linea adsl per 10 giorni!!!!!!!!!!!!!!!!!!!!!!!!!

Comunque grazie a Dreamer ora ilkcisco funziona a meraviglia, finchè Telecom me lo permette ovviamente.
Grazie mille a tutti.....

Inviato: lun 03 lug , 2006 9:58 pm
da mnovaro
Ciao scusa se sono ot ma volevo chiederti una cosa... dovrebbe arrivarmi a giorni un router come il tuo 857W mi dici che ne pensi? sei soddisfatto? ciao e garzie

Inviato: lun 03 lug , 2006 10:39 pm
da alfonsok
mnovaro ha scritto:Ciao scusa se sono ot ma volevo chiederti una cosa... dovrebbe arrivarmi a giorni un router come il tuo 857W mi dici che ne pensi? sei soddisfatto? ciao e garzie
Per adesso sono abbastanza soddisfatto, tieni presente però che io ora ho configurato il minimo per farlo andare, ora con santa pazienza devo mettermi a configurarlo per ottenere un pò sicurezza e soprattutto devo capire come cavolo si configura una semplicissima rete wireless perchè a differenza di altri router che ho visto e configurato questo ha una miriade di parametri.....ciao e buon lavoro
mnovaro

Inviato: sab 22 lug , 2006 6:11 pm
da netdevel
alfonsok ha scritto:
mnovaro ha scritto:Ciao scusa se sono ot ma volevo chiederti una cosa... dovrebbe arrivarmi a giorni un router come il tuo 857W mi dici che ne pensi? sei soddisfatto? ciao e garzie
Per adesso sono abbastanza soddisfatto, tieni presente però che io ora ho configurato il minimo per farlo andare, ora con santa pazienza devo mettermi a configurarlo per ottenere un pò sicurezza e soprattutto devo capire come cavolo si configura una semplicissima rete wireless perchè a differenza di altri router che ho visto e configurato questo ha una miriade di parametri.....ciao e buon lavoro
mnovaro
ciao alfonsok, visto che sto litigando anche io con un 857w, non è che mi potresti postare la procedura (o una config.) MINIMA per far andare il wireless?
adesso riesco a fare in modo che le stazioni si connettano, ma non riescono a prendersi l'ip...
anche dando un ip manualmente ai pc wireless non riesco comunque a pingare l'indirizzo della vlan1, e non so dove sbaglio.....

un grazie in anticipo.

Inviato: sab 29 lug , 2006 2:03 pm
da alfonsok
ciao alfonsok, visto che sto litigando anche io con un 857w, non è che mi potresti postare la procedura (o una config.) MINIMA per far andare il wireless?
adesso riesco a fare in modo che le stazioni si connettano, ma non riescono a prendersi l'ip...
anche dando un ip manualmente ai pc wireless non riesco comunque a pingare l'indirizzo della vlan1, e non so dove sbaglio.....

un grazie in anticipo.
Intanto scusa per il ritardo, ma ero molto impegnato e ci somo messe di mezzo anche le ferie, ora ti posto una coinfigurazione che nel mio caso funziona, però ho adottato la tecnica di fare il bridge fra la rete wireless e la vlan in quanto nel mio caso non ho la necessità di fare routing.....spero ti vada bene lo stesso.

P.S. per la protezione della rete fai tu.....

Codice: Seleziona tutto

!
 ssid <tuoSSID>
    vlan 1
    authentication open 
 !
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
 no cdp enable
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 no cdp enable
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding