Forum Discussion

Sarah_Seftel1's avatar
12 years ago
Solved

Using RPC over HTTP without proxy?

Hello,

Is there any way to use Outlook with RPC over HTTP outside of the office, without having to install proxy server?

Is there a way to configure this using the ISA?

 

EV 10.0.3, ISA 2006.

 

 

  • apparently we missed the "use proxy" and it was on "direct"

    after changing to use proxy, all is working fine smiley

10 Replies

  • Using ISA server you do not need an Enterprise Vault proxy server because the external requests will be forwarded to the internal Enterprise Vault server. However, if you have multiple EV servers, you need to select an EV server in the "Internal site name" in ISA server. A workaround could be setup round robin on your internal DNS server for all the internal Enterprise Vault servers or if you are using Enterprise Vault cluster, using the cluster name should be sufficient.

  • Thanks Gabe, I've used this document already, but it is still not working... will check again to see if I missed something in there... 

  • apparently we missed the "use proxy" and it was on "direct"

    after changing to use proxy, all is working fine smiley

  • Hi Sarah,

     

    • Use proxy (default). With Exchange Server 2003, clients connect to the web server on the Exchange RPC proxy server. In an Exchange Server 2007 or later environment, Outlook Anywhere clients connect to the Enterprise Vault Web Access application on the Enterprise Vault proxy server.

    • Direct. Connect directly to the Enterprise Vault Web Access application on the Enterprise Vault server that hosts the archive.

     

    http://www.symantec.com/docs/HOWTO56732

  • I have given below details in other forum thread as well, it will be helpful for you for future in case of similar problems.

    Required configuration of EV for External OWA &  “RPC over http/https”
    --------------
    For Exchange 2010/2007, if we need Enterprise vault functionality from external by OWA or outlook Anywhere (RPC over http/https), Enterprise vault host record must be published.

    Details are present in "Symantec Enterprise Vault Outlook Web Access (OWA 2010 and earlier) Internal and External WebApp URLs" http://www.symantec.com/docs/TECH63250

    If you have setup firewall other than ISA /TMG (Cisco Pix, Lynxes, watchguard,..etc). then you should have separate published host record for EV server.
    Example:-
    https://web.domain.com/owa                                  (External IP 200.100.1.1 )              https://CAS.domain.local/owa (internal IP 10.0.0.2)
    https://EV.domain.com/enterprisevault          (External IP 200.100.1.1 )   http://EV.domain.local/enterprisevault (internal IP 10.0.0.3)

    If ISA is in place for link translation, we can use existing published host record of exchange, that can work for EV as well, Example:-
    https://host.domain.com/owa                                  (External IP 200.100.1.1 )              https://CAS.domain.local/owa (internal IP 10.0.0.2)
    https://host.domain.com/enterprisevault           (external IP 200.100.1.1)               http://EV.domain.local/enterprisevault (internal IP 10.0.0.3)

    EV desktop policy settings for "RPC over http / https Outlook mode".
    -----------------------------

    Once you configure EV host record publishing, then the changes you need to make on EV server.
    Open VAC \ Expand policy \ Exchange \ select appropriate desktop policy \  Right click select ‘properties’ \ Advance \ next to ‘List setting from’ select ‘outlook’ \ make change below settings.
    RPC over http restriction. = None
    RPC over http connection = use proxy
    RPC over http proxy URL =  https://EV.domain.com/enterprisevault          

    Where "https://EV.domain.com/enterprisevault"   is  External EV published Name  

    Synchronize all user in EV server.