cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
1
Replies

PIX Access options

relsethagen
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

jackko
Level 7
Level 7

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 outside

View solution in original post

1 Reply 1

jackko
Level 7
Level 7

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 outside

Review Cisco Networking for a $25 gift card