Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two more questions and I'll shut up... 2

Status
Not open for further replies.

burtsbees

Programmer
Jan 29, 2007
7,657
0
0
US
One---how exactly do I permit PDM access? I think I loaded by tftp the pdm.bin, but not sure...

Two---how can I telnet into the pix, say from a node on network 192.168.69.0/24, with the outside interface being 192.168.69.21?

Thanks...pink star up fer grabs...

Burt
 
Assuming you are running 6.3(x)...

One - "copy tftp flash:pdm" command will get the PDM image on your PIX in the right location in flash.

One - make sure you have "http server enable" and "http [specific address and mask] inside". I find you have to start with at least one specific address, then you can add ranges or subnet.

Two - that's a bit more complicated and I can't tell you right off the top of my head how to do it.
 
You can't telnet to the outside interface - pix wont' allow unsecured communication. You can SSH to it. The 6.3 software uses SSHv1.

From a scratch config you have to config a hostname, domain name to allow the SSH cert to be made and then set a telnet password . Then allow access to that interface from the network you want.

passwd <password>
hostname <hostname>
domain-name <domainname>

ca generate rsa key 1024
ca save all

ssh outside 192.168.69.0 255.255.255.0

0.0.0.0 0.0.0.0 would allow all networks to connect.




Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top