Hello Crans!
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
300fb02f8b
commit
a6ebdd0d3e
2 changed files with 15 additions and 1 deletions
|
@ -29,7 +29,7 @@ role = ['routeur']
|
|||
|
||||
interfaces_type = {
|
||||
'routable' : ['ens21', 'ens22'],
|
||||
'sortie' : ['ens18', 'ens1'],
|
||||
'sortie' : ['ens18', 'ens1', 'ens2'],
|
||||
'admin' : ['ens19', 'ens20', 'ens23']
|
||||
}
|
||||
|
||||
|
@ -55,3 +55,10 @@ nat = [
|
|||
}
|
||||
}
|
||||
]
|
||||
|
||||
### Specifiy tuples of interfaces that should be directly forwarded without any
|
||||
### firewall rule.
|
||||
|
||||
external_forward = [
|
||||
('ens1', 'ens2'),
|
||||
]
|
||||
|
|
|
@ -77,5 +77,12 @@ iface ens23 inet static
|
|||
iface ens23 inet6 static
|
||||
address 2a09:6840:131::0:{{ router_hard_ip_suffix }}/64
|
||||
|
||||
# VLAN 120: Interco Zayo
|
||||
auto ens1
|
||||
iface ens1 inet manual
|
||||
iface ens1 inet6 manual
|
||||
|
||||
# VLAN 121: Interco Crans
|
||||
auto ens2
|
||||
iface ens2 inet manual
|
||||
iface ens2 inet6 manual
|
||||
|
|
Loading…
Reference in a new issue