Proxmox Setup

Adjust Network

nano /etc/network/interfaces

Download the iso of Ubuntu 16.04

Solve the pfsense DHCP client unable to resolve DNS issue

  • use Intel E1000 as interface instead of VirtIO

image

Enable SSH for new ubuntu server

  1. sudo apt-get install openssh-server
  2. sudo nano /etc/ssh/sshd_config
  3. Set PermitRootLogin Yes
  4. sudo service ssh restart

Use NGINX as a Reverse Proxy


https://www.techandme.se/set-up-nginx-reverse-proxy/