Cisco ASA 5505 IP NAT INSIDE command problem

Status
Not open for further replies.

jroeser

Beta member
Messages
1
I have an Cisco ASA 5505. I am new to cisco devices and taking over a preconfigure device. I have a NAT policy that is pointing to the wrong IP address and I need to replace a IP NAT INSIDE SOURCE statement. Every time I run the command, I get an error of “Invalid input detected at ‘n' marker”. It appears that it doesn't understand the command: ip nat

I am in enable mode and config # but this doesn't seem to matter. What am I doing wrong??? I have read a few forums that describe the command that I should be using but for some reason it's not working.

HELP!!!

GOAL: forward ports 443 and 80 to an internal server address.

This was left from the previous IT guy and the (2) BOLD statements are the ones I am trying to change:

!
ip local pool SDM_POOL_1 192.168.2.1 192.168.2.20
ip classless
ip route 0.0.0.0 0.0.0.0 72.xxx.xxx.xxx
!
no ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source static tcp 192.168.1.105 135 interface FastEthernet4 135
ip nat inside source static tcp 192.168.1.105 443 interface FastEthernet4 443
ip nat inside source static tcp 192.168.1.105 80 interface FastEthernet4 80
ip nat inside source route-map SDM_RMAP_1 interface FastEthernet4 overload
!


Any help is greatly appreciated!!

Thanks
 
copy the lines you wish to change

type 'no ' (including space after no) at the cmd prompt

paste the command you copied

press enter. this should remove that line from running config.

paste the command again.

change command to update with new ip

press enter. repeat for second cmd

run the following when finished

copy run start

that copies your running config to the startup config.


edit - this is what i know from ios commands. however ive never worked with a asa before. I'm assuming the commands are the same.
 
Status
Not open for further replies.
Back
Top Bottom