ENDIAN 4i-edge-virtual-x64 6.8.5

-------------------------
Installation Instructions
-------------------------

Follow these steps to create a new virtual machine:
* Go to New -> Virtual Machine
* Select "Generation 1" image
* Assign at least 2048 MB of RAM
* In the "Connect Virtual Hard Disk" tab, select 
  "Use an existing virtual hard disk" and choose the provided 
  endian_4i-edge-virtual-x64_6.8.5_virtual_softwarex86-64.vhd file.

After the virtual machine has been created, right click on it
and select "Settings".  From there, add two new network adapters,
so that your virtual machine will have at least three: 
  - one for the GREEN zone (LAN, the administration interface)
  - one for the BLUE zone (the Hotspot)
  - one for the RED zone (WAN)


----------------------
Additional Information
----------------------

- This virtual machine comes already pre-installed. When booting
  the machine will first be configured to use the IP address 
  192.168.0.15/24 on the GREEN interface. During the boot process
  the system will also start a DHCP client on the GREEN interface.
  This means, that if there is a DHCP server running in your GREEN
  zone you will be able to access the virtual appliance on the
  newly assigned IP address.
  If you do not have the possibility to find out which IP address
  has been assigned to the system you can use the console
  to login with the default password and then execute a
  command that will show you the IP address. This procedure looks
  like the following:

    > login
    enter root@hostname's password:
    > ip a show br0
    2: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> ...
        link/ether 00:3d:42:ec:72:1a brd ff:ff:ff:ff:ff:ff
        inet 192.168.0.15/24 brd 192.168.0.255 scope global eth0
        inet6 fe80::21d:92ff:feec:521a/64 scope link 
           valid_lft forever preferred_lft forever
