>>How do I allow the server to recieve mail from outside on the pix
providing you have an "inbound" access list, and that access list has been applied to the outside interface then you need to allow port 25 (TCP) traffic inbound from your mail relay or ISP.
eg
access-list inbound permit tcp any host <ip of web server> eq 25
access-group inbound in interface outside
>>I also need to map a public ip and a private ip inside the network for the mail server. what command do I use?
eg
static (inside,outside) <inside IP> <outside IP>
NOTE the above presumes your interfaces are called the default (inside and outside)
access-list 101 permit tcp any host 209.168.202.5 eq 3389
access-group 101 in interface outside
Main Topics
Browse All Topics





by: PeteLongPosted on 2005-01-02 at 04:49:51ID: 12938886
paste the running config of the PIX here