cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
2
Replies

Not able to telnet from Public IP.

Hutchcisco
Level 1
Level 1

Hi,

we are using Pix 515e (6.3 version).

Have assigned telnet access to a static public ip to one of the LAN IP (HP-UX OS) and able to ping the LAN (HP-UX) from other public IP but not able to access the telnet and the same is perfectly working if assigned to some other LAN IP.(telnet perfectly working for the HP-UX machine in the Local LAN).

please suggest me for this...

2 Replies 2

mattiaseriksson
Level 3
Level 3

You permit telnet to that static NAT address in the access-list? Are the access-list counters increasing when you are testing? Have you verified in the PIX log file that a connection is occuring?

In that case it can be a server issue, some systems use hosts.allow to permit telnet connections, some have local firewalls, and some do reverse-lookup before permitting a connection. Check the server log files as well.

JORGE RODRIGUEZ
Level 10
Level 10

make sure static nat and access list is properly configured.

e.g.

public IP: 1.1.1.1

Local IP: 2.2.2.2

static (inside,outside) 1.1.1.1 2.2.2.2 netmask 255.255.255.255 0 0

access-list outside_access_in permit tcp any host 1.1.1.1 eq telnet

access-group outside_access_in in interface outside

Jorge Rodriguez
Review Cisco Networking products for a $25 gift card