Help,
It seems I have looked at every YouTube and read every article and I just can get My migrated VMs to access the internet. I purchased a dedicated server from Pebblehost and bought 2 static IPs, x.x.x.203 is the Proxmox interface and x.x.x.228 is not currently used. I have broken the interface trying to create bridges.
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto enp1s0f0
iface enp1s0f0 inet manual
dns-nameserver 8.8.8.8
#dns*
auto enp1s0f1
iface enp1s0f1 inet static
address xx.208.92.228/26
auto vmbr0
iface vmbr0 inet static
address xx.208.92.203/26
gateway xx.208.92.193
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.10.100/24
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have tried using static IPs on the VMs and vMAC at Pebblehost's request. But no internet, I must be missing something, I am new to proxmox and have been using VMware for a while with virtual Macs to get things to work,
Thanks for the help
It seems I have looked at every YouTube and read every article and I just can get My migrated VMs to access the internet. I purchased a dedicated server from Pebblehost and bought 2 static IPs, x.x.x.203 is the Proxmox interface and x.x.x.228 is not currently used. I have broken the interface trying to create bridges.
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto enp1s0f0
iface enp1s0f0 inet manual
dns-nameserver 8.8.8.8
#dns*
auto enp1s0f1
iface enp1s0f1 inet static
address xx.208.92.228/26
auto vmbr0
iface vmbr0 inet static
address xx.208.92.203/26
gateway xx.208.92.193
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.10.100/24
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have tried using static IPs on the VMs and vMAC at Pebblehost's request. But no internet, I must be missing something, I am new to proxmox and have been using VMware for a while with virtual Macs to get things to work,
Thanks for the help
Last edited: