Hello everyone,
I'm using the latest version of Proxmox and everything works.
thank you to the whole community for your work and support.
I have a question that is not trivial ^^
I would like to create a VM but without it connecting to the internet during installation but while keeping the local network connection.
The current network configuration is:
 
	
	
	
		
the network configuration is original, I have not modified anything.
Thank you all
				
			I'm using the latest version of Proxmox and everything works.
thank you to the whole community for your work and support.
I have a question that is not trivial ^^
I would like to create a VM but without it connecting to the internet during installation but while keeping the local network connection.
The current network configuration is:
		Code:
	
	GNU nano 5.4 /etc/network/interfaces
self lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
         address 192.168.0.13/24
         gateway 192.168.0.1
         bridge-ports eno1
         bridge-stp off
         bridge-fd 0
	the network configuration is original, I have not modified anything.
Thank you all
Attachments
			
				Last edited: