10-12-2005 07:28 PM - edited 02-21-2020 12:27 AM
I have a remote Pix 501 running 6.3.4 I am trying to access it from the outside interface and have configured it to allow telnet from my IP address but I cannot connect.
I used the command
telnet XX.XX.XX.XX 255.255.255.255 outside(XX.XX.XX.XX) is the IP address I am coming from
this is not working, is there anything else I need to enable to make this work
Solved! Go to Solution.
10-12-2005 07:59 PM
telnet access is not allowed on pix outside interface regardless of the configuration.
one way is to configure ssh on the pix.
e.g
hostname xxx
domain-name xxx.com.au
ca generate rsa key 1024
ca save all
ssh
10-12-2005 07:59 PM
telnet access is not allowed on pix outside interface regardless of the configuration.
one way is to configure ssh on the pix.
e.g
hostname xxx
domain-name xxx.com.au
ca generate rsa key 1024
ca save all
ssh
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