09-25-2009 08:44 PM - edited 03-11-2019 09:19 AM
Hi Guys,
Could someone please explain the following command for me (if possible give me an example):
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
Tks
Solved! Go to Solution.
09-26-2009 04:51 AM
It should be either
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
or
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.255
Which says that the inside host (10.1.10.1) or network 10.1.10.0/24 can look like themselves when they talk to the DMZ1. This is called Identity translation.
You can read about it here:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043425
09-26-2009 04:51 AM
It should be either
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.0
or
static (inside,DMZ1)10.1.10.1 10.1.10.1 netmask 255.255.255.255
Which says that the inside host (10.1.10.1) or network 10.1.10.0/24 can look like themselves when they talk to the DMZ1. This is called Identity translation.
You can read about it here:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043425
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