Search results

  1. Z

    [SOLVED] Traffic not leaving VM after entering.

    Marked as Solved as suddenly its all working as it should... I'm not sure why
  2. Z

    [SOLVED] Traffic not leaving VM after entering.

    Hosts file is as follows: auto lo iface lo inet loopback iface enp7s0 inet manual iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.2/24 gateway 192.168.1.1 bridge-ports enp7s0 bridge-stp off bridge-fd 0 auto vmbr1 iface vmbr1...
  3. Z

    [SOLVED] Traffic not leaving VM after entering.

    Okay so I freely admit that I'm out of my depth here. To provide some background info, I had a physical box with an Apache webserver in it which was configured to route subdomain requests to individual processes on the box, I have since shifted everything to a Proxmox VM which is using a...