Basic ESXi Networking

Size: px
Start display at page:

Download "Basic ESXi Networking"

Transcription

1 Basic ESXi Networking About vmnics, vswitches, management and virtual machine networks In the vsphere client you can see the network diagram for your ESXi host by clicking Networking on the Configuration tab: After you installed ESXi, before you could connect to it with the vsphere client, you had to nominate a physical network adapter (a vmnic in the diagram) which would be the ESXi Management Network. You also had to assign an IP address to the ESXi host's Management Network interface, either through DHCP or manually through the console. The network diagram above shows that I've assigned the Management Network to vmnic0 and gave it an IP address of ( /24 is my home LAN. Yours will probably be different.) Whatever subnet you've chosen, the VMkernel Port in the diagram is your Management Network and that s what your vsphere client is now talking to. ESXi will name the first physical NIC it finds vmnic0. If vmnic0 is your management interface, ESXi will have automatically attached a virtual switch, vswitch0, to that interface. In addition to the VMkernel port, ESXi will also attach a Virtual Machine Port Group to the vswitch. In the diagram above it's labeled as "Virtual Machine Network". The VM Port group is where Virtual Machines can be attached to this virtual network. In summary, in the above diagram, vswitch0 has both a VM Port Group (Virtual Machine Network) and a VMkernel Port (Management Network) attached. Creating the LAN

2 In a small network it is quite common to use the Virtual Machine Port Group on vswitch0 to provide the LAN interface for your pfsense. That allows you to access the LAN side of your pfsense virtual machine and manage your ESXi host, with the vsphere client, from a single PC. Of course, the virtual machine (e.g., pfsense) and the ESXi management interface must have different IP addresses. COMMENT: I must say here that I always separate the ESXi Management network from other networks. I won t go into the detail but there are some very good reasons for doing this. Without using VLANs, though, separation would mean that you need an additional NIC on the ESXi host just for ESXi management. What s more, you would also need another NIC in your vsphere client PC to connect to the management NIC in your ESXi host. If you want to follow that path and you have enough NICs, simply delete the Virtual Machine Port Group by clicking the Properties link above vmnic0, highlight the VM Port Group and click Remove. Assuming you are just working with just two NICs in your ESXi host, rename the VM Port Group from "Virtual Machine Network" to something a bit more meaningful. Click the Properties link for vmnic0: Highlight the Virtual Machine Network and click the Edit button.

3 Change the Network label to LAN and click OK then Close. You ll see how this makes life a little easier when we assign virtual network interfaces to pfsense. Creating the WAN

4 As we re not going to deal with VLANs here, you will need a second physical NIC in your ESXi host. This will be your WAN interface. HINT: If you have multiple physical interfaces in your ESXi host, it can be a bit of a struggle to work out which one has been identified as vmnic1, vmnic2 and so on. If you wrote down the MAC address of each NIC and the slot it occupied when you put it in the machine, you re in business just look at the Network Adapters screen under the Configuration tab to match up the MAC addresses (new to ESXi 5). However, you probably didn t think do that so the easiest way match physical NICs to vmnics is to plug a PC or switch into them, one at a time. The speed and duplex on the Networking or Network Adapters screens should change as the interface comes up. Because VMware didn t provide a Refresh link on the Network Adapters screen, you may have to refresh by navigating to somewhere else then going back. Now we need to link the second physical NIC (vmnic1), to a new vswitch. Click the Add Networking link at the top right of the Networking screen and the following dialog will appear. We are adding a Virtual Machine network so select that option and click Next.

5 We want this NIC to be attached to a new vswitch so select Create a virtual switch and check vmnic1. Click Next.

6 As we did with the LAN, let s give this VM Port Group a more meaningful name of WAN. Click Next. The next dialog simply lets you check that everything looks OK. Click Finish. Your networking diagram should now look like this:

7 Now we can configure a new virtual machine on which pfsense will be installed. Configuring the Virtual Machine Right click your ESXi host in the left pane of the vsphere client and select New virtual machine Configuration

8 In the Configuration window, I always like to take the Custom option. (I ve never really trusted what someone else thinks is typical ). Click Next Name and Location

9 In the Name and Location window, let s give the virtual machine a meaningful name like pfsense and click Next Storage

10 Now we need to decide where disk storage will be allocated to hold the virtual machine's configuration and operating files. (This is not necessarily the same location as the file system for pfsense, as you'll see later. ) There are two datastores on this server a small 80GB drive on which ESXi is installed and a 500GB disc which is just for virtual machine storage. Highlight a datastore from your list and click Next. Virtual Machine Version

11 WARNING Note that for ESXi 5.5 the default virtual machine version is 10. However, if you select version 10 with the FREE version of ESXi 5.5, you will not be able to edit the virtual machine settings through the vsphere client. Use virtual machine version 8. Here is where you tell ESXi the virtual machine version you want to use for pfsense. Note the warning above. Select version 8 and Click Next. Guest operating System

12 If you re really new to pfsense you may not have noticed that it s built on the FreeBSD operating system, not Linux. Select Other and chose FreeBSD (32-bit) or FreeBSD (64- bit). Probably the most noticeable difference between the 32 and 64-bit versions is that counters on the 32-bit version, such as the number of bytes sent and received, will go back to zero after about 4GB. On the 64-bit version it will take a lot longer to reach the limit. That said, the 32-bit version is by far the most widely deployed and tested. As you will see a few steps later, the amount of memory needed to run pfsense is unlikely to require a 64-bit operating system. I would recommend that you take the FreeBSD (32-bit) option but, whatever you choose, it must match pfsense ISO image you're going to install. Click Next. CPUs

13 To get started, a single-socket, single-core configuration will do for now. You can always change this and other virtual machine settings later if you want. Click Next Memory

14 Depending on the number and type of packages you intend to install, a basic pfsense VM should run very, very comfortably in 512MB. A lot of simple, non-virtual installations run on old PCs with 256MB and less. If you re really squeezed for physical RAM on your host - perhaps because you intend to run lots of other virtual machines - you could cut back the allocation to the pfsense VM to, say, 384MB. If you intend to run lots of memory-hungry packages give it more. To change the memory allocation to one of the sizes shown on the scale of the memory "thermometer", click that value on the scale. Click Next Network

15 Remember that your two virtual networks were renamed to LAN and WAN. This is where we attach those networks to our pfsense virtual machine. Select the number of virtual NICs you want to assign to pfsense. In this case it will be 2. Now, using the drop-down lists assign your virtual machine s NIC 1 to the LAN network. Assign NIC 2 to WAN. (This is why we gave the virtual machine port groups these names much easier to recognize.) Note that for each NIC you can also select an Adapter type. Different adapter types may give better or worse performance (and some may not work at all) but you ll have to study that elsewhere. To get started, choose the dependable E1000 type for each adapter. Make sure that Connect at Power On is checked and click Next. SCSI Controller

16 An emulation of an LSI Logic SCSI controller is offered on this system and, as far as I know, the recommendation is based on the operating system of the virtual machine you intend to install. Accept the default and click Next. Select a Disk

17 This is where the operating system will build its file system. Choose Create a new virtual disk and click Next. Create a Disk

18 Here you can see that I ve given pfsense's virtual disk a capacity of 8GB but I have quite a lot to spare and 8GB isn t really that much these days. Under Location, keep the virtual machine s hard disk with the virtual machine itself. If you want to learn more about this set of options, read the help. Click Next. Advanced Options

19 Like it says these options do not normally need to be changed. Next. Ready to Complete

20 Now you'll see a summary of what you've configured for this virtual machine. Before you finish, check the box Edit virtual machine settings before completion. The label on the Finish button will change to Continue. This will allow you to set up the boot CD from which we ll install pfsense. Click Continue. Editing the Virtual Machine's Properties

21 In the Virtual Machine Properties dialog: If you have a CD/DVD in your ESXi host, select the CD/DVD drive and check Connect at power on. This change allows you to pop the pfsense CD/DVD into the host s drive and start installing a soon as you power on the virtual machine. If you want to install from the CD/DVD drive in your vsphere Client PC, select the Client Device option. As the contents of the CD will be read across your network, this will be a bit slower than using a drive in your ESXi host. In addition, Connect at power on is not available. If you want to install from an ISO image stored in an ESXi datastore, that is also an option but it won t be covered here. Click Finish. Installing pfsense Booting your VM from CD/DVD Option 1: Installing from the ESXi host s CD/DVD drive If you chose the Host Device option in the Virtual Machine Properties above, slip the pfsense CD into your ESXi host s drive. In the left-hand pane of the vsphere client window, right-click your new pfsense virtual machine. You will see a number of things you can do with the VM, including Power > Power on. Select that or highlight your virtual machine and click the green arrowhead in the toolbar.

22 Now click the Console tab and you should see the virtual machine booting from the CD. Skip to Installing pfsense. Option 2: Installing from your client s CD/DVD drive If you chose to use the drive in your client PC, put the CD into its drive. Remember that Connect at power on was not a choice if using the client s CD/DVD drive, so you will need to do a little bit of extra work to connect it after you power on the virtual machine. In the left-hand pane of the vsphere client window, right-click your new pfsense virtual machine. Here you will see a number of things you can do. Select Power > Power on. Alternatively, just highlight your virtual machine and click the green arrowhead in the toolbar. Now, with your virtual machine highlighted, click the Console tab. Because the CD drive is not attached to the virtual machine yet, you may see it trying to boot from the network or it may be showing an Operating system not found or some other error. Don t worry about this. At this point (and only after you have powered up the virtual machine) you can attach your virtual machine to your client PC s CD/DVD drive. Click on the toolbar icon that looks like a CD with a spanner. CD/DVD Drive 1 will be offered in the menu and you ll see the choices available. Select Connect to D: (or whatever drive letter represents your client PC's CD/DVD drive). Right click your virtual machine in the left pane of the Sphere client and select Guest > Send Ctl+Alt+Del. This will reboot your virtual machine without disconnecting the CD/DVD drive. In the Console tab you should now see pfsense booting from the CD.

23 Installing pfsense If everything has gone well you will soon see the pfsense boot menu. What follows is very much a standard pfsense installation procedure. However, it's included here to save you jumping around between documents. NOTE that to enter information through the virtual machine's console you must click inside the console window. To release the cursor, press Ctl+Alt. You can allow the timer to expire and boot pfsense from the Live CD. When you see the following console message:

24 Type i to launch the pfsense installer. The next few screens are the standard pfsense install screens and are fairly self explanatory. Take the highlighted choice in each of the following screenshots:

25

26 At this point the pfsense virtual machine will reboot and you should remove the CD from the drive. Interface Assignment Next up, the pfsense boot menu returns. As pfsense is already installed on the virtual disk, just allow the timer to expire.

27 Once pfsense has booted you will see the message: Network interface mismatch Running interface assignment option. This just means that you haven t yet told pfsense which virtual network interface is LAN and which is WAN. First of all, though, as you don t need to assign VLANs, type n and press return. The order that the virtual NICs were assigned to pfsense when you set up the virtual machine is important here. ESXi presents those network interfaces to pfsense in sequence. That is, your pfsense virtual machine sees NIC 1 (LAN) as em0, NIC 2 (WAN) as em1, etc.

28 Note that the MAC addresses assigned to the virtual NICs and seen by pfsense are also virtual. They are not the MAC addresses of the physical NICs. If you've forgotten which network (LAN or WAN) was assigned to which virtual NIC, right-click the virtual machine and choose Edit settings. You can see the NIC to Network association in there. So go ahead and enter the WAN interface name, "em1", and press return. Now enter the LAN interface name, "em0", and press return.

29 As we don t have any OPT interfaces, yet, press return. Lastly, check that you ve got the interface assignments around the right way, enter "y" and press return. After a short interval pfsense will reconfigure itself, restart and you should be presented with the main pfsense screen, above.

30 If you had your modem connected to the physical WAN port of your ESXi host, you'll see that the WAN interface has received an IP address, via DHCP, from your ISP or your modem. Other types of WAN connections and configurations are beyond the scope of this article. You'll need to go elsewhere to read up on those. The LAN interface has its installation default IP address of If want to use another network address and/or subnet you ll need to start reading the pfsense documentation. Remember that my LAN, as shown at the beginning, was /24 Adding a DMZ Having a WAN and a LAN is fine but perhaps you would like to add another virtual machine to your virtual network maybe a mail server or a web server. After all, that is likely to be one of the reasons you decided to use ESXi in the first place as an alternative to running multiple physical machines. You probably want to make these servers accessible from the Internet but, at the same time, protect them by putting them behind your pfsense firewall. That way you can control all access to them from both the LAN and the WAN. Another interesting aspect of virtualization is that you don't have to stop at one DMZ. Because the DMZ network can be completely virtual, you don't need any additional physical NICs. You could, for example, attach a virtual mail server to one DMZ and a virtual web server to another. Then, by connecting them through pfsense with virtual NICs, you can fully control all access between the DMZs. In addition, if one server is compromised, access to any of the others will be just that little but harder. That's not to say that a DMZ can't also be connected to a real physical network as well. You may want to connect a game console or video/music server behind pfsense but not have it directly connected to your LAN. All you need to do is connect a physical NIC to the DMZ. Creating the DMZ network Go to your vsphere client and highlight your ESXi host. Click the Configuration tab and the Networking link. You will see your ESXi network diagram.

31 Click the Add Networking link near the top right of the Network pane.

32 We want to add a new virtual machine network, so select that option and click Next. Chose the option to Create a vsphere standard switch. We aren t going to need a physical NIC it s just going to be virtual - so just make sure that, if you have more physical NICs in your ESXi host, none of them are selected, then click Next

33 As with the LAN and WAN, give the new network a name. DMZ would be good. Click Next.

34 Click Finish. Now your Networking diagram will look like this - just a vswitch and a Virtual Machine Port group called DMZ with no physical NICs attached.

35 The next step is to connect the pfsense to this new DMZ network. Right-click your pfsense virtual machine and select Edit Settings. Click the Add button. Choose Ethernet adapter and click Next.

36 As you did for LAN and WAN, choose the E1000 type of virtual network adapter. Select DMZ from the drop-down list of available networks and choose Connect at power on. Click Next. Now your network diagram should look like the above.

37 Note that you can do all of this while the pfsense virtual machine is still running. To make pfsense aware of the changes, though, you will need to restart it and go through assigning the interfaces again. Now you can attach additional virtual machines to the DMZ network. Installing VMware Tools There are a number of benefits to installing the VMware tools, including better memory management, as well as improved network and disk performance. I can't vouch for those benefits but I find the most useful feature is the ability to shutdown or reboot a virtual machine without needing to log in to it directly. I use this to have all my VMs and the ESXi host gracefully shutdown in the event of a power outage that might exhaust the UPS battery... but that's another story. The VMware Tools have been made available as a pfsense package, which makes the install very quick and easy. Log in to the pfsense Web GUI and click System > Packages. From the Available Packages list, look for the Open-VM-Tools package and click the + button on the right to install the package. Confirm that you want to install the package. There is really nothing to configure with this package, it should just work. Alternately, the official VMware tools can be used, but it is a much more manual process. See here: VMware Tools A note about time synchronization - NTP Vmware Tools will allow you to have the clock of the pfsense virtual machine synchronized with the clock of the ESXi host. You would need to have the ESXi host use NTP to maintain its own clock for that to work but you also need to disable NTP on the pfsense virtual machine. Unfortunately, using the host to control the clock of the pfsense virtual machine has been known to cause a problem with the time appearing, to pfsense, to run backwards. My recommendation is to have pfsense and the ESXi host maintain their clocks independently. You should never use a virtual machine as a time source for the ESXi host.

Building a Penetration Testing Virtual Computer Laboratory

Building a Penetration Testing Virtual Computer Laboratory Building a Penetration Testing Virtual Computer Laboratory User Guide 1 A. Table of Contents Collaborative Virtual Computer Laboratory A. Table of Contents... 2 B. Introduction... 3 C. Configure Host Network

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

ISERink Installation Guide

ISERink Installation Guide ISERink Installation Guide Version 1.1 January 27, 2015 First developed to support cyber defense competitions (CDCs), ISERink is a virtual laboratory environment that allows students an opportunity to

More information

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled Getting Started with Hyper-V and the Scale Computing Cluster Scale Computing 5225 Exploration Drive Indianapolis, IN, 46241 Contents Contents CHAPTER 1 Introduction to Hyper-V: BEFORE YOU START. vii Revision

More information

JovianDSS Evaluation and Product Training. Presentation updated: October 2015

JovianDSS Evaluation and Product Training. Presentation updated: October 2015 JovianDSS Evaluation and Product Training JovianDSS High Availability Cluster running in a virtual environment on VMware ESXi Step-by-Step Presentation updated: October 2015 www.open-e.com 1 The aim of

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

If you re not using VMware vsphere Client 5.1, your screens may vary.

If you re not using VMware vsphere Client 5.1, your screens may vary. UNITY EdgeConnect If you re not using VMware vsphere Client 5.1, your screens may vary. VIRTUAL APPLIANCES VMware vsphere / vsphere Hypervisor 2015 Silver Peak Systems, Inc. In-Line Router Mode Before

More information

Setup Cisco Call Manager on VMware

Setup Cisco Call Manager on VMware created by: Rainer Bemsel Version 1.0 Dated: July/09/2011 The purpose of this document is to provide the necessary steps to setup a Cisco Call Manager to run on VMware. I ve been researching for a while

More information

Penetration Testing LAB Setup Guide

Penetration Testing LAB Setup Guide Penetration Testing LAB Setup Guide (Internal Attacker - Beginner version) By: magikh0e - magikh0e@ihtb.org Last Edit: July 07 2012 This guide assumes a few things... 1. You have installed Backtrack before

More information

Creating a Linux Virtual Machine using Virtual Box

Creating a Linux Virtual Machine using Virtual Box A. Install Virtual Box: Creating a Linux Virtual Machine using Virtual Box 1. Download the Virtualbox installer http://www.virtualbox.org/wiki/downloads 2. Run the installer and have the installer complete.

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this

More information

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1 VXOA VIRTUAL APPLIANCE KVM Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations In Bridge mode, the virtual appliance only uses mgmt0, wan0, and lan0. This Quick

More information

Solving the Five Most Common VMware Virtual Machine Issues. By David Davis, vexpert Co-Founder, ActualTech Media January, 2015

Solving the Five Most Common VMware Virtual Machine Issues. By David Davis, vexpert Co-Founder, ActualTech Media January, 2015 Solving the Five Most Common VMware Virtual Machine Issues By David Davis, vexpert Co-Founder, ActualTech Media January, 2015 Introduction Based on the analysis of several million virtual machines by opvizor,

More information

How to monitor network traffic inside an ESXi host

How to monitor network traffic inside an ESXi host created by: Rainer Bemsel Version 1.0 Dated: Dec/30/2012 I ve done several packet analyses on physical wired environment which was easy and pretty straight forward to set up. But with all virtualization

More information

How to Create a Virtual Switch in VMware ESXi

How to Create a Virtual Switch in VMware ESXi How to Create a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support for the information

More information

A free course in the installation and use of the free VMware vsphere Hypervisor (ESXi)

A free course in the installation and use of the free VMware vsphere Hypervisor (ESXi) A free course in the installation and use of the free VMware vsphere Hypervisor (ESXi) John Borhek, VCP3, VCP4, VSP, VTSP VMsources Virtualization www.vmsources.com 1-866-644-7764 Introduction 1. Introduction

More information

If you re not using Citrix XenCenter 6.0, your screens may vary. Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0

If you re not using Citrix XenCenter 6.0, your screens may vary. Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0 If you re not using Citrix XenCenter 6.0, your screens may vary. VXOA VIRTUAL APPLIANCES Citrix XenServer Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations

More information

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER Spring 2014 Gaining access to your systems Since ISERink runs on a simulated internet provided by

More information

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information

Using Virtual Machines

Using Virtual Machines Using Virtual Machines We will use VMs in CIT 130 so that you can access both a Windows 7 and a Linux machine. You will be able to access these from on and off campus (off campus access will require that

More information

Setting up pfsense as a Stateful Bridging Firewall.

Setting up pfsense as a Stateful Bridging Firewall. Setting up pfsense as a Stateful Bridging Firewall. Contents Contents Setting up pfsense as a Stateful Bridging Firewall.... 1 What king of system these directions will try and help you create.... 1 Selecting

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vsphere 5 Quick Start Guide

VMware vsphere 5 Quick Start Guide VMware vsphere 5 Quick Start Guide This document is created to provide some basic information about VMware, and allow you, the customer, to determine when and how to engage us for support or other needs

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

F-Secure Internet Gatekeeper Virtual Appliance

F-Secure Internet Gatekeeper Virtual Appliance F-Secure Internet Gatekeeper Virtual Appliance F-Secure Internet Gatekeeper Virtual Appliance TOC 2 Contents Chapter 1: Welcome to F-Secure Internet Gatekeeper Virtual Appliance.3 Chapter 2: Deployment...4

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

More information

ClearPass Policy Manager 6.3

ClearPass Policy Manager 6.3 ClearPass Policy Manager 6.3 Tech Note: Installing or Upgrading on a Virtual Machine This document describes the procedures for installing and upgrading ClearPass Policy Manager 6.3 on a Virtual Machine.

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

Hyper-Cluster. By John D. Lambert, Microsoft SQL Server PFE http://blogs.technet.com/fort_sql

Hyper-Cluster. By John D. Lambert, Microsoft SQL Server PFE http://blogs.technet.com/fort_sql Hyper-Cluster By John D. Lambert, Microsoft SQL Server PFE http://blogs.technet.com/fort_sql Introduction Install and Configure Hyper-V Host Install WSS08 as Hyper-V Guest Install Node1 Install Node2 Configure

More information

Creating a Windows XP Virtual Machine using Virtual Box

Creating a Windows XP Virtual Machine using Virtual Box A. Install Virtual Box: Creating a Windows XP Virtual Machine using Virtual Box 1. Download the Virtualbox installer http://www.virtualbox.org/wiki/downloads 2. Run the installer and have the installer

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server

StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All

More information

Section 5 Configuring the Partition for Enterprise Output Manager (EOM)

Section 5 Configuring the Partition for Enterprise Output Manager (EOM) Section 5 Configuring the Partition for Enterprise Output Manager (EOM) The Enterprise Output Manager (EOM) partition runs on an enterprise partition platform (EPP) and is intended for running the product.

More information

If you re the unofficial administrator of your home or small

If you re the unofficial administrator of your home or small C H A P T E R Monitoring Your Network If you re the unofficial administrator of your home or small office network, I imagine you re already saddled with a fairly long to-do list of network chores: adding

More information

ServerPronto Cloud User Guide

ServerPronto Cloud User Guide ServerPronto Cloud User Guide Virtual machines Virtual machines are based on templates and are deployed on hypervisors. Hypervisors give them access to CPU, disk and network resources. The ServerPronto

More information

Using Cisco UC320W with Windows Small Business Server

Using Cisco UC320W with Windows Small Business Server Using Cisco UC320W with Windows Small Business Server This application note explains how to deploy the Cisco UC320W in a Windows Small Business Server environment. Contents This document includes the following

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Avaya Identity Engines Ignition Server Getting Started. Avaya Identity Engines Ignition Server Release 7.0

Avaya Identity Engines Ignition Server Getting Started. Avaya Identity Engines Ignition Server Release 7.0 Getting Started Release 7.0 Document Status: Standard Document Number: NN47280-300 (325633-A) Document Version: 02.03 Date: 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Virtual Private Network (VPN)

Virtual Private Network (VPN) Virtual Private Network (VPN) Creating a Virtual Private Network (VPN) environment and using it to connect machines to each other is another way of accessing Roll Call remotely. A VPN establishes a secure

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor Installing the Operating System or Hypervisor If you purchased E-Series Server Option 1 (E-Series Server without preinstalled operating system or hypervisor), you must install an operating system or hypervisor.

More information

Altor Virtual Network Security Analyzer v1.0 Installation Guide

Altor Virtual Network Security Analyzer v1.0 Installation Guide Altor Virtual Network Security Analyzer v1.0 Installation Guide The Altor Virtual Network Security Analyzer (VNSA) application is deployed as Virtual Appliance running on VMware ESX servers. A single Altor

More information

User s Manual. Management Software for ATS

User s Manual. Management Software for ATS ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.

More information

LifeSize Transit Virtual Appliance Installation Guide June 2011

LifeSize Transit Virtual Appliance Installation Guide June 2011 LifeSize Transit Virtual Appliance Installation Guide June 2011 LifeSize Transit Server VM LifeSize Transit Client VM LifeSize Transit Virtual Appliance Installation Guide 2 Installation Overview This

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Altaro Hyper-V Backup V4 - User Manual

Altaro Hyper-V Backup V4 - User Manual Altaro Hyper-V Backup V4 - User Manual 2009 2013 Altaro, Ltd. All Rights Reserved Table of contents Introducing Altaro Hyper-V Backup... 5 Add-Ons... 6 Sample Scenario... 7 Different Editions... 9 Getting

More information

Altaro Hyper-V Backup V4 - User Guide

Altaro Hyper-V Backup V4 - User Guide Altaro Hyper-V Backup V4 - User Guide 1 / 161 Table of contents Introducing Altaro Hyper-V Backup... 5 Roles... 6 Sample Scenario... 7 Different Editions... 9 Getting Started... 11 System requirements...

More information

How to Configure a Remote Desktop Licensing Server for vspace 6

How to Configure a Remote Desktop Licensing Server for vspace 6 rev 6.1.12 How to Configure a Remote Desktop Licensing Server for vspace 6 This guide will walk you through the process of creating a RDS Licensing server and then configuring your vspace 6 host to connect

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide Virtual Appliance Setup Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

Allworx OfficeSafe Operations Guide Release 6.0

Allworx OfficeSafe Operations Guide Release 6.0 Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,

More information

CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE

CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE WELCOME TO THE VIRTUAL SERVER (SHARED) USER GUIDE AUSTRALIAN ACCOUNT HOLDERS For sales, account set-up enquiries and technical support, contact your

More information

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi How to Install Microsoft Windows Server 2008 R2 in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

More information

Installing Ubuntu inside Windows using VirtualBox

Installing Ubuntu inside Windows using VirtualBox Installing Ubuntu inside Windows using VirtualBox The screenshots in this tutorial use Ubuntu 12.04, but the same principles apply also to Ubuntu 11.10, 11.04, 10.04, and any future version of Ubuntu.

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Product Version 1.0 Document Version 1.0-B

Product Version 1.0 Document Version 1.0-B VidyoDashboard Installation Guide Product Version 1.0 Document Version 1.0-B Table of Contents 1. Overview... 3 About This Guide... 3 Prerequisites... 3 2. Installing VidyoDashboard... 5 Installing the

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

Building a Virtual Desktop Infrastructure A recipe utilizing the Intel Modular Server and VMware View

Building a Virtual Desktop Infrastructure A recipe utilizing the Intel Modular Server and VMware View Building a Virtual Desktop Infrastructure A recipe utilizing the Intel Modular Server and VMware View December 4, 2009 Prepared by: David L. Endicott NeoTech Solutions, Inc. 2816 South Main St. Joplin,

More information

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14 Page 1 of 14 ! " #!"#$ % &&' Page 2 of 14 1 INTRODUCTION One of the highly desirable features of the GlobeSurfer III device is the ability to network together Printers and External Hard Disk drives (aka

More information

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks Set Up Panorama Palo Alto Networks Panorama Administrator s Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux)

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux) Installation of SE S AM E BARCODE virtual machine distribution (Windows / Mac / Linux) Introduction A "virtual machine" is a fake computer within a true one. An underlying software (here VirtualBox) is

More information

How to Guide: StorageCraft Cloud Services VPN

How to Guide: StorageCraft Cloud Services VPN How to Guide: StorageCraft Cloud Services VPN CONTENTS Executive Summary...3 Setting up the VPN...4 Connecting to the VPN from a single computer...5 Providing a LAN site with access to the VPN...6 Conclusion...12

More information

Penetration Testing LAB Setup Guide

Penetration Testing LAB Setup Guide Penetration Testing LAB Setup Guide (External Attacker - Intermediate) By: magikh0e - magikh0e@ihtb.org Last Edit: July 06 2012 This guide assumes a few things... 1. You have read the basic guide of this

More information

vsphere Networking vsphere 5.5 ESXi 5.5 vcenter Server 5.5 EN-001074-02

vsphere Networking vsphere 5.5 ESXi 5.5 vcenter Server 5.5 EN-001074-02 vsphere 5.5 ESXi 5.5 vcenter Server 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

I. Create Windows 2012 R2 VMware Template for Guest Customization

I. Create Windows 2012 R2 VMware Template for Guest Customization I. Create Windows 2012 R2 VMware Template for Guest Customization The purpose of this document is to illustrate the steps to create a VMware Windows 2012 Template that can be used with UCS Director Workflows.

More information

Chapter 3 Security and Firewall Protection

Chapter 3 Security and Firewall Protection Chapter 3 Security and Firewall Protection This chapter describes how to use the basic firewall features of the ADSL2+ Modem Router to protect your network. Firewall Settings You can set up the ADSL2+

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Barracuda SSL VPN Vx Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda SSL VPN hardware appliance. It is designed for easy deployment

More information

ACT High Speed WiMAX Internet

ACT High Speed WiMAX Internet ACT High Speed WiMAX Internet Internet Configuration Manual This manual walks you through the steps of configuring your computer for High Speed WiMAX Internet service with Windows 7, Vista, XP, 2000, And

More information

6.0. Getting Started Guide

6.0. Getting Started Guide 6.0 Getting Started Guide Netmon Getting Started Guide 2 Contents Contents... 2 Appliance Installation... 3 IP Address Assignment (Optional)... 3 Logging In For the First Time... 5 Initial Setup... 6 License

More information

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Quick Start Guide 3.0 (c) 2005-2007 Copyright 2006-2007 by Parallels Software International, Inc. All rights reserved. Parallels and Parallels

More information

How to set up a router to share you broadband connection

How to set up a router to share you broadband connection How to set up a router to share you broadband connection Now that you've broadband at home, here's how to set up a router to connect your Macs and PCs. Shopping for routers is quite a chore especially

More information

Aerohive Networks Inc. Free Bonjour Gateway FAQ

Aerohive Networks Inc. Free Bonjour Gateway FAQ Aerohive Networks Inc. Free Bonjour Gateway FAQ 1. About the Product... 1 2. Installation... 2 3. Management... 3 4. Troubleshooting... 4 1. About the Product What is the Aerohive s Free Bonjour Gateway?

More information

LogMeIn Network Console Version 8 Getting Started Guide

LogMeIn Network Console Version 8 Getting Started Guide LogMeIn Network Console Version 8 Getting Started Guide April 2007 1. About the Network Console... 2 2. User Interface...2 3. Quick Start... 2 4. Network & Subnet Scans...3 5. Quick Connect...3 6. Operations...

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Paragon Protect & Restore

Paragon Protect & Restore PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Email sales@paragon-software.com Product website : www.protect-restore.com

More information

How to Add and Remove Virtual Hardware to a VMware ESXi Virtual Machine

How to Add and Remove Virtual Hardware to a VMware ESXi Virtual Machine How to Add and Remove Virtual Hardware to a VMware ESXi Virtual Machine I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not

More information

Creating and Managing Shared Folders

Creating and Managing Shared Folders Creating and Managing Shared Folders Microsoft threw all sorts of new services, features, and functions into Windows 2000 Server, but at the heart of it all was still the requirement to be a good file

More information

Software SIParator / Firewall

Software SIParator / Firewall Orientation and Installation Guide for the Ingate SBC and E-SBC Software SIParator / Firewall for Virtual x86 Machines For the Ingate Software SIParators using software release 5.0.6 or later Revision

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.6 (v11.6) Document Date: August 2015 www.goliathtechnologies.com

More information

Linux Server (Web, FTP, File) on Vmware

Linux Server (Web, FTP, File) on Vmware Linux Server (Web, FTP, File) on Vmware Purposes Many people want to use Linux but don't want to spend all their weekend in order to be familiar with this operating system. This file allows to share the

More information

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01

vsphere Networking vsphere 6.0 ESXi 6.0 vcenter Server 6.0 EN-001391-01 vsphere 6.0 ESXi 6.0 vcenter Server 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

Exinda How to Guide: Virtual Appliance. Exinda ExOS Version 6.3 2012 Exinda, Inc

Exinda How to Guide: Virtual Appliance. Exinda ExOS Version 6.3 2012 Exinda, Inc Exinda How to Guide: Virtual Appliance Exinda ExOS Version 6.3 2 Virtual Appliance Table of Contents Part I Introduction 4 1 Using... this Guide 4 Part II Overview 6 Part III Deployment Options 8 Part

More information

VELOCITY. Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS

VELOCITY. Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS If you re not using Citrix XenCenter 6.0, your screens may vary. VELOCITY REPLICATION ACCELERATOR Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2013 Silver Peak Systems, Inc. This

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units APPLICATION NOTES Converge Pro Products CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. Troubleshooting USB Connections with Converge Pro Units Description This document explains how to connect

More information

vsphere Web Access Administrator's Guide

vsphere Web Access Administrator's Guide vsphere Web Access Administrator's Guide vsphere Web Access 4.1 ESX 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Getting Started with Database Provisioning

Getting Started with Database Provisioning Getting Started with Database Provisioning VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Division of Administration (DOA) Desktop Support

Division of Administration (DOA) Desktop Support Division of Administration (DOA) Desktop Support Computer Power Conservation Settings for XP & Vista Operating Systems XP Power Options Overview Using Power Options in Control Panel, you can reduce the

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 4: Working with Virtual Machines

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 4: Working with Virtual Machines VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 4: Working with Virtual Machines Document Version: 2014-06-02 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB Academy

More information

Understanding offline files

Understanding offline files Understanding offline files Introduction If you've ever needed to access important files stored in a shared folder on your network but couldn't because the network connection was unavailable, then you

More information

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01

vsphere Networking ESXi 5.0 vcenter Server 5.0 EN-000599-01 ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information