Pagina 1 di 1

877w solo come access point

Inviato: gio 31 gen , 2008 3:45 pm
da xelor
Salve
Vorrei usare, temporaneamente, il router in oggetto come semplice access-point cioè vorrei consentire ai client Wireless di accedere ad un default gateway su rete lan. Vi invio, in allegato, la configurazione attuale, se qualcuno avesse qualche idea..Grazie

P.S. il Default Gateway su LAN è 192.0.0.1

Inviato: ven 01 feb , 2008 4:45 pm
da xelor
...ho dimenticato di aggiungre che con la configurazione di seguito non riesco a far dialogare i client wireless con i client su lan. se qualcuno può aiutarmi......!!! grazie

!This is the running config of the router: 10.10.10.1
!----------------------------------------------------------------------------
!version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.1.1.1
ip dhcp excluded-address 10.1.1.31 10.1.1.254
ip dhcp excluded-address 192.0.0.1 192.0.0.248
!
ip dhcp pool WI-FI
network 192.168.2.0 255.255.255.0
default-router 192.168.2.254
dns-server 151.99.125.2 151.99.125.3
lease 0 0 30
!
ip dhcp pool range1
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
!
!
no ip domain lookup
ip domain name yourdomain.com
!
!
crypto pki trustpoint TP-self-signed-158888850
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-158888850
revocation-check none
rsakeypair TP-self-signed-158888850
!
!
crypto pki certificate chain TP-self-signed-158888850
certificate self-signed 01
3082024D 308201B6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 31353838 38383835 30301E17 0D303230 33303130 31323530
375A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3135 38383838
38353030 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
CF3A5C73 B43B6C84 71FE3E21 2AC7FF1F D1C9F226 C24CDE54 311950E8 DCE7C6F7
085CDB8C B7185267 DE373E32 9DD81C43 DB85FDDB 6F364F51 A2BA3D93 E27CB934
0F7915DB 75B95E0C 24122632 6E63C634 0F6725F9 E5829E63 AC7980CF 8D65CF1C
EC597DF3 BA2C0ED8 9F8462F2 BE9C53D4 577F8FF3 4AD1F31F 8CC97D0D 3C771B65
02030100 01A37730 75300F06 03551D13 0101FF04 05300301 01FF3022 0603551D
11041B30 19821779 6F75726E 616D652E 796F7572 646F6D61 696E2E63 6F6D301F
0603551D 23041830 168014D9 F0B6A881 A2C38734 02778531 B04565A5 48477330
1D060355 1D0E0416 0414D9F0 B6A881A2 C3873402 778531B0 4565A548 4773300D
06092A86 4886F70D 01010405 00038181 0083E134 4FA80946 2DE7084B 3E262871
BED9009D C335DDBE 51B64F8E 77D0B49E F7C6E394 1E27B759 1A1DE36C B2EC6CF1
4259F526 0E3BE24C 20409BC0 D89A5FCA 8C9CA678 A5C26680 7B2133A6 DFC7AB96
581C3BE8 B49DBE15 5F699174 05D00D46 9B636A37 8AD75C3A 470BFAA6 0DDE3912
C847B8FF 6BCA39A1 E5B138AC D67CE5B2 76
quit
username admin privilege 15 secret 5 $1$ytqC$2xrPBzJFvuBUshKmBTRcE0
!
!
!
bridge irb
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
description Interfaccia Wi-Fi
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip local-proxy-arp
!
encryption vlan 2 key 1 size 40bit 0 1AB56F7C4E transmit-key
encryption vlan 2 mode wep mandatory
!
ssid openAP
vlan 2
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
!
interface Dot11Radio0.1
encapsulation dot1Q 2 native
ip address 192.168.2.254 255.255.255.0
ip nat inside
ip virtual-reassembly
no snmp trap link-status
no cdp enable
!
interface Vlan1
description Interfaccia LAN
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
no ip mroute-cache
!
interface Vlan2
no ip address
bridge-group 2
bridge-group 2 spanning-disabled
!
interface BVI2
ip address 192.0.0.238 255.255.255.0
ip directed-broadcast
ip nat inside
ip virtual-reassembly
!
ip classless

!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
no cdp run
!
control-plane
!
bridge 2 protocol ieee
bridge 2 route ip
banner login ^CCCC
-----------------------------------------------------------------------
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". The default username and password have a privilege level of 15.

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
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end