Skip to content

Install from source

Leonardo Mokarzel Falcon edited this page Aug 20, 2019 · 8 revisions

Installing Falcongate from source on Ubuntu 18.04

Before installing Falcongate a freshly installed Ubuntu 18.04 system is required. Falcongate can be installed directly on top of an existing hardware appliance or as a virtual machine using VMWare or VirtualBox.

Important requirements

  • Ubuntu 18.04
  • The device must have 2 physical or virtual Ethernet interfaces available

Install Falcongate in attached or router mode

  • Login over SSH to the newly installed system

  • Execute the commands below to install Falcongate

$ wget https://raw.githubusercontent.com/A3sal0n/FalconGate/master/install/Ubuntu/easy_install.sh
$ chmod +x easy_install.sh
$ sudo ./easy_install.sh  
  • Follow the steps required during the installation.

  • Do not forget to disable the DHCP server in your home router if you installed Falcongate in the attached mode

  • Restart device after the installation has been completed

$ sudo shutdown -r now