12-05-2003 11:40 AM - edited 02-21-2020 12:54 PM
Has anyone experienced this issue? I can telnet / use PDM to the outside interface using VPN client ver 3.6.4 after the tunnel is established. The same thing does not work with VPN client ver 4.x. Any ideas?
12-09-2003 11:24 AM
I realize my suggest may not be the solution you want, but if you need remote access to the PIX over a secure session to its outside interface, use ssh. You will need to create a certificate "ca generate rsa key 1024" for a 1024 bit modulus. Then save the key by issuing "ca save all". Finally, configure ssh to allow outside access (ie. ssh 123.456.78.9 255.255.255.255 outside). The only thing you need on the remote end is an ssh client (for Windows, try Putty - it is simple, works well, and is free).
12-09-2003 11:45 AM
If you want a really secure way of access for the PIX, just hook up the console cable to a *nix machine(linux or something) and use minicom. You can then just ssh to the *nix machine for access.
This is how I configure my PIX, and if I need to I can do write erase and reload and not get disconnected from the PIX(the console doesn't need an interface to connect like SSH or telnet)
I wish I had a machine with 4 serial ports so I can have all my cisco devices attached and use minicom saved sessions to access various devices at the same time.
In general you should never use protocols that deal in clear text if you can help it. Never use telnet, there just is no need. SSH is just as easy to setup and use. Same goes for FTP. It should not be used anymore. SCP is just as good and by far more secure.
just my 2 cents worth.
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