I recently purchased a cloud server through IONOS Cloud. With my package, they gave me 1 public IPv4 address and a IPv6/64 network.
I installed Proxmox VE without any issue and I can ping out from the host console.
However, I cannot seem to get any of my containers to ping out (either the "destination host is uncreachable" or "network unreachable" depending on how I configured the container.)
My question is, what should the network settings of my container be in order for it to reach the public and be accessible via one of my assigned IPv6 addresses?
Currently my settings are:
Host
<code>
auto lo
iface lo inet loopback
allow-hotplug ens192
iface ens192 inet dhcp
iface ens192 inet6 static
accept_ra 0
address 2607:f1c0:1800:50::1 (public IPv6 for server)
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports ens192
bridge_stp off
bridge_fd 0
</code>
Container
IP - 2607:f1c0:1800:50::2/64 (public IPv6 from assigned range)
Gateway - fe80::1
Thank you in advance for any ideas!
I installed Proxmox VE without any issue and I can ping out from the host console.
However, I cannot seem to get any of my containers to ping out (either the "destination host is uncreachable" or "network unreachable" depending on how I configured the container.)
My question is, what should the network settings of my container be in order for it to reach the public and be accessible via one of my assigned IPv6 addresses?
Currently my settings are:
Host
<code>
auto lo
iface lo inet loopback
allow-hotplug ens192
iface ens192 inet dhcp
iface ens192 inet6 static
accept_ra 0
address 2607:f1c0:1800:50::1 (public IPv6 for server)
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports ens192
bridge_stp off
bridge_fd 0
</code>
Container
IP - 2607:f1c0:1800:50::2/64 (public IPv6 from assigned range)
Gateway - fe80::1
Thank you in advance for any ideas!
Last edited: