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

PIX 515E with SendMail server inside

NETSOL-CISCO
Level 1
Level 1

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 7
Level 7

Hi,

The following document will get you going...

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

Regards, Jay.

NETSOL-CISCO
Level 1
Level 1

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

wares
Level 1
Level 1

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!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card