mirror of
				https://github.com/flynx/proxmox-utils.git
				synced 2025-11-03 21:50:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			378 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			378 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
 | 
						|
# NOTE: this assumes the ADMIN bridge to exist (proxmox default) and to be vmbr0...
 | 
						|
 | 
						|
auto vmbr${LAN_BRIDGE}
 | 
						|
iface vmbr${LAN_BRIDGE} inet manual
 | 
						|
        bridge-ports none
 | 
						|
        bridge-stp off
 | 
						|
        bridge-fd 0
 | 
						|
#LAN
 | 
						|
 | 
						|
auto vmbr${WAN_BRIDGE}
 | 
						|
iface vmbr${WAN_BRIDGE} inet manual
 | 
						|
        bridge-ports ${WAN_PORT}
 | 
						|
        bridge-stp off
 | 
						|
        bridge-fd 0
 | 
						|
#WAN
 | 
						|
 |