cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
244
Views
0
Helpful
1
Replies

PIX w/dmz smtp gateway

jmartina
Level 1
Level 1

please help...

ok..i have a gateway smtp server on my dmz..well trying to anyways, but i need to see what im missing here is my statics...121.161.99.70 is what my MX record is pointing to so this needs to be my DMZ, also 1.153 is my exchange which i need to ,allow DMZ to that Ip im missing something in my static mappings...can someone help

and here is the ACL im using..i need to change the ACL to but what part...

access-list dmz-temp permit ip any any

access-list outside permit tcp any host 12.161.99.70 eq smtp

access-group outside in interface outside

access-group dmz-temp in interface dmz

static (inside,dmz) 10.34.1.0 10.34.1.0 netmask 255.255.255.0 0 0

static (inside,dmz) 192.168.200.0 192.168.200.0 netmask 255.255.255.0 0 0

static (inside,outside) 121.161.99.71 10.34.1.74 netmask 255.255.255.255 0 0

static (inside,outside) 121.161.99.70 10.34.1.153 netmask 255.255.255.255 0 0 <---smtp right now

1 Reply 1

mpalardy
Level 3
Level 3

You have a typo.

Replace:

access-list outside permit tcp any host 12.161.99.70 eq smtp

By:

access-list outside permit tcp any host 121.161.99.70 eq smtp

Review Cisco Networking for a $25 gift card