2.6 KiB
title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title | description | author | ms.assetid | ms.pagetype | ms.mktglfcycl | ms.sitesec | ms.prod | ms.date |
---|---|---|---|---|---|---|---|---|
Configuring MED-V for Remote Networks | Configuring MED-V for Remote Networks | jamiejdt | 4d2f0081-622f-4a6f-8d73-f8c2108036e0 | mdop, virtualization | deploy | library | w7 | 06/16/2016 |
Configuring MED-V for Remote Networks
You can configure MED-V to work from inside a network, remotely, or both from inside the network and remotely.
To configure MED-V to work from inside a network
- Configure a MED-V server and image distribution inside the network.
To configure MED-V to work remotely
-
Configure a MED-V server and an image distribution server that are accessible from the Internet.
-
If needed, configure a perimeter network (also called a DMZ) reverse proxy.
-
Set the authentication method, in the ClientSettings.xml file, which can be found in the Servers\Configuration Server\ folder.
To configure MED-V to work both from inside a network and remotely
-
Configure a MED-V server and image distribution server inside the network.
-
Ensure that the servers are accessible from the Internet.
-
Configure the DNS resolution so that when the client attempts to connect to a server, it automatically connects to the correct server (within the network or over the Internet) based on the client location.
-
If needed, configure a perimeter network reverse proxy.
-
Set the authentication method, in the ClientSettings.xml file, which can be found in the Servers\Configuration Server\ folder.
Note When applying new settings, the service must be restarted.
-
You can change the IIS authentication scheme to one of the following: BASIC, DIGEST, NTLM, or NEGOTIATE. The default is NEGOTIATE and uses the following entry:
<ImageDistribution> <!-- The authentication used for image download. Basic and digest authentication should be used only under SSL.--> <!-- The line below can be one of the following: --> <!--BG_AUTH_SCHEME>BG_AUTH_SCHEME_BASIC</BG_AUTH_SCHEME--> <!--BG_AUTH_SCHEME>BG_AUTH_SCHEME_DIGEST</BG_AUTH_SCHEME--> <!--BG_AUTH_SCHEME>BG_AUTH_SCHEME_NTLM</BG_AUTH_SCHEME--> <!--BG_AUTH_SCHEME>BG_AUTH_SCHEME_NEGOTIATE</BG_AUTH_SCHEME--> <Authentication type="Kidaro.Foundation.Bits.BG_AUTH_SCHEME"> <BG_AUTH_SCHEME>BG_AUTH_SCHEME_NEGOTIATE</BG_AUTH_SCHEME> </Authentication> </ImageDistribution>
Related topics
MED-V Infrastructure Planning and Design