Hi,
I have just set up an additional Exchange server in my organisation in a remote site. The sites are connected via a site to site VPN between a PIX515R and a PIX506e.
Message routing is not happening between the Exchange servers.
Telnetting from one site to an Exchange server at the other produces a garbled SMTP banner as follows: 220*******************************************************0*2******0***********************2002*******2***0*00
I believe this is due to the functionality of the mailguard feature on the PIX's.
I need to be able to allow connectivity over SMTP between the servers via the VPN, not the public internet.
The IP of one server is 192.168.0.249 and the other 172.31.100.12.
If I use the following commands on the server in the 172.31.0.0/16 subnet, am I going in the right direction?:
static (inside, outside) 192.168.0.229 172.31.100.12
access-list acl_out permit tcp host 192.168.0.249 host 192.168.0.229 eq 25
I can't think of any real security problems with this, or am I overlooking something?
I've looked at the documentation I can find from Cisco about this but it doesn't seem to make sense as its referring to NetBIOS communication not SMTP communication between Exch2K3 servers.
I have just set up an additional Exchange server in my organisation in a remote site. The sites are connected via a site to site VPN between a PIX515R and a PIX506e.
Message routing is not happening between the Exchange servers.
Telnetting from one site to an Exchange server at the other produces a garbled SMTP banner as follows: 220*******************************************************0*2******0***********************2002*******2***0*00
I believe this is due to the functionality of the mailguard feature on the PIX's.
I need to be able to allow connectivity over SMTP between the servers via the VPN, not the public internet.
The IP of one server is 192.168.0.249 and the other 172.31.100.12.
If I use the following commands on the server in the 172.31.0.0/16 subnet, am I going in the right direction?:
static (inside, outside) 192.168.0.229 172.31.100.12
access-list acl_out permit tcp host 192.168.0.249 host 192.168.0.229 eq 25
I can't think of any real security problems with this, or am I overlooking something?
I've looked at the documentation I can find from Cisco about this but it doesn't seem to make sense as its referring to NetBIOS communication not SMTP communication between Exch2K3 servers.