Hi, i have dedicated server with netplan as the host and ive made a vm and cant get internet to it. Im trying to assign a public ip to the container since i have 5 public ips.
Current netplan config:
Current proxmox network (not used because of netplan)
VM ip ad:
Host ip ad
Also if i listen on the host with tcpdump -i vmbr1 i just get a lot of ARP messages so i assume the VM cannot reach the gateway
Current netplan config:
YAML:
network:
version: 2
renderer: networkd
ethernets:
enp1s0f0:
addresses:
- 204.44.125.23/24
- 204.44.125.11/24
- 204.44.125.43/24
gateway4: 204.44.125.1
nameservers:
addresses:
- "1.1.1.1"
- "8.8.8.8"
bridges:
vmbr1:
gateway4: 204.44.125.1
addresses: [204.44.125.39/24, 204.44.125.44/24]
interfaces: [enp1s0f0.101]
vlans:
enp1s0f0.101:
link: enp1s0f0
id: 101
accept-ra: no
Current proxmox network (not used because of netplan)
VM ip ad:
Host ip ad
Also if i listen on the host with tcpdump -i vmbr1 i just get a lot of ARP messages so i assume the VM cannot reach the gateway