Hello, I did a detailed test and I will tell you the results and my observations now.
- First of all, when I installed debian 10 on the same server and installed proxmox version 6.4 on it, everything works fine.
- When I install proxmox 7.4 on Debian 11, proxmox opens but the subnet I created for the VM machines does not work. one of the submachines gets the following error and cannot access the internet: (same configuration works in proxmox 6.4)
root@debian:~# apt update
Err:1
http://archive.ubuntu.com/ubuntu groovy InRelease
Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80
- When I installed Proxmox 7.4 directly from its ISO, I noticed something strange. After installing Proxmox from its ISO, it recognizes the name of the network card as ens3 and the host machine never goes online. Even if I can get it to go online with various configurations, it is impossible to access it from outside after restarting it. So I can only access through the KVM screen.
- When I install proxmox 6.4 on Debian 10, although it is the same machine, this time the ethernet card works as enp9s0 and everything works including the subnet.
- In addition to all this, while proxmox 6.4 was installed and everything was working, I upgraded proxmox to 7.4. In this case, the ethernet card name remained the same. Proxmox was able to access the internet and be accessed from outside in the same way. However, this time the subnet that I created VM machines started not working. The error is as follows: (The output below is the output from the sub machine. the main machine is fine).
root@debian:~# apt update
Err:1
http://archive.ubuntu.com/ubuntu groovy InRelease
Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to
In conclusion, I think there is a problem with proxmox's kernel or network configuration and this is only happening with the new version. Can't proxmox officials comment on this? The comments in the other answers are thus refuted. because the same configuration works when installing proxmox 6.4.