mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b49633dde1
commit
51993c2d7e
@ -30,10 +30,13 @@
|
||||
#
|
||||
# NOTE: on a clean Proxmox install ADMIN is pre-setup, we will use it
|
||||
# for bootstrapping and reconfigure it later.
|
||||
# NOTE: to make things simpler it is recommmended to number bridges
|
||||
# connecting to physical ports the same as ports and virtual
|
||||
# bridges with numbers greater than X (10 in the example below)
|
||||
#
|
||||
ADMIN_BRIDGE=vmbr0
|
||||
WAN_BRIDGE=
|
||||
LAN_BRIDGE=
|
||||
ADMIN_BRIDGE=0
|
||||
WAN_BRIDGE=3
|
||||
LAN_BRIDGE=10
|
||||
|
||||
|
||||
# NOTE: it is simpler to statically assign these than to configure dhcp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user