06-10-2013 11:22 PM - edited 03-12-2019 06:05 PM
interface Ethernet0/0
security-level 0
nameif outside
ip address 200.200.200.1 255.255.255.252
exit
interface Ethernet0/1
security-level 100
nameif inside
ip address 192.168.1.1 255.255.255.0
!
!
nat (inside) 1 192.168.1.0 255.255.255.0
global (outside) 1 200.200.200.1
Error: 200.200.200.1-200.200.200.1 overlaps with outside interface address
route outside 0.0.0.0 0.0.0.0 200.200.200.2 1
dhcpd ping_timeout 3000
!
dhcpd address 192.168.1.2-192.168.1.254 inside
dhcpd enable inside
!
threat-detection basic-threat
06-10-2013 11:28 PM
Hi,
When you use the "outside" interface IP address on the Dynamic PAT configuration with the "global" command then you use the keyword "interface" instead
For example
global (outside) 1 interface
It will then use the IP address you mention.
Hope this helps
Please remember to mark the reply as the correct answer if it answered your question.
Ask more if needed
- Jouni
06-10-2013 11:35 PM
global (outside) 1 interface
global for this range already exists
06-11-2013 12:18 AM
Hi,
Well then you already have some existing configuration using the interface IP address.
Can you share the output of
show run global
show run nat
- Jouni
06-11-2013 03:35 AM
ciscoasa(config)# sh run global
global (outside) 1 interface
ciscoasa(config)# sh run nat
nat (inside) 1 192.168.1.0 255.255.255.0
06-11-2013 03:46 AM
Hi,
can you try clear configure nat and then renter the nat statements with the global one referencing the interface.
Regards
Alain
Don't forget to rate helpful posts.
06-11-2013 03:52 AM
Hi,
You dont really have any need to add the configuration
global (outside) 1 200.200.200.1
Since you already have
global (outside) 1 interface
And they are the same
global (outside) 1 interface = global (outside) 200.200.200.1
I am not sure what you want to do here since you are trying to add a configuration command that you actually have already on the device.
If you want to add more source network under the same Dynamic PAT then you can use the format
nat (
Where you naturally replace the
Hope this helps
If this hasnt already answered your question then please specify what you are trying to achieve exactly.
- Jouni
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