Hi,
I am having problem Static Mapping from my DMZ to another network. It seems to work from DMZ to the Inside. Here's my code...
Problem : trying to map 10.4.10.1 (10.4.10.x network) from DMZ (192.168.9.x network) via static map with no NAT
------------Interface level--------
nameif ethernet2 other security10
nameif ethernet3 dmz security5
----------------------------------
------------IP-----------------
ip address other 10.4.10.3 255.255.255.0
ip address dmz 192.168.9.1 255.255.255.0
-------------------------------------------
------------Route----------------
route other 10.0.0.0 255.0.0.0 10.4.10.1 1
------------------------------------
------------Access List ------------
access-list 188 permit icmp any any
access-list 200 permit icmp any any
------------Bound to----------------
access-group 200 in interface other
access-group 188 in interface dmz
------------------------------------
------------Static Map--------------
static (other,dmz) 10.4.10.1 10.4.10.1 netmask 255.255.255.255 0 0
-------------------------------------
I am having problem Static Mapping from my DMZ to another network. It seems to work from DMZ to the Inside. Here's my code...
Problem : trying to map 10.4.10.1 (10.4.10.x network) from DMZ (192.168.9.x network) via static map with no NAT
------------Interface level--------
nameif ethernet2 other security10
nameif ethernet3 dmz security5
----------------------------------
------------IP-----------------
ip address other 10.4.10.3 255.255.255.0
ip address dmz 192.168.9.1 255.255.255.0
-------------------------------------------
------------Route----------------
route other 10.0.0.0 255.0.0.0 10.4.10.1 1
------------------------------------
------------Access List ------------
access-list 188 permit icmp any any
access-list 200 permit icmp any any
------------Bound to----------------
access-group 200 in interface other
access-group 188 in interface dmz
------------------------------------
------------Static Map--------------
static (other,dmz) 10.4.10.1 10.4.10.1 netmask 255.255.255.255 0 0
-------------------------------------