Hi,
I have setup my Cisco 877W. But I cannot ping my LAN from my WLAN and WLAN from LAN. I post my config if anyone have an idea. Thanks in advance
My config.
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router877W
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 XXX
!
no aaa new-model
!
!
dot11 syslog
dot11 vlan-name internal vlan 1
!
dot11 ssid CISCO877W
vlan 1
authentication open
guest-mode
!
no ip source-route
!
!
!
!
ip cef
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username bizz privilege 15 secret 5 XXX
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
ssid CISCO877W
!
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 1 native
!
interface Vlan1
ip address 192.168.2.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
alias exec c configure terminal
alias exec s show ip interface brief
alias exec save copy running-config startup-config
!
line con 0
logging synchronous
login local
no modem enable
line aux 0
line vty 0 4
logging synchronous
login local
!
scheduler max-task-time 5000
end
Thanks
I have setup my Cisco 877W. But I cannot ping my LAN from my WLAN and WLAN from LAN. I post my config if anyone have an idea. Thanks in advance
My config.
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router877W
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 XXX
!
no aaa new-model
!
!
dot11 syslog
dot11 vlan-name internal vlan 1
!
dot11 ssid CISCO877W
vlan 1
authentication open
guest-mode
!
no ip source-route
!
!
!
!
ip cef
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username bizz privilege 15 secret 5 XXX
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
ssid CISCO877W
!
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 1 native
!
interface Vlan1
ip address 192.168.2.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
alias exec c configure terminal
alias exec s show ip interface brief
alias exec save copy running-config startup-config
!
line con 0
logging synchronous
login local
no modem enable
line aux 0
line vty 0 4
logging synchronous
login local
!
scheduler max-task-time 5000
end
Thanks