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

Re: Access-List / telnet access

zapanta.f
Level 1
Level 1

I am having issues telnet to a particular host. I added the acl for the hosts. Here is a example of what needs to be done. hostA can't telnet to Host B.

access-list xxx_pub_acl line 17 permit tcp host hostA_pub host HostB_inside eq 23

Hardware: PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz

Flash E28F128J3 @ 0x300, 16MB

BIOS Flash AM29F400B @ 0xfffd8000, 32KB

2 Replies 2

smahbub
Level 6
Level 6

Telnet is an insecure communications protocol, so the PIX will not allow Telnet to its outside interface. You can Telnet to any other interface of the PIX; if you are running PIX Software versions 5.2 or later and have a VPN-DES activation key, you can use Secure Shell (SSH) to connect to the PIX's outside interface

jackko
Level 7
Level 7

just wondering if nat/pat has been configured.

e.g.

static (inside,outside) tcp interface 3389 3389 netmask 255.255.255.255

access-list inbound permit tcp any interface outside eq 3389; or

static (inside,outside) netmask 255.255.255.255

access-list inbound permit tcp any host eq 3389