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 outline true indent 10px style none
Introduction
This section provides information that will assist you in creating a Cloud Gateway (CGW) template based on pfSense 2.2 that will be used by Cloud OSS during IaaS services provisioning. Instructions provided herein are for implementation on VMWare.
...
Fig 33. Starting the VM
Installing pfSense
Info |
---|
See also: 3 Creating a Cloud Gateway Virtual Machine 5 Installing and Configuring VMWare Tools on pfSense 2.2 (64-bit) 6 Creating a VM Template based on the Cloud Gateway Virtual Machine |
34) Now we have opened VM console.
...
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.
...