diff --git a/_vms.conf b/_vms.conf index bad7045..1666cfc 100644 --- a/_vms.conf +++ b/_vms.conf @@ -16,8 +16,6 @@ HTDOCS="." VMDUSERS="_vmdusers" UPLINK="uplink_vlan42" BRIDGE="bridge42" -UPLINK2="uplink_vlan421" -BRIDGE2="bridge421" # dhcpd.conf ROUTER="192.168.1.1" DNS="192.186.1.3" diff --git a/deploy.sh b/deploy.sh index 4a6cdf9..a8a2691 100755 --- a/deploy.sh +++ b/deploy.sh @@ -24,6 +24,9 @@ #VMDUSERS="vmdusers" #UPLINK="uplink_vlan42" #BRIDGE="bridge42" +#Optional +#UPLINK2="uplink_vlan421" +#BRIDGE2="bridge421" ## dhcpd.conf #ROUTER="192.168.0.1" #DNS="192.186.0.1"