Hi guys, a couple weeks ago I (as a contractor) deployed a cisco 1252 access point. Everything seems to be working fine, clients can connect, range is very good, etc. Well my boss for the job (also a good friend... he doesn't like doing the networking end of things) calls me up and says that he can't access the AP unless he is locally on the LAN. So I try ssh'ing into the AP (port forwarding is set correctly) and I get a time out. All other port forwarding works great. Side note, the router is not a cisco router (lets NOT get me started on that point). Now if I ssh into the router and then try to ssh into the 1252, no problem what so ever. My friend thought that it is a problem with the AP not accepting connections except on the local LAN, but when the NAT translation is done shouldn't the ssh traffic appear to be coming from the router or is there something weird in the AP that should be set? Here is the config for you guys which I'm sure will help.
<code>
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname c1252ag
enable secret 5
no aaa new-model
no ip subnet-zero
ip domain name adipeditrics.com
dot11 ssid ADI_Pediatrics
authentication open
authentication key-management wpa
guest-mode
infrastructure-ssid optional
wpa-psk ascii 7
power inline negotiation prestandard source
username password 7
bridge irb
interface Dot11Radio0
description 2.4GHZ Radio
no ip address
no ip route-cache
encryption mode ciphers aes-ccm
ssid ADI_Pediatrics
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface Dot11Radio1
description 5GHZ Radio
no ip address
no ip route-cache
encryption mode ciphers aes-ccm
ssid ADI_Pediatrics
dfs band 3 block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface GigabitEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface BVI1
ip address 192.168.100.2 255.255.255.0
no ip route-cache
no ip http server
no ip http secure-server
no ip http help-path
http://www.cisco.com/warp/public/779/sm ... g/help/eagbridge 1 route ip
line con 0
login local
line vty 0 4
login local
transport input ssh
transport output ssh
line vty 5 15
login local
transport input ssh
transport output ssh
</code>
Additionally, I'm sorry ahead of time if this should be posted in the routing and switching forum. As always, thank you all in advanced.
-Justin