Yesterday, I was working a Cisco PIX firewall for a client. I was attempting to open the POP3 port. I was unable to do so.(Another Question for another time).
Now we have another problem. We have two different servers here. One being 'Mail Marshall', their Spam Filter 192.168.1.19 and one being their Exchange 192.168.1.11. The SMTP port on the PIX is setup as follows:
static (inside,outside) tcp x.x.x.131 smtp 192.168.1.19 smtp netmask 255.255.255.255
We have no access-lists setup. Now, all e-mail is going directly to their exchange server, it's not going through 192.168.1.19.
The only static routes I have setup for 1.11 are:
static (inside,outside) tcp x.x.x.131 255.255.255.255
and
static (inside,outside) tcp x.x.x.131 45444 192.168.1.11 45444 netmask 255.255.255.255
------------------------
Where else am I missing something? Why isn't my e-mail going to 192.168.1.19 now? Is there another place to see routing?
Now we have another problem. We have two different servers here. One being 'Mail Marshall', their Spam Filter 192.168.1.19 and one being their Exchange 192.168.1.11. The SMTP port on the PIX is setup as follows:
static (inside,outside) tcp x.x.x.131 smtp 192.168.1.19 smtp netmask 255.255.255.255
We have no access-lists setup. Now, all e-mail is going directly to their exchange server, it's not going through 192.168.1.19.
The only static routes I have setup for 1.11 are:
static (inside,outside) tcp x.x.x.131 255.255.255.255
and
static (inside,outside) tcp x.x.x.131 45444 192.168.1.11 45444 netmask 255.255.255.255
------------------------
Where else am I missing something? Why isn't my e-mail going to 192.168.1.19 now? Is there another place to see routing?