KB ID: | 4174 |
Product: | Veeam Backup for Microsoft Office 365 5.0, Veeam Backup for Microsoft Office 365 4.0 |
Challenge
This article describes how to configure a bypass list for an internet proxy used in Veeam Backup for Microsoft Office 365.
Solution
To configure a bypass list, it is required to use regular expressions. For example, to exclude all addresses within the .local domain and veeam.com domain, use the following configuration line:
<InternetProxy BypassHosts=".+\.local;veeam\.com" />
Add the line to the C:\ProgramData\Veeam\Backup365\proxy.xml configuration file of each Veeam Backup for Microsoft Office 365 component (controller, proxies) right after the <Veeam> tag. For example:
<Veeam>
<InternetProxy BypassHosts=".+\.local;veeam\.com" />
<Archiver>
<Proxy ServerId="00000000-0000-0000-0000-000000000000" Id="00000000-0000-0000-0000-000000000000">
<ServerEndpoint Host="127.0.0.1" Port="9191" Identity="hostname\account" />
<License OfflineTimeoutExpirationDate="0000-00-00 T00:00:00.00Z" />
</Proxy>
<Options>
<RepositoryLocations>
<RepositoryLocation Id="00000000-0000-0000-0000-000000000000" Path="C:\VeeamRepository" />
</RepositoryLocations>
</Options>
</Archiver>
</Veeam>