I'm installing a new host and all the ports it can connect to are trunked.  Since we can't set the management interface's VLAN ID in the installation interface, I'm trying to do it by hand from the console.
I've edited /etc/network/interfaces as follows:
	
	
	
		
What am I doing wrong here? Nothing seems to be working.
*Thanks in advance!*
				
			I've edited /etc/network/interfaces as follows:
		Code:
	
	auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet manual
    bridge-ports eno1
    bridge-stp off
    bridge-id 0
    bridge-vlan-aware yes
    bridge-vids 2083-2096
 
auto vmbr0.2095
iface vmbr0.2095 inet static
    address 10.136.240.177/23
    gateway 10.136.240.1
 
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manualWhat am I doing wrong here? Nothing seems to be working.
*Thanks in advance!*
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	