I'm at my wits end with this issue.
I have about 15 ip's on a /24. My proxmox host works fine. I can't get my VM's to have internet access no matter what I try. I can add the same external IP to a linux bridge and ping it from an external source (very odd). My hosting company provided me with vmac's but it doesn't seem to make any difference.
pve-manager/6.4-6/be2fa32c
Host network config:
auto lo
iface lo inet loopback
iface ens3 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.249.101/24
gateway x.x.249.1
bridge-ports ens3
bridge-stp off
bridge-fd 0
VM (ubuntu 18.04) network config:
network:
ethernets:
ens18:
addresses:
- x.x.249.5/24
gateway4: x.x.249.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
version: 2
VM can ping x.x.249.101 but not the gateway. Host can ping VM.
VM off but adding x.x.249.5/24 to a linux bridge: I can ping / traceroute this from outside the network.
I've tried quite a bit.... I have working proxmox servers on OVH and a couple other hosts that work great. Is there something obvious I'm forgetting about or maybe it's a problem with the hosting company? I'm grateful for any advice.
I have about 15 ip's on a /24. My proxmox host works fine. I can't get my VM's to have internet access no matter what I try. I can add the same external IP to a linux bridge and ping it from an external source (very odd). My hosting company provided me with vmac's but it doesn't seem to make any difference.
pve-manager/6.4-6/be2fa32c
Host network config:
auto lo
iface lo inet loopback
iface ens3 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.249.101/24
gateway x.x.249.1
bridge-ports ens3
bridge-stp off
bridge-fd 0
VM (ubuntu 18.04) network config:
network:
ethernets:
ens18:
addresses:
- x.x.249.5/24
gateway4: x.x.249.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
version: 2
VM can ping x.x.249.101 but not the gateway. Host can ping VM.
VM off but adding x.x.249.5/24 to a linux bridge: I can ping / traceroute this from outside the network.
I've tried quite a bit.... I have working proxmox servers on OVH and a couple other hosts that work great. Is there something obvious I'm forgetting about or maybe it's a problem with the hosting company? I'm grateful for any advice.