mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +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
|
# NOTE: on a clean Proxmox install ADMIN is pre-setup, we will use it
|
||||||
# for bootstrapping and reconfigure it later.
|
# 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
|
ADMIN_BRIDGE=0
|
||||||
WAN_BRIDGE=
|
WAN_BRIDGE=3
|
||||||
LAN_BRIDGE=
|
LAN_BRIDGE=10
|
||||||
|
|
||||||
|
|
||||||
# NOTE: it is simpler to statically assign these than to configure dhcp
|
# NOTE: it is simpler to statically assign these than to configure dhcp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user