network/mikrotik-tool/subnets.yaml
2026-05-08 17:47:42 -05:00

69 lines
2 KiB
YAML

# Per-router management (10.10.0.0/8) and CGNAT (100.64.0.0/10) subnets,
# extracted from the *.rsc exports in this directory.
#
# `mgmt` is the customer-facing /20 the router holds on its tower-side
# interface; the gateway is the router's IP within it. `cgnat` is the
# RFC 6598 range the router hands to PPPoE clients, with the router's
# gateway IP. A router can carry multiple of either when it serves a
# satellite tower (e.g., verona also serves altoga off the same router).
#
# Last refreshed: 2026-05-08.
routers:
verona:
host: 10.254.254.101
mgmt:
- { subnet: 10.10.0.0/20, gateway: 10.10.15.254 } # verona tower
- { subnet: 10.10.80.0/20, gateway: 10.10.95.254 } # altoga satellite
cgnat:
- { subnet: 100.64.0.0/22, gateway: 100.64.3.254 }
- { subnet: 100.64.12.0/22, gateway: 100.64.15.254 }
climax:
host: 10.254.254.102
mgmt:
- { subnet: 10.10.16.0/20, gateway: 10.10.31.254 }
cgnat:
- { subnet: 100.64.4.0/22, gateway: 100.64.7.254 }
culleoka:
host: 10.254.254.104
mgmt:
- { subnet: 10.10.96.0/20, gateway: 10.10.111.254 }
cgnat:
- { subnet: 100.64.24.0/22, gateway: 100.64.27.254 }
newhope:
host: 10.254.254.108
mgmt:
- { subnet: 10.10.128.0/20, gateway: 10.10.143.254 }
cgnat:
- { subnet: 100.64.16.0/22, gateway: 100.64.19.254 }
lowry:
host: 10.254.254.109
mgmt:
- { subnet: 10.10.144.0/20, gateway: 10.10.159.254 }
cgnat:
- { subnet: 100.64.144.0/20, gateway: 100.64.159.254 }
"982":
host: 10.254.254.110
mgmt:
- { subnet: 10.10.48.0/20, gateway: 10.10.63.254 }
cgnat:
- { subnet: 100.64.48.0/20, gateway: 100.64.63.254 }
"494":
host: 10.254.254.111
mgmt:
- { subnet: 10.10.160.0/20, gateway: 10.10.175.254 }
cgnat:
- { subnet: 100.64.160.0/20, gateway: 100.64.175.254 }
core:
host: 10.254.254.253
mgmt:
- { subnet: 10.10.64.0/20, gateway: 10.10.79.254 }
cgnat:
- { subnet: 100.64.8.0/22, gateway: 100.64.11.254 }