mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +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}
|
auto vmbr${ADMIN_BRIDGE}
|
||||||
iface vmbr${ADMIN_BRIDGE} inet static
|
iface vmbr${ADMIN_BRIDGE} inet static
|
||||||
address ${HOST_ADMIN_IP}
|
address ${HOST_ADMIN_IP}
|
||||||
bridge-ports ${BOOTSTRAP_ADMIN_BRIDGE}
|
bridge-ports ${BOOTSTRAP_BRIDGE}
|
||||||
bridge-stp off
|
bridge-stp off
|
||||||
bridge-fd 0
|
bridge-fd 0
|
||||||
#ADMIN
|
#ADMIN
|
||||||
|
|||||||
@ -128,7 +128,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
|||||||
BRIDGES="$(\
|
BRIDGES="$(\
|
||||||
cat "$BRIDGES_TPL" \
|
cat "$BRIDGES_TPL" \
|
||||||
| expandPCTTemplate \
|
| expandPCTTemplate \
|
||||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \
|
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \
|
||||||
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
||||||
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
|||||||
|| BRIDGES_BOOTSTRAP="$(\
|
|| BRIDGES_BOOTSTRAP="$(\
|
||||||
cat "$BRIDGES_BOOTSTRAP_TPL" \
|
cat "$BRIDGES_BOOTSTRAP_TPL" \
|
||||||
| expandPCTTemplate \
|
| expandPCTTemplate \
|
||||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \
|
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \
|
||||||
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \
|
||||||
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
HOST_ADMIN_IP GATE_ADMIN_IP)"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user