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 am trying to setup a port 25 redirect to an internal IP address. I have a pix firewall version 6.3 and I only want to redirect incoming email traffic on port 25 to an internal IP address located on my spam firewall. Does anyone have an idea on how ...
static (inside,outside) tcp interface 25 10.1.1.1 25 netmask 255.255.255.255 so where do i enter the internal ip address which i want to forward the smtp traffic to then?I assume it is in this line above somewhere?do i replace the 10.1.1.1 with my ip...
access-list External permit tcp any host outside_interface_"ip" eq 25 log is "ip" where i put the internal ip address i want the smtp traffic to go to?
Looks easy enough, however I am not too familiar with the command syntax with the pix firewall... I assume I type in each line as you have it above one line at a time? How would I un-do this if it did not work properly? Where do I insert the IP addre...