mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
93b066d37f
commit
64ccc8df27
@ -16,7 +16,7 @@ iface vmbr${WAN_BRIDGE} inet manual
|
||||
auto vmbr${ADMIN_BRIDGE}
|
||||
iface vmbr${ADMIN_BRIDGE} inet static
|
||||
address ${HOST_ADMIN_IP}
|
||||
bridge-ports ${BOOTSTRAP_ADMIN_BRIDGE}
|
||||
bridge-ports ${BOOTSTRAP_BRIDGE}
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
#ADMIN
|
||||
|
||||
@ -128,7 +128,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
||||
BRIDGES="$(\
|
||||
cat "$BRIDGES_TPL" \
|
||||
| expandPCTTemplate \
|
||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \
|
||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \
|
||||
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
||||
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
||||
|
||||
@ -136,7 +136,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
||||
|| BRIDGES_BOOTSTRAP="$(\
|
||||
cat "$BRIDGES_BOOTSTRAP_TPL" \
|
||||
| expandPCTTemplate \
|
||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \
|
||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \
|
||||
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
||||
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user