You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/configure-mobility-service-proxy-settings.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
6
6
manager: rochakm
7
7
ms.service: site-recovery
8
8
ms.topic: article
9
-
ms.date: 03/18/2020
9
+
ms.date: 09/21/2023
10
10
ms.author: ankitadutta
11
11
12
12
---
@@ -32,27 +32,32 @@ Mobility Service supports unauthenticated proxies only. It provides two ways to
32
32
33
33
Mobility Service auto detects the proxy settings from environment settings or IE Settings (Windows Only) during enable replication.
34
34
35
-
- Windows OS: During Enable Replication, Mobility Service detects the proxy settings as configured in Internet Explorer for Local System user. To set up proxy for Local System account, an administrator may use psexec to launch a command prompt and then Internet Explorer.
36
-
- Windows OS: Proxy settings are configured as environment variables http_proxy and no_proxy.
37
-
- Linux OS: Proxy settings are configured in /etc/profile or /etc/environment as environment variables http_proxy, no_proxy.
38
-
- The auto-detected proxy settings are saved to Mobility Service proxy config file ProxyInfo.conf
39
-
- Default location of ProxyInfo.conf
40
-
-Windows: C:\ProgramData\Microsoft Azure Site Recovery\Config\ProxyInfo.conf
41
-
-Linux: /usr/local/InMage/config/ProxyInfo.conf
35
+
-**Windows OS**: During Enable Replication, Mobility Service detects the proxy settings as configured in Internet Explorer for Local System user. To set up proxy for Local System account, an administrator may use `psexec` to launch a command prompt and then Internet Explorer.
36
+
The proxy settings are configured as environment variables `http_proxy` and `no_proxy`.
37
+
-**Linux OS**: The proxy settings are configured in /etc/profile or /etc/environment as environment variables `http_proxy` and `no_proxy`.
38
+
-**Auto-detected proxy settings**: The auto-detected proxy settings are saved to Mobility Service proxy config file `ProxyInfo.conf`
39
+
The default location of ProxyInfo.conf is:
40
+
- **Windows**: C:\ProgramData\Microsoft Azure Site Recovery\Config\ProxyInfo.conf
### Method 2: Provide custom application proxy settings
45
45
46
46
In this case, the customer provides custom application proxy settings in Mobility Service config file ProxyInfo.conf. This method allows customers to provide proxy only for Mobility Service or a different proxy for Azure Site Recovery Mobility Service than a proxy (or no proxy) for rest of the applications on the machine.
0 commit comments