Buone sera a tutti , da on po’ di tempo cerco di risolvere questa problema ma senza successo, vi spiego:
Ho un router Cisco 1841 con HWIC ADSL e HWIC AP 802.11, sono riuscito a fare funzionare tutto pero ho 4 reti diverse , io ho bisogno di usare il router come uno di quelli da 30-40 euro che fa una rete sola per poter usare una stampante di rete e condividere i file tra lan cablata e wireless
Grazie
Building configuration...
Current configuration : 5884 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
no logging buffered
!
no aaa new-model
dot11 syslog
!
dot11 ssid Test
vlan 1
authentication open
!
ip source-route
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 1.1.1.1
ip dhcp excluded-address 1.1.1.9
ip dhcp excluded-address 1.1.1.17
ip dhcp excluded-address 1.1.1.25
!
ip dhcp pool ccp-pool1
import all
network 1.1.1.0 255.255.255.248
dns-server 213.205.32.70 213.205.36.70
default-router 1.1.1.1
lease infinite
!
ip dhcp pool ccp-pool2
import all
network 1.1.1.8 255.255.255.248
dns-server 213.205.32.70 213.205.36.70
default-router 1.1.1.9
lease infinite
!
ip dhcp pool ccp-pool3
import all
network 1.1.1.16 255.255.255.248
default-router 1.1.1.17
dns-server 213.205.32.70 213.205.36.70
lease infinite
!
ip dhcp pool ccp-pool4
import all
network 1.1.1.24 255.255.255.248
default-router 1.1.1.25
dns-server 213.205.32.70 213.205.36.70
lease infinite
!
!
ip cef
ip name-server 213.205.32.70
ip name-server 213.205.36.70
ip ddns update method ccp_ddns1
DDNS both
!
no ipv6 cef
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-2621790571
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2621790571
revocation-check none
rsakeypair TP-self-signed-2621790571
!
!
crypto pki certificate chain TP-self-signed-2621790571
certificate self-signed 01
3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32363231 37393035 3731301E 170D3131 30333232 31373230
33335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 36323137
39303537 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BFFF D75B7600 A14694E3 A4511918 2EF409B9 E55C6B80 5765DF46 6E9DA2A7
9B6152BD EA85833E 583E271E 0C791113 5D63E1AE A41ADD5A 629CAECB 0848C171
3C03421B 07FB9C2A 6A3F5C9F EEEED5A3 B0351A85 9AA26F5B 3CBE35B3 8037B207
34B90644 3BBA1C31 A2A5A4A8 F4CE89E0 80F9D708 D951EA0F 46D40588 B1493862
822D0203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
551D1104 0B300982 07526F75 7465722E 301F0603 551D2304 18301680 1434754F
40FA1B79 7BEE8D5B AB2733FC 56CBA8E9 20301D06 03551D0E 04160414 34754F40
FA1B797B EE8D5BAB 2733FC56 CBA8E920 300D0609 2A864886 F70D0101 04050003
81810039 1F178C27 D21784CC A3C1A6B6 ABCBD779 8AB5C237 4BF90118 71850713
DE0C92F7 2E915664 E756CD14 0C6A8DB5 E0B6F68F 91C9BD46 1C3C55C0 A51B3CE2
38BFDDF5 69A011C1 5629FF70 6A2E8B3B 9F98D164 6BB7EDEA 00DBBD3D F7967B02
399AE687 4F219F25 4B86888F 16814DE1 96FA62DF C626094A EF139BEE 1FA607B0 292F26
quit
!
!
username dinukro privilege 15 secret 5 $1$rfcj$lla1TLGn0OKWKGcrp9I8p.
username cisco privilege 15 secret 5 $1$EGLG$nLT/5cJx2UTN6A0hc0EFf1
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description $Lan Interna$
ip address 1.1.1.1 255.255.255.248
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description $Lan Interna 2$
ip address 1.1.1.9 255.255.255.248
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0/0/0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid Test
!
mbssid
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
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 Dot11Radio0/0/0.2
encapsulation dot1Q 1 native
ip address 1.1.1.17 255.255.255.248
ip nat inside
ip virtual-reassembly
!
interface Dot11Radio0/0/1
no ip address
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid Test
!
mbssid
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
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 Dot11Radio0/0/1.2
encapsulation dot1Q 1 native
ip address 1.1.1.25 255.255.255.248
ip nat inside
ip virtual-reassembly
!
interface ATM0/1/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxxx
ppp pap sent-username [email protected] password 0 xxxxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
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 Dialer0 overload
!
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 1.1.1.0 0.0.0.7
access-list 1 permit 1.1.1.8 0.0.0.7
access-list 1 permit 1.1.1.16 0.0.0.7
access-list 1 permit 1.1.1.24 0.0.0.7
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end
Help!!!!!!! HWIC AP 802.11
Moderatore: Federico.Lagni
- dinukro
- Cisco fan
- Messaggi: 28
- Iscritto il: mar 08 mar , 2011 4:36 pm
Grazie ghira per la tua idea , ho creato la bvi1 però questa mi da gli ip solo alla interfaccia FA 0/0 e FA 0/1 a interfaccia Dot11Radio0/0/0 e Dot11Radio0/0/1 mi da soltanto il DNS . Dove sbaglio?
Grazie
Building configuration...
Current configuration : 5884 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HackersZone
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
no logging buffered
!
no aaa new-model
dot11 syslog
!
dot11 ssid test
vlan 1
authentication open
!
ip source-route
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 1.1.1.1
ip dhcp excluded-address 1.1.1.10
!
ip dhcp pool ccp-pool1
import all
network 1.1.1.0 255.255.255.240
dns-server 213.205.32.70 213.205.36.70
default-router 1.1.1.1
lease infinite
!
!
!
ip cef
ip name-server 213.205.32.70
ip name-server 213.205.36.70
ip ddns update method ccp_ddns1
DDNS both
!
no ipv6 cef
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-2621790571
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2621790571
revocation-check none
rsakeypair TP-self-signed-2621790571
!
!
crypto pki certificate chain TP-self-signed-2621790571
certificate self-signed 01
3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32363231 37393035 3731301E 170D3131 30333232 31373230
33335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 36323137
39303537 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BFFF D75B7600 A14694E3 A4511918 2EF409B9 E55C6B80 5765DF46 6E9DA2A7
9B6152BD EA85833E 583E271E 0C791113 5D63E1AE A41ADD5A 629CAECB 0848C171
3C03421B 07FB9C2A 6A3F5C9F EEEED5A3 B0351A85 9AA26F5B 3CBE35B3 8037B207
34B90644 3BBA1C31 A2A5A4A8 F4CE89E0 80F9D708 D951EA0F 46D40588 B1493862
822D0203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
551D1104 0B300982 07526F75 7465722E 301F0603 551D2304 18301680 1434754F
40FA1B79 7BEE8D5B AB2733FC 56CBA8E9 20301D06 03551D0E 04160414 34754F40
FA1B797B EE8D5BAB 2733FC56 CBA8E920 300D0609 2A864886 F70D0101 04050003
81810039 1F178C27 D21784CC A3C1A6B6 ABCBD779 8AB5C237 4BF90118 71850713
DE0C92F7 2E915664 E756CD14 0C6A8DB5 E0B6F68F 91C9BD46 1C3C55C0 A51B3CE2
38BFDDF5 69A011C1 5629FF70 6A2E8B3B 9F98D164 6BB7EDEA 00DBBD3D F7967B02
399AE687 4F219F25 4B86888F 16814DE1 96FA62DF C626094A EF139BEE 1FA607B0 292F26
quit
!
!
username dinukro privilege 15 secret 5 $1$rfcj$lla1TLGn0OKWKGcrp9I8p.
username cisco privilege 15 secret 5 $1$EGLG$nLT/5cJx2UTN6A0hc0EFf1
archive
log config
hidekeys
!
!
!
!
bridge irb
!
!
!
!
interface FastEthernet0/0
description $Lan Interna$
ip address dhcp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
bridge-group 1
!
interface FastEthernet0/1
description $Lan Interna 2$
ip address dhcp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
bridge-group 1
!
interface Dot11Radio0/0/0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid test
!
mbssid
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
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 Dot11Radio0/0/0.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface Dot11Radio0/0/1
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid test
!
mbssid
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
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 Dot11Radio0/0/1.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface ATM0/1/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxxxx
ppp pap sent-username [email protected] password 0 xxxxxx
!
interface BVI1
ip address 1.1.1.1 255.255.255.240
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
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 Dialer0 overload
!
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 1.1.1.0 0.0.0.15
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end
Grazie
Building configuration...
Current configuration : 5884 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HackersZone
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
no logging buffered
!
no aaa new-model
dot11 syslog
!
dot11 ssid test
vlan 1
authentication open
!
ip source-route
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 1.1.1.1
ip dhcp excluded-address 1.1.1.10
!
ip dhcp pool ccp-pool1
import all
network 1.1.1.0 255.255.255.240
dns-server 213.205.32.70 213.205.36.70
default-router 1.1.1.1
lease infinite
!
!
!
ip cef
ip name-server 213.205.32.70
ip name-server 213.205.36.70
ip ddns update method ccp_ddns1
DDNS both
!
no ipv6 cef
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-2621790571
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2621790571
revocation-check none
rsakeypair TP-self-signed-2621790571
!
!
crypto pki certificate chain TP-self-signed-2621790571
certificate self-signed 01
3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32363231 37393035 3731301E 170D3131 30333232 31373230
33335A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 36323137
39303537 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BFFF D75B7600 A14694E3 A4511918 2EF409B9 E55C6B80 5765DF46 6E9DA2A7
9B6152BD EA85833E 583E271E 0C791113 5D63E1AE A41ADD5A 629CAECB 0848C171
3C03421B 07FB9C2A 6A3F5C9F EEEED5A3 B0351A85 9AA26F5B 3CBE35B3 8037B207
34B90644 3BBA1C31 A2A5A4A8 F4CE89E0 80F9D708 D951EA0F 46D40588 B1493862
822D0203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
551D1104 0B300982 07526F75 7465722E 301F0603 551D2304 18301680 1434754F
40FA1B79 7BEE8D5B AB2733FC 56CBA8E9 20301D06 03551D0E 04160414 34754F40
FA1B797B EE8D5BAB 2733FC56 CBA8E920 300D0609 2A864886 F70D0101 04050003
81810039 1F178C27 D21784CC A3C1A6B6 ABCBD779 8AB5C237 4BF90118 71850713
DE0C92F7 2E915664 E756CD14 0C6A8DB5 E0B6F68F 91C9BD46 1C3C55C0 A51B3CE2
38BFDDF5 69A011C1 5629FF70 6A2E8B3B 9F98D164 6BB7EDEA 00DBBD3D F7967B02
399AE687 4F219F25 4B86888F 16814DE1 96FA62DF C626094A EF139BEE 1FA607B0 292F26
quit
!
!
username dinukro privilege 15 secret 5 $1$rfcj$lla1TLGn0OKWKGcrp9I8p.
username cisco privilege 15 secret 5 $1$EGLG$nLT/5cJx2UTN6A0hc0EFf1
archive
log config
hidekeys
!
!
!
!
bridge irb
!
!
!
!
interface FastEthernet0/0
description $Lan Interna$
ip address dhcp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
bridge-group 1
!
interface FastEthernet0/1
description $Lan Interna 2$
ip address dhcp
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
bridge-group 1
!
interface Dot11Radio0/0/0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid test
!
mbssid
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
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 Dot11Radio0/0/0.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface Dot11Radio0/0/1
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 1 key 1 size 40bit 0 AAAAAAAAAA transmit-key
encryption vlan 1 mode wep mandatory
!
broadcast-key vlan 1 change 30
!
!
ssid test
!
mbssid
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role non-root
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 Dot11Radio0/0/1.1
encapsulation dot1Q 1 native
ip address dhcp
ip nat inside
ip virtual-reassembly
!
interface ATM0/1/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 xxxxxxx
ppp pap sent-username [email protected] password 0 xxxxxx
!
interface BVI1
ip address 1.1.1.1 255.255.255.240
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
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 Dialer0 overload
!
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 1.1.1.0 0.0.0.15
dialer-list 1 protocol ip permit
!
!
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end