X-Git-Url: https://code.grnet.gr/git/snf-network/blobdiff_plain/6e257ba885e94d1285f4f4fb42f2a94c3761197c..c589ef4cd3a330629e760d64b7a6fbff4c70f736:/conf/infra.conf diff --git a/conf/infra.conf b/conf/infra.conf index b7228cb..1380811 100644 --- a/conf/infra.conf +++ b/conf/infra.conf @@ -2,15 +2,26 @@ # iface where all tap will be bridged PUBLIC_BRIDGE= +# brigde prefix used for private networks +BRIDGE_PREFIX=prv # GRNET specific configuration # one vlan for IP less/proxy ARP routing of public IPs PUBLIC_VLAN_ID=201 -# one vlan for private lans + +# one vlan for bridging private lans with ebtables for filtering +PRIVATE_BRIDGE_ID=0 PRIVATE_VLAN_ID=2990 -PRIVATE_BRIDGE=br2990 # in case of private lans mac prefix is used for isolation MAC_MASK=ff:ff:ff:0:0:0 -# whether ganeti nodes will do masquerading for private networks -ENABLE_MASQ=false +# one bridge per vlan for expensive private networks +#PRIVATE_BRIDGE_ID_RANGE=`seq 2991 2999` +PRIVATE_VLAN_ID_OFFSET=2990 +PRIVATE_VLAN_ID_MIN=1 +PRIVATE_VLAN_ID_MAX=5 + + +# a bridge for masquerading +MASQ_BRIDGE_ID=10 +MASQ_VLAN_ID=2999