Statistics
| Branch: | Tag: | Revision:

root / conf / infra.conf @ 6e257ba8

History | View | Annotate | Download (415 Bytes)

1
# Generic case
2
# iface where all tap will be bridged
3
PUBLIC_BRIDGE=
4

    
5
# GRNET specific configuration 
6
# one vlan for IP less/proxy ARP routing of public IPs 
7
PUBLIC_VLAN_ID=201
8
# one vlan for private lans
9
PRIVATE_VLAN_ID=2990
10
PRIVATE_BRIDGE=br2990
11

    
12
# in case of private lans mac prefix is used for isolation
13
MAC_MASK=ff:ff:ff:0:0:0
14

    
15
# whether ganeti nodes will do masquerading for private networks
16
ENABLE_MASQ=false