Hi all,
I am a newbie to proxmox, so please apologize if my questions are a bit "basic"
I have a running proxmox 6.05 on a Hetzner EX42 server with debian 10, bridged setup and two bridged VMs (ubuntu 18 lts). Setup was done following the documentation at the proxmox wiki for Debian Buster plus other sources from hetzner dokuwiki plus some older public tutorials which I adapted for ubuntu 18 and debian 10 (especially as ubuntu 18 now uses netplan).
My problem: the bridged VMs do not connect to the outside world and vice versa. But both VMs can reach each other and the proxmox server, so I assume that the vmbr0 setup is principally ok. From my understanding of the routing, bridged VMs are routing directly to the Hetzner gareway, which leads to this guest configuration:
network:
version: 2
renderer: networkd
ethernets:
ens18:
dhcp4: no
addresses: [REDACTED/26]
gateway4: [REDACTED]
nameservers:
addresses: [REDACTED,REDACTED]
routes:
- to: 0.0.0.0/0
via: [REDACTED]
on-link: true
On the proxmox server I use the "out of the box" configuration (firewall is off on datacenter level). I need some hints where to search from now ...
Thanks, Thommie
I am a newbie to proxmox, so please apologize if my questions are a bit "basic"
I have a running proxmox 6.05 on a Hetzner EX42 server with debian 10, bridged setup and two bridged VMs (ubuntu 18 lts). Setup was done following the documentation at the proxmox wiki for Debian Buster plus other sources from hetzner dokuwiki plus some older public tutorials which I adapted for ubuntu 18 and debian 10 (especially as ubuntu 18 now uses netplan).
My problem: the bridged VMs do not connect to the outside world and vice versa. But both VMs can reach each other and the proxmox server, so I assume that the vmbr0 setup is principally ok. From my understanding of the routing, bridged VMs are routing directly to the Hetzner gareway, which leads to this guest configuration:
network:
version: 2
renderer: networkd
ethernets:
ens18:
dhcp4: no
addresses: [REDACTED/26]
gateway4: [REDACTED]
nameservers:
addresses: [REDACTED,REDACTED]
routes:
- to: 0.0.0.0/0
via: [REDACTED]
on-link: true
On the proxmox server I use the "out of the box" configuration (firewall is off on datacenter level). I need some hints where to search from now ...
Thanks, Thommie