Im setting up proxmox on a remote Dedicated server and I was given a /29 block for IP addresses i cant seem to get any internet to my VMs with this current setup, Ideally i would like to have a public IP for each VM if possible. or even just a local network with internet access. Im not sure what im doing wrong.
Current /etc/network/interfaces
Current /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto enp1s0f0
iface enp1s0f0 inet manual
dns-nameservers 8.8.8.8
dns-search wpsecureserve.com
# dns-* options are implemented by the resolvconf package, if installed
iface enp1s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.153.66/29
gateway xxx.xxx.153.65
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0