We don't need a gateway under adm for routers
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
55a4dfacfe
commit
300fb02f8b
1 changed files with 0 additions and 4 deletions
|
@ -34,15 +34,11 @@ iface ens18 inet6 static
|
||||||
allow-hotplug ens19
|
allow-hotplug ens19
|
||||||
iface ens19 inet static
|
iface ens19 inet static
|
||||||
address 10.128.0.{{ router_hard_ip_suffix }}/16
|
address 10.128.0.{{ router_hard_ip_suffix }}/16
|
||||||
gateway 10.128.0.254
|
|
||||||
dns-search adm.auro.re
|
dns-search adm.auro.re
|
||||||
|
|
||||||
iface ens19 inet6 static
|
iface ens19 inet6 static
|
||||||
address 2a09:6840:128::0:{{ router_hard_ip_suffix }}/64
|
address 2a09:6840:128::0:{{ router_hard_ip_suffix }}/64
|
||||||
|
|
||||||
# Ensures internet connectivity when running as keepalived backup.
|
|
||||||
gateway 2a09:6840:128::0:254
|
|
||||||
|
|
||||||
# VlAN 130: switches
|
# VlAN 130: switches
|
||||||
auto ens20
|
auto ens20
|
||||||
iface ens20 inet static
|
iface ens20 inet static
|
||||||
|
|
Loading…
Reference in a new issue