Hi!
I just did the update from Proxmox 6.4 to 7.0. Everything worked fine, Proxmox 7.0 and all my VMs is running.
Except the LXC container of PMG 6.4: I do not have any network connection!
I have another LXC container (Dokuwiki) which is also running fine after the update, nor problems at all.
I thought about updating PMG to 7.0 as well, but since I don't havy any network connection here, I can not even start the update?!
Network config on PMG looks ok, as far as I can see:
Anybody knows how to fix this?
Thank you.
Ingo
I just did the update from Proxmox 6.4 to 7.0. Everything worked fine, Proxmox 7.0 and all my VMs is running.
Except the LXC container of PMG 6.4: I do not have any network connection!
I have another LXC container (Dokuwiki) which is also running fine after the update, nor problems at all.
I thought about updating PMG to 7.0 as well, but since I don't havy any network connection here, I can not even start the update?!
Network config on PMG looks ok, as far as I can see:
Code:
root@pmg:~# ip a
2: eth0@if17: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ca:78:42:e1:e0:9d brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 192.168.2.5/24 brd 192.168.2.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::c878:42ff:fee1:e09d/64 scope link
valid_lft forever preferred_lft forever
Code:
root@pmg:~# more /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.2.5/24
gateway 192.168.2.4
Anybody knows how to fix this?
Thank you.
Ingo