jmconsulting
MIS
I am trying to set up exchange server in a dmz.
The server will be dual honed, one adapter with a static entry in the 515 for address translation to the public ip address, the other connected to the private network.
When I try to add the following entries, my internal network stops working (internally externally),
interface ethernet2 auto
nameif ethernet2 dmz security50
access-list smtp permit tcp any host "Public IP" eq smtp
ip address dmz "static ip on pc's network card"
static (dmz,outside) "Public IP" "Private IP" netmask 255.255.255.255
access-group smtp in interface outside
Any suggestions?
The server will be dual honed, one adapter with a static entry in the 515 for address translation to the public ip address, the other connected to the private network.
When I try to add the following entries, my internal network stops working (internally externally),
interface ethernet2 auto
nameif ethernet2 dmz security50
access-list smtp permit tcp any host "Public IP" eq smtp
ip address dmz "static ip on pc's network card"
static (dmz,outside) "Public IP" "Private IP" netmask 255.255.255.255
access-group smtp in interface outside
Any suggestions?