PIX 515E with SendMail server inside
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 11:54 PM - edited 02-20-2020 11:14 PM
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.
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 12:25 AM
Hi,
The following document will get you going...
http://www.cisco.com/warp/public/707/28.html
Regards, Jay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 01:00 AM
Could i get any idea of ports/services that needs to be opened in PIX for inbound access for the Sendmail server inside.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 07:00 AM
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!
