This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OWA and PPC mailsync with two different Servers

Hello,

we are using a network with vlans. In both vlans there is a separate exchange server now i will make them both reachable für owa and ppc mailsync.

How can i do that? We have multiple ip-adresses und i did a dns record to separate them but nothing worked.

I tried policy routing / generic proxy / DNAT but nothing worked.

What else can i do? Must i create a separate interface for RPC over HTTPS??


This thread was automatically locked due to age.
Parents
  • Let me repeat in my own words to be sure I understad.  You have FQDNs in public DNS that resolve to separate public IPs and the IPs are 'Additional Addresses' on the External interface of your Astaro for example:

    OWA_Exch1.company.com -> 80.90.100.201 = "External [Exchange1] (Address)"
    OWA_Exch2.company.com -> 80.90.100.202 = "External [Exchange2] (Address)"


    You have host definitions like 'Exchange Server 1 -> 172.16.1.1'.

    And you have two NAT rules like 'Any -> HTTPS -> External [Exchange1] (Address) : DNAT to Exchange Server 1'

    It works from the outside, but not from the inside.

    If that's right, then the easiest is to create a forward-lookup zone for "company.com" in your internal DNS and create records like 'OWA_Exch1 -> 172.16.1.1'.

    Was this the issue?

    Cheers - Bob
Reply
  • Let me repeat in my own words to be sure I understad.  You have FQDNs in public DNS that resolve to separate public IPs and the IPs are 'Additional Addresses' on the External interface of your Astaro for example:

    OWA_Exch1.company.com -> 80.90.100.201 = "External [Exchange1] (Address)"
    OWA_Exch2.company.com -> 80.90.100.202 = "External [Exchange2] (Address)"


    You have host definitions like 'Exchange Server 1 -> 172.16.1.1'.

    And you have two NAT rules like 'Any -> HTTPS -> External [Exchange1] (Address) : DNAT to Exchange Server 1'

    It works from the outside, but not from the inside.

    If that's right, then the easiest is to create a forward-lookup zone for "company.com" in your internal DNS and create records like 'OWA_Exch1 -> 172.16.1.1'.

    Was this the issue?

    Cheers - Bob
Children
  • Hi,

    thats correct but it's not working fromt the outside [;)] at the moment i have generic proxy and DNAT rules turned on...

    ext_interface -> HTTPS -> ip exchange1 -> HTTPS
    ext_interface -> HTTPS -> ip exchange2 -> HTTPS

    in the generic proxy i can not well-define the ip's

    so I create two DNAT rules

    [OWA exchange1]
    vlan1 (Network) → HTTPS → ext_interface (seperate ip with dns record!)
    Destination translation: ip exchange1 -> HTTPS

    [OWA exchange1]
    vlan2 (Network) → HTTPS → ext_interface (seperate ip with dns record!)
    Destination translation: ip exchange2 -> HTTPS    

    The order is also correct. The problem is wen i trie to connect with exchange2 there is the iis7 page of the exchange1 but exchange1 works quite well.