Hi there,
I just upgraded to 8.0 using the upgrade guide and pve7to 8 said everything is fine. The update went all smooth, no errors and it rebooted without issues but the machine can't be reached anymore and I can't access anything from the machine. No ping is going out, nothing.
The Interface names have not changed, neither did the network config. Everything is as it was before and all links are up, but still no connectivity.
This is how my interfaces look.
	
	
	
		
Redacted the IPs.
What can I do now?
				
			I just upgraded to 8.0 using the upgrade guide and pve7to 8 said everything is fine. The update went all smooth, no errors and it rebooted without issues but the machine can't be reached anymore and I can't access anything from the machine. No ping is going out, nothing.
The Interface names have not changed, neither did the network config. Everything is as it was before and all links are up, but still no connectivity.
This is how my interfaces look.
		Code:
	
	source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
  address xx.xx.xx.xx
  netmask xx.xx.xx.xx
  gateway xx.xx.xx.xx
  bridge_ports enp4s0
  bridge_stp off
  bridge_fd 0Redacted the IPs.
What can I do now?
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	 
 
		 
 
		
 
 
		


 BUT, I can't ping out on ANY of the interfaces (or in) and I can only ping local 127.0.0.1 loopback
 BUT, I can't ping out on ANY of the interfaces (or in) and I can only ping local 127.0.0.1 loopback Then I checked the interfaces file and somehow the bridge-ports we set to none on the critical interfaces !?! After changing that and restarting - all seems well
 Then I checked the interfaces file and somehow the bridge-ports we set to none on the critical interfaces !?! After changing that and restarting - all seems well 