cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
653
Views
0
Helpful
3
Replies

Telnet to PIX over VPN

terry
Level 1
Level 1

Need to telnet to PIX over VPN. Have local pool set up for VPN dialer as 172.16.1.1-172.16.1.50. Do I need to just setup a telnet statement to allow access from the local pool?

ex: telnet 172.16.1.0 255.255.255.0 inside

Config from PIX:

ip local pool dialer 172.16.1.1-172.16.1.50

telnet secure 255.255.255.255 inside

telnet 10.10.0.101 255.255.255.255 inside

telnet 10.10.1.103 255.255.255.255 inside

telnet 10.10.1.75 255.255.255.255 inside

telnet 10.10.1.18 255.255.255.255 inside

The VPN currently works fine with the different clients.

Thanks in advance,

Terry

3 Replies 3

rrbleeker
Level 1
Level 1

Terry,

I don't think it will work. Although the VPN sessions appear to be 'internal' addresses, the PIX still consider them coming from the outside interface. Because you cannot telnet from an outside interface into a PIX, this will not work. Use SSH instead.

7pautore
Level 1
Level 1

yes, just setup telnet statement from that pool of ip and it should be able to work. Remenber that you need to come in via ipsec (vpn)

swb
Level 1
Level 1

You need a change to the access-list also. Otherwise you can't.

I think you need to add the outside address to the list.