Skip to content

Commit

Permalink
radbahn: bigger IP range for Mayday
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Apr 30, 2024
1 parent e48d1d6 commit c7e0a5a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions locations/radbahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ snmp_devices:
address: 10.31.251.2
snmp_profile: mikrotik_60g

# 10.31.251.0/24
# 10.31.251.0/26 - mgmt
# 10.31.251.64/26 - mesh
# 10.31.251.128/25 - dhcp
# 10.31.248.240/28
# 10.31.248.240/29 - mgmt
# 10.31.248.248/29 - mesh
# 10.31.251.0/24 - dhcp
ipv6_prefix: 2001:bf7:830:c000::/56

networks:

- vid: 10
name: mesh_emma
role: mesh
prefix: 10.31.251.65/32
prefix: 10.31.248.248/32
ipv6_subprefix: -10
ptp: true

- vid: 20
name: mesh_o_nf2
role: mesh
prefix: 10.31.251.66/32
prefix: 10.31.248.249/32
ipv6_subprefix: -20
mesh_ap: radbahn-o-nf
mesh_radio: 11g_standard
Expand All @@ -59,7 +59,7 @@ networks:
- vid: 21
name: mesh_o_nf5
role: mesh
prefix: 10.31.251.67/32
prefix: 10.31.248.250/32
ipv6_subprefix: -21
mesh_ap: radbahn-o-nf
mesh_radio: 11a_standard
Expand All @@ -68,7 +68,7 @@ networks:
- vid: 22
name: mesh_w_nf2
role: mesh
prefix: 10.31.251.68/32
prefix: 10.31.248.251/32
ipv6_subprefix: -22
mesh_ap: radbahn-w-nf
mesh_radio: 11g_standard
Expand All @@ -77,7 +77,7 @@ networks:
- vid: 23
name: mesh_w_nf5
role: mesh
prefix: 10.31.251.69/32
prefix: 10.31.248.252/32
ipv6_subprefix: -23
mesh_ap: radbahn-w-nf
mesh_radio: 11a_standard
Expand All @@ -86,15 +86,15 @@ networks:
- vid: 40
name: dhcp
role: dhcp
prefix: 10.31.251.128/25
prefix: 10.31.251.0/24
ipv6_subprefix: 0
assignments:
radbahn-core: 1

- vid: 42
name: mgmt
role: mgmt
prefix: 10.31.251.0/26
prefix: 10.31.248.240/29
ipv6_subprefix: 1
gateway: 1
dns: 1
Expand Down

0 comments on commit c7e0a5a

Please sign in to comment.