Question : Access ASA GUI from non-inside interface

I've recently implemented an ASA 5505 to cover a number of office VLANs.  The "inside" VLAN has an IP is 192.168.1.2, and my workstation now sits on 192.168.3.X (called "workstation" VLAN).  Is it possible to create an ACL to allow my workstation to access the GUI tool from the ASA 5505?  I currently get the following error when I try:

TCP access denied by ACL from 192.168.3.100/52521 to workstation:192.168.1.2/443

Thanks!

Brandon

Answer : Access ASA GUI from non-inside interface

just need to add the following statements

ssh 192.168.3.0 255.255.255.0 inside
 - the interface (inside) here should be the interface that leads to this 3.x network

if you want to manage via telnet and gui


http 192.168.3.0 255.255.255.0 inside

telnet 192.168.3.0 255.255.255.0 inside

lastly, this command is probably already there
 - management-access inside
hope this helps.
Random Solutions  
 
programming4us programming4us