ixleplix
MIS
- Feb 6, 2003
- 129
We recently added a spam server and therefore had to split the traffic comming in so that the smtp went to the spam server and to the exchange (For OWA). This has apparently had the effect that all traffic outbound from the exchange server (upon leaving the PIX) shows that it is comming from the main IP of the PIX x.x.x.136. Before it showed it was comming from the x.x.x.130 address which was statically mapped to y.y.y.16 (Exchange) inside.
This is a problem since we have a VPN tunnel connected to a network that also has an exchange server & apparently when their router is seing traffic from x.x.x.136 it sends it to their VPN concentrator which drops the packets (as it should). They of course believe that this is our problem. So.....
I thought I could use NAT to resolve this, but my attempted solution didn't work.
Here are the pertinent commands. os 6.3.1
access-list 100 permit tcp any host x.x.x.130 eq www
access-list 100 permit tcp any host x.x.x.130 eq smtp
static (inside,outside) tcp x.x.x.130 255.255.255.255 0 0
static (inside,outside) tcp x.x.x.130 smtp y.y.y.19 smtp netmask 255.255.255.255 0 0
This is the solution I tried that didn't work:
nat (inside) 2 y.y.y.16 255.255.255.255
global (outside) 2 x.x.x.130 netmask 255.255.255.255
After these commands Nothing from the exchange server seemed to be able to go through the PIX
Any help would be great!!!!
This is a problem since we have a VPN tunnel connected to a network that also has an exchange server & apparently when their router is seing traffic from x.x.x.136 it sends it to their VPN concentrator which drops the packets (as it should). They of course believe that this is our problem. So.....
I thought I could use NAT to resolve this, but my attempted solution didn't work.
Here are the pertinent commands. os 6.3.1
access-list 100 permit tcp any host x.x.x.130 eq www
access-list 100 permit tcp any host x.x.x.130 eq smtp
static (inside,outside) tcp x.x.x.130 255.255.255.255 0 0
static (inside,outside) tcp x.x.x.130 smtp y.y.y.19 smtp netmask 255.255.255.255 0 0
This is the solution I tried that didn't work:
nat (inside) 2 y.y.y.16 255.255.255.255
global (outside) 2 x.x.x.130 netmask 255.255.255.255
After these commands Nothing from the exchange server seemed to be able to go through the PIX
Any help would be great!!!!