Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I need to configure my PIX 506E to only allow SMTP traffic from certain IP ranges to my mail server. However, I am un-sure on the proper method of accomplishing this task. If I put in access lists for each range and nothing else associated with SMT...
I am trying to configure my PIX to block outgoing traffic to a specific IP range. Below is the line that I put into the PIX...access-list inside_access_out deny ip any 63.246.130.0 255.255.255.255access-group inside_access_out in interface insideWit...
Mynul,Thanks for the information. That is how I currently have my PIX configured now. I would like to allow only SMTP from a few IP ranges. I am not sure of the proper configurations of this. Thanks
Perfect! I put this config in and it worked great. I did however, following the other posts change the netmask from 255.255.255.255 to 255.255.255.0.Thanks!