08-27-2024 10:55 AM
Hello,
I need to be able to access my ASAs via ASDM from one internal network to a different one.
Example:
Workstation:
ip address '192.168.1.2'
Main ASA:
interface 'main', ip address '192.168.1.1', 24-bit mask
interface 'outside', ip address '10.9.8.7'
Remote ASA:
interface 'main', ip address '192.168.2.1', 24-bit mask
interface 'outside', ip address dhcp (but currently has been assigned 10.10.9.8)
The two networks are connected via a Site-to-Site VPN and traffic flows both ways without trouble (except for my issue below).
Now, I can go thru Configuration > Management Access > ASDM/HTTPS/Telnet/SSH and have the Main ASA connect to 'outside' *IF* I know the DHCP address of the remote ASA. What I'd like to be able to do is go from 192.168.1.2 and connect via ASDM to 192.168.2.1 on 'main'....but I cannot seem to figure that out. I'd rather not have ASDM access on 'outside' on the Remote ASA because (a) it seems a lot less secure and (b) I may not know what the IP address of 'outside' is at any given time since it's configured for DHCP.
How can I connect to the remote ASA via an inside interface?
Thanks!
Solved! Go to Solution.
08-27-2024 11:00 AM
@maliseet If your VPN tunnel terminates on one interface, but you want to manage the ASA by accessing a different
interface, you can configure the command "management-access <interfacename> to manage the ASA over the VPN tunnel.
08-27-2024 11:00 AM
@maliseet If your VPN tunnel terminates on one interface, but you want to manage the ASA by accessing a different
interface, you can configure the command "management-access <interfacename> to manage the ASA over the VPN tunnel.
08-27-2024 11:22 AM
ooh, that did it, thanks!
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