Expert, Can you answer the question for me ? I found a configuration in ASA 5520(ver 8.2). The firewall configuration just has one outside
interface ip address, and it has several static nat configuration. In its configuration static (inside,outside), the "outside" ip address
is different from the ASA physical outside interface ip address network.
For example:
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 1.1.1.1 255.255.255.0
static (inside,outside) 2.2.2.2 10.1.1.1
The ip address 1.1.1.1 and 2.2.2.2 are in different net, how can it work ?
Thank you
Yes
Before version 8.3 the command looked like
static (inside,outside) {outside ip address} {inside ip address}netmask {the netmask}