10-16-2009 09:27 AM - edited 03-11-2019 09:26 AM
Is it possible to manage the ASA5505 via the outside interface. We are setting up a VPN Tunnel between to ASA5505s and the INSIDE interface on the remote ASA will be connecting to another network which we have not control of.
Thanks Mucho!!!
Solved! Go to Solution.
10-16-2009 10:58 AM
If you are trying to manage firewall through ipsec tunnel you shoudl still have control of your inside interface and manage it through that interface..
management-access inside
and allow the host that needs to manage the firewall for telnet and http etc..
if the host is not part of that ipsec tunnel but needs to manage the firewall, then you can manage it through oustide interface by simply allowing that host in your http and telnet statements.
i.e
http
etc..
Regards
10-16-2009 11:00 AM
From the outside you can use SSH, VPN, or ASDM. Here's how to configure SSH.
PIX(config)#hostname PIXOne
PIXOne(config)#domain-name mydomain.com
PIXOne(config)#crypto key generate rsa
PIXOne(config)#ssh time-out 60
PIXOne(config)#ssh [your public IP] 255.255.255.255 outside
Hope that helps.
10-16-2009 10:58 AM
If you are trying to manage firewall through ipsec tunnel you shoudl still have control of your inside interface and manage it through that interface..
management-access inside
and allow the host that needs to manage the firewall for telnet and http etc..
if the host is not part of that ipsec tunnel but needs to manage the firewall, then you can manage it through oustide interface by simply allowing that host in your http and telnet statements.
i.e
http
etc..
Regards
10-16-2009 12:22 PM
Jorge, thanks for your reply. Sometimes the easy fixes appear as real problems.
Thanks Mucho!!!
10-16-2009 11:00 AM
From the outside you can use SSH, VPN, or ASDM. Here's how to configure SSH.
PIX(config)#hostname PIXOne
PIXOne(config)#domain-name mydomain.com
PIXOne(config)#crypto key generate rsa
PIXOne(config)#ssh time-out 60
PIXOne(config)#ssh [your public IP] 255.255.255.255 outside
Hope that helps.
10-16-2009 12:28 PM
Collin, thanks for your reply. Sometimes the blinding obvious escapes one!
Thanks Mucho!!!
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