Zorp GPL Virtual Machine Download
OpenStack Load Balancer as a Service
Usage
Download
To download the virtual machine images with the result of the Google Summer of Code (GSoC)
porject
which implemented a Load Balancer as a Service driver for Zorp click on the following links.
Client, Firewall, Server topology
Usage
Download
To download the virtual machine images click on the necessary part of the image below, or the following links.
Login
Start the virtual machines and login to them by root as user name and password.
ChangeLog
* Initial upload.
-- Szilárd Pfeiffer <szilard.pfeiffer@balasys.hu> Fri, 08 Sep 2014 23:19:16 +0100
Network Topology
Import
Click on File/Import Appliance… menu to import the downloaded .ova files or use the following commands
VBoxManage import "Zorp Client.ova"
VBoxManage import "Zorp Firewall.ova"
VBoxManage import "Zorp Server.ova"
Host-only Network
Click on Add button after you select Network menu in Settings dialog accessible by clicking File/Preferences… menu to create a new
host-only network interface with the parmeters that you can see on figure under network topology section
IPv4 Address: 172.16.30.254
IPv4 Network Mask: 255.255.255.0
or use the following commands
VBoxManage hostonlyif create
VBoxManage hostonlyif ipconfig vboxnet2 --ip 172.16.30.254 --netmask 255.255.255.0
where vboxnetx is the name of the newly created network (eg: vboxnet2).
Setup
Click on Machine/Setting… menu in case of each virtual machines to access Setting dialog and set vboxnetx as host-only adapter for host-only
network under the Network menu or use the following commands
VBoxManage modifyvm "Zorp Client" --hostonlyadapter2 vboxnetx
VBoxManage modifyvm "Zorp Firewall" --hostonlyadapter3 vboxnetx
VBoxManage modifyvm "Zorp Server" --hostonlyadapter2 vboxnetx
where vboxnetx is the name of the newly created network (eg: vboxnet2).
Login
Start the virtual machines and login to them by root as user name and password.
ChangeLog
* Added transparent https proxy with SSL keybridging.
-- Szilárd Pfeiffer <szilard.pfeiffer@balasys.hu> Mon, 28 Nov 2011 23:19:16 +0100
* Initial upload.
-- Szilárd Pfeiffer <szilard.pfeiffer@balasys.hu> Tue, 08 Nov 2011 21:19:16 +0100