Ubuntu 16.04 initializing

  1. disable firewall
          systemctl disable ufw
        
  2. add another network interface
          # get logical name
          lshw -c network 
    
          # copy and enable the secondary network interface
          vi /etc/network/interfaces