cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
846
Views
5
Helpful
8
Replies

can't access wifi router behind firewall

ranasaadnoori
Level 1
Level 1

hi,

I have a wifi router behind firewall, i am trying to reach wifi web management from firewall outside interface but its not responding any idea i am not expert on asa appliances ( asa5520)

i tried access list on outside interface

wifi wan management is enabled on ip 192.168.150.9 port 80 

i used access list settings on asa5520 as follows:

access list wifi-out extended permit tcp any host 192.168.150.9 eq 80

access-group wifi-out in interface outside

 

8 Replies 8

balaji.bandi
Hall of Fame
Hall of Fame

The source ip is network address 192.168.200.6 behind a router and i do have routes to 192.168.150.0 network.

Hello,

 

can 192.168.150.9 ping 192.168.200.6 ? Do you have any NAT configured ?


 

hostname(config)# object network server1
hostname(config-network-object)# host 192.168.150.9
hostname(config-network-object)# nat (inside,outside) static interface service tcp 80 80

hostname(config)# access-list OUTSIDE extended permit tcp any object server1 eq 80

 

from above document share modilfied to fit your needs.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

i did actually try the port nat but didnt work , i think its because i have another nat on outside interface on port 1009 port for printer 

Hello

I assume the ASA is perfroming NAT, try the following:

object network Wifi_http
host 192.168.150.9
nat (inside,outside) static interface service tcp www www
access-list 100 extended permit tcp any object Wifi_http eq www


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

do have nat, as explained above for balaji.banadi

Hello,

 

post the full running configuration of your ASA (sh run)...

Review Cisco Networking for a $25 gift card