cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
636
Views
0
Helpful
3
Replies

PIX 515E with SendMail server inside

NETSOL-CISCO
Community Member

I have a PIX515E with a Linux based sendmail Server sitting in inside LAN. Server has a private IP in the range of 192.9.200.x. I want this to be accessed globally with a public IP of 203.122.23.149.

Kindly let me know the what static command in need on PIX and what all ports should be open from outside for the Send Mail access. It should be accessed via web mail from outside.

3 Replies 3

jmia
Level 11
Level 11

Hi,

The following document will get you going...

http://www.cisco.com/warp/public/707/28.html

Regards, Jay.

NETSOL-CISCO
Community Member

Could i get any idea of ports/services that needs to be opened in PIX for inbound access for the Sendmail server inside.

wares
Community Member

If the 203.122.23.149 address will only be used for the mail server (i.e. you have a small range of public addresses...like 203.122.23.148-155), then try this:

static(inside,outside) 203.122.23.149 192.9.200.x netmask 255.255.255.255

access-list 100 permit tcp any host 203.122.23.149 eq smtp

access-group 100 in interface outside

Hope this helps!

Review Cisco Networking for a $25 gift card