Inventory: add gateway spinat
This commit is contained in:
parent
a2bef9154a
commit
b7d6bdea39
3 changed files with 34 additions and 4 deletions
|
@ -2,3 +2,4 @@
|
|||
ingwer.freifunk-mwu.de
|
||||
lotuswurzel.freifunk-mwu.de
|
||||
uffschnitt.freifunk-mwu.de
|
||||
spinat.freifunk-mwu.de
|
||||
|
|
|
@ -146,9 +146,6 @@ icvpn:
|
|||
icvpn_repo: https://github.com/freifunk/icvpn
|
||||
|
||||
bgp_mwu_servers:
|
||||
spinat:
|
||||
ipv4: 10.37.0.7
|
||||
ipv6: fd37:b4dc:4b1e::a25:7
|
||||
wasserfloh:
|
||||
ipv4: 10.37.0.231
|
||||
ipv6: fd37:b4dc:4b1e::a25:e7
|
||||
|
@ -173,5 +170,4 @@ bgp_mwu_servers:
|
|||
|
||||
|
||||
legacy_gateways:
|
||||
- spinat
|
||||
- wasserfloh
|
||||
|
|
33
inventory/host_vars/spinat.freifunk-mwu.de
Normal file
33
inventory/host_vars/spinat.freifunk-mwu.de
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
ffmwu_server_type: "gateway"
|
||||
|
||||
magic: 7
|
||||
ipv4_dhcp_range: 5
|
||||
|
||||
ffrl_public_ipv4_nat: 185.66.195.32/32
|
||||
|
||||
ffrl_exit_server:
|
||||
ffrl-a-ak-ber:
|
||||
public_ipv4_address: 185.66.195.0
|
||||
tunnel_ipv4_network: 100.64.2.226/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:17b::/64
|
||||
ffrl-b-ak-ber:
|
||||
public_ipv4_address: 185.66.195.1
|
||||
tunnel_ipv4_network: 100.64.2.228/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:17c::/64
|
||||
ffrl-a-ix-dus:
|
||||
public_ipv4_address: 185.66.193.0
|
||||
tunnel_ipv4_network: 100.64.2.230/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:17d::/64
|
||||
ffrl-b-ix-dus:
|
||||
public_ipv4_address: 185.66.193.1
|
||||
tunnel_ipv4_network: 100.64.2.232/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:17e::/64
|
||||
ffrl-a-fra2-fra:
|
||||
public_ipv4_address: 185.66.194.0
|
||||
tunnel_ipv4_network: 100.64.0.186/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:63::/64
|
||||
ffrl-b-fra2-fra:
|
||||
public_ipv4_address: 185.66.194.1
|
||||
tunnel_ipv4_network: 100.64.0.188/31
|
||||
tunnel_ipv6_network: 2a03:2260:0:64::/64
|
Loading…
Reference in a new issue