06-14-2017 03:28 PM - edited 02-21-2020 06:10 AM
hi all,
please advise ice if it is possible to configure Cisco asa for remote access thru public ip?
regards,
john
Solved! Go to Solution.
06-14-2017 07:16 PM
hi,
when you say 'remote access' do you mean SSH to the box or enable anyconnect feature on the ASA?
06-14-2017 04:36 PM
Hi,
Yes, Cisco ASA can be configured for remote access/vpn.
HTH
06-14-2017 07:16 PM
hi,
when you say 'remote access' do you mean SSH to the box or enable anyconnect feature on the ASA?
06-15-2017 07:08 PM
06-15-2017 07:13 PM
hi,
just enable SSH and specify the allowed network or host IPs to the ASA.
here's a useful link to enable SSH on the ASA:
http://wannabelab.blogspot.com/2014/01/configuring-my-cisco-asa-5505-home-lab.html
06-15-2017 07:32 PM
I did not see he use the public ip to ssh to the asa its just local.
06-15-2017 07:50 PM
hi,
do you have management servers or a remote sitet using public ip space?
just replace the allowed host IP/subnet according to your environment:
ssh 123.4.5.0 255.255.255.0 outside <<< ALLOW 123.4.5.0/24 TO SSH TO ASA 'outside' PUBLIC IP ADDRESS
ssh 67.8.9.1 255.255.255.255 outside <<< ALLOW ONLY HOST 67.8.9.1 TO SSH TO ASA
06-15-2017 11:18 PM
Hi Johnlloyd,
if i am outside the network say at home and i want to ssh the asa on customer site.
will this command ssh "0.0.0.0 0.0.0.0 outside" work? because i plan to access the FW from anywhere.
06-16-2017 07:03 AM
hi,
yes, it's basically allowing SSH from 'any' source IP coming from the ASA 'outside' interface.
although i wouldn't do such SSH command unless it's necessary (and approved by IT management) and you have other layers of security in place on the ASA such as TACACS/AAA, 'strong' local admin passwords, etc.
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