First time setting up proxmox

dtuando

New Member
Apr 9, 2023
3
0
1
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

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
 
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

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

Since I do not know exactly how the VM are configured (for a comprehensive overview a `pvereport` would help) I can only guess:
The MAC addresses from the virtual NICs inside the VMs are not accepted by the provider's switch and therefore VMs cannot communicate with the internet directly. Check the situation with your provider.