mirror of
				https://github.com/flynx/proxmox-utils.git
				synced 2025-10-31 12:10:07 +00:00 
			
		
		
		
	
		
			
	
	
		
			27 lines
		
	
	
		
			588 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			588 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
|  | 
 | ||
|  | # NOTE: this assumes a configured bridge (vmbr0?) already exists...
 | ||
|  | 
 | ||
|  | 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
 | ||
|  | 
 | ||
|  | auto vmbr${ADMIN_BRIDGE}
 | ||
|  | iface vmbr${ADMIN_BRIDGE} inet static
 | ||
|  |         address ${HOST_ADMIN_IP}
 | ||
|  |         #gateway ${GATE_ADMIN_IPn}
 | ||
|  |         bridge-ports ${ADMIN_PORT}
 | ||
|  |         bridge-stp off
 | ||
|  |         bridge-fd 0
 | ||
|  | #ADMIN
 | ||
|  | 
 |