Link to home
Create AccountLog in
Avatar of rperault
rperault

asked on

Creating a NAT and Opening 3389 on a PIX

Experts,

I am looking for creating a Nat for the following IP Address 173.1.1.1 NAT'd to 10.1.10.1

Also opening up port 3389 for RDP

I will as soon as I get the PDM to open doing it from there, or if I can get the divice to use SSH, I will need the CLI

Thanks
ASKER CERTIFIED SOLUTION
Avatar of ragnarok89
ragnarok89

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
and to get asdm and ssh to work, you have to be initiating the connection from a trusted IP. You specify those trusted sources like this:

ssh IPaddress mask interface  (eg. ssh 192.168.10.0 255.255.255.0 inside)
http server enable
http IPaddress mask interface (eg, http 192.168.10.0 255.255.255.0 inside)

Avatar of rperault
rperault

ASKER

Thanks guys and Sorry about the delay in awarding points.