12-15-2004 02:50 PM - edited 02-20-2020 11:48 PM
I just installed my first PIX. 506E connected to a 2621. Everything seems to be working fine, so far. But I'm sure I got some tightening up to do. I would like to telnet the 2621, can anyone share the commands I would need to allow me to telnet the 2621 thru the PIX ? Obviously it would be passing thru the outside interface,, thanks a bunch
Ray
12-15-2004 04:30 PM
The following links wil provide the information you need.
Also, the prefered method for accessing a PIX is through SSH ( putty ) instead of telnet.
For the 2621
http://www.cisco.com/en/US/products/hw/routers/ps259/products_user_guide09186a00800a9604.html
For the PIX.
HTH
12-15-2004 06:25 PM
Not exactly what I needed, but good stuff none the less, appreciate it!!
What I want to accomplish is to telnet the 2621 from the inside, ofcourse this means going thru outside interface on PIX. I use SSH to get to PIX, I need to telnet the 2621 for management and monitoring purposes. I was thinking an access-list, makes sense?
Thanks again
Ray
12-15-2004 07:13 PM
If you have configured PAT or NATt to allow outbound traffic and you did not specify an access-list that blocks it, it should work without modifying your configuration.
PAT - Port Address Transaltion looks like:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
Why: From a higher security level as the inside interface to a lower security level as the outside interfce, access is granted if it is not specially blocked by an inside access-list.
See: PIX Establish connectivity
As it depends a lot of your configuration is suggest you to try if it works, if not post your configuration so that we could really help you to configure your device.
sincerely
Patrick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide