10-13-2021 02:39 AM
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
10-13-2021 06:38 AM
what is the source IP coming from ?
10-13-2021 03:18 PM
The source ip is network address 192.168.200.6 behind a router and i do have routes to 192.168.150.0 network.
10-13-2021 03:53 PM
Hello,
can 192.168.150.9 ping 192.168.200.6 ? Do you have any NAT configured ?
10-14-2021 06:46 AM
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.
10-24-2021 10:51 PM
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
10-14-2021 12:02 AM - edited 10-14-2021 12:02 AM
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
10-24-2021 10:55 PM
do have nat, as explained above for balaji.banadi
10-24-2021 11:21 PM
Hello,
post the full running configuration of your ASA (sh run)...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide