Inventory: add gateway ingwer.freifunk-mwu.de
This commit is contained in:
parent
7359c03bf8
commit
ce47909a2c
3 changed files with 32 additions and 4 deletions
|
@ -1,2 +1,3 @@
|
||||||
[ffmwu-gateways]
|
[ffmwu-gateways]
|
||||||
|
ingwer.freifunk-mwu.de
|
||||||
uffschnitt.freifunk-mwu.de
|
uffschnitt.freifunk-mwu.de
|
||||||
|
|
|
@ -150,9 +150,6 @@ bgp_mwu_servers:
|
||||||
lotuswurzel:
|
lotuswurzel:
|
||||||
ipv4: 10.37.0.23
|
ipv4: 10.37.0.23
|
||||||
ipv6: fd37:b4dc:4b1e::a25:17
|
ipv6: fd37:b4dc:4b1e::a25:17
|
||||||
ingwer:
|
|
||||||
ipv4: 10.37.0.161
|
|
||||||
ipv6: fd37:b4dc:4b1e::a25:a1
|
|
||||||
wasserfloh:
|
wasserfloh:
|
||||||
ipv4: 10.37.0.231
|
ipv4: 10.37.0.231
|
||||||
ipv6: fd37:b4dc:4b1e::a25:e7
|
ipv6: fd37:b4dc:4b1e::a25:e7
|
||||||
|
@ -173,7 +170,6 @@ bgp_mwu_servers:
|
||||||
ipv6: fd37:b4dc:4b1e::a25:104
|
ipv6: fd37:b4dc:4b1e::a25:104
|
||||||
|
|
||||||
legacy_gateways:
|
legacy_gateways:
|
||||||
- ingwer
|
|
||||||
- lotuswurzel
|
- lotuswurzel
|
||||||
- spinat
|
- spinat
|
||||||
- wasserfloh
|
- wasserfloh
|
||||||
|
|
31
inventory/host_vars/ingwer.freifunk-mwu.de
Normal file
31
inventory/host_vars/ingwer.freifunk-mwu.de
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
magic: 161
|
||||||
|
ipv4_dhcp_range: 7
|
||||||
|
|
||||||
|
ffrl_public_ipv4_nat: 185.66.195.38/32
|
||||||
|
|
||||||
|
ffrl_exit_server:
|
||||||
|
ffrl-a-ak-ber:
|
||||||
|
public_ipv4_address: 185.66.195.0
|
||||||
|
tunnel_ipv4_network: 100.64.2.234/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:17f::/64
|
||||||
|
ffrl-b-ak-ber:
|
||||||
|
public_ipv4_address: 185.66.195.1
|
||||||
|
tunnel_ipv4_network: 100.64.2.236/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:180::/64
|
||||||
|
ffrl-a-ix-dus:
|
||||||
|
public_ipv4_address: 185.66.193.0
|
||||||
|
tunnel_ipv4_network: 100.64.2.238/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:181::/64
|
||||||
|
ffrl-b-ix-dus:
|
||||||
|
public_ipv4_address: 185.66.193.1
|
||||||
|
tunnel_ipv4_network: 100.64.2.240/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:182::/64
|
||||||
|
ffrl-a-fra2-fra:
|
||||||
|
public_ipv4_address: 185.66.194.0
|
||||||
|
tunnel_ipv4_network: 100.64.1.112/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:8f::/64
|
||||||
|
ffrl-b-fra2-fra:
|
||||||
|
public_ipv4_address: 185.66.194.1
|
||||||
|
tunnel_ipv4_network: 100.64.1.114/31
|
||||||
|
tunnel_ipv6_network: 2a03:2260:0:90::/64
|
Loading…
Reference in a new issue