Cloud OSS - Cloudworks Service Manager | How to create a Cloud Gateway (CGW) Template in VMware |
---|
Table of Contents
Table of Contents maxLevel 2 minLevel 2 indent 10px style none
1. Introduction
Info | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
See also:
|
...
In this guide we will first create a Cloud Gateway Virtual Machine and then create a Template based on this Virtual Machine.
2. Downloading the pfSense 2.2 image
...
Later on, the uncompressed .ISO image will have to be uploaded to a VMWare datastore.
3. Creating a Cloud Gateway Virtual Machine
...
33) Click on the green arrow to start the VM.
Fig 33. Starting the VM
4. Installing pfSense
Info | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
See also:
|
...
removeNotAllowedItems($system_menu, $menuAllowedItems);
removeNotAllowedItems($interfaces_menu, $menuAllowedItems);
removeNotAllowedItems($firewall_menu, $menuAllowedItems);
removeNotAllowedItems($services_menu, $menuAllowedItems);
removeNotAllowedItems($vpn_menu, $menuAllowedItems);
removeNotAllowedItems($status_menu, $menuAllowedItems);
removeNotAllowedItems($diagnostics_menu, $menuAllowedItems);
This can be done by using WinSCP (click here to download) for accessing pfSense via SFTP. You may use Notepad++ editor or any other editor that you prefer.
...
Copy the lines of code in file editor window and save file.
5. Installing and Configuring VMWare Tools on pfSense 2.2 (64-bit)
...
kernel
vmxnet3.ko
vmmemctl.ko
6. Creating a VM Template based on the Cloud Gateway Virtual Machine
...