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

PIX Access options

relsethagen
Level 4
Level 4

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 11
Level 11

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 11
Level 11

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