cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
3
Helpful
2
Replies

PIX/ASA : Using hostname authentication instead of IP for telnet and ssh

benbollinger
Level 2
Level 2

We are trying to use this command:

telnet mypchostname.company.com

instead of

telnet 10.10.10.10 255.255.255.255 inside

but the command is not working. Is there some other sytax that we need?

Here is what the ? says from the asa:

ASA(config)# ssh ?

configure mode commands/options:

Hostname or A.B.C.D The IP address of the host and/or network authorized to

login to the system

X:X:X:X::X/<0-128> IPv6 address/prefix authorized to login to the system

scopy Secure Copy mode

timeout Configure ssh idle timeout

version Specify protocol version to be supported

2 Replies 2

vitripat
Level 7
Level 7

Hello Ben,

Try this-

names

name 10.10.10.10 mypchostname.company.com

telnet mypchostname.company.com 255.255.255.255 inside

(We still need to specify the subnet mask)

Hope that helps.

Regards,

Vibhor.

We are using a dns server to resolve the names. is there a way to just do it without the name 10.10.10.10 mypchostname.comapny.com?