• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Clustering NAT issue

imported_JFG

Senior member
basically I have an exchange cluster. On my primary router out to the internet I have the virtual server translated to a 1-to-1 address, but if you look at an email header, it looks as if it's comming from our 1-to-many address. Why is this and how can I get the virtual machine to translate to the 1 to 1 ?

Tks
 
You mean that you're seeing the private addresses/hostnames in the mail headers and you want to stop that?
 
No. lets say my virtual server is 10.1.6.5 internally & I have that translated to 198.24.24.10. The outside world doesn't see that translation. What they see is my 1 to many translated address that all my private addresses translate to to get to the internet. Does NAT not work with virtual addresses?
 
If I'm reading this right...

Your Internet router is configured to NAT ALL outbound traffic to a specific public IP. The 1:1 translation to the mail server is probably only for inbound traffic from the Internet.

You will need to modify the NAT configuration of the router to NAT the outbound traffic from the mail server to the same IPs you're using on the corresponding 1:1 translation for inbound.

Edit: I was bored.
 
aves, I like that diag. It's sort of like that, but a little different. I have mailserver 0.01.1 & 0.0.1.2 which are clustered & use a virtual address of 0.0.2.1. The 0.0.2.1 should translate to 99.100.101.102 but it's translating to the 1- to -many address
 
Originally posted by: JFG
aves, I like that diag. It's sort of like that, but a little different. I have mailserver 0.01.1 & 0.0.1.2 which are clustered & use a virtual address of 0.0.2.1. The 0.0.2.1 should translate to 99.100.101.102 but it's translating to the 1- to -many address

Same basic deal. You need to have the router recognize that oubound traffic from 0.0.2.1 needs to translate to 99.100.101.102
 
I have IP NAT outside set to 99.100.101.102 but thats not what it translates to. I'm guessing because the traffic is actually coming from 0.0.1.1 or 0.0.1.2 is why??
 
Originally posted by: JFG
I have IP NAT outside set to 99.100.101.102 but thats not what it translates to. I'm guessing because the traffic is actually coming from 0.0.1.1 or 0.0.1.2 is why??

Could be. Try setting those also.
 
Back
Top