hosts: fix priv19

This commit is contained in:
Astro 2021-02-10 18:35:23 +01:00
parent 43f7b77047
commit f4bcd4fab3
1 changed files with 2 additions and 1 deletions

View File

@ -209,6 +209,7 @@ hosts-inet:
leonos: 172.20.73.47
minetest: 172.20.73.48
# TODO: generate from subnets
priv1:
priv1-gw: 172.20.74.1
{%- for i in range(1, 14) %}
@ -302,7 +303,7 @@ hosts-inet:
priv19:
priv19-gw: 172.20.73.193
{%- for i in range(1, 61) %}
dhcp{{ i }}: 172.20.74.{{ 193 + i }}
dhcp{{ i }}: 172.20.73.{{ 193 + i }}
{%- endfor %}
priv20:
priv20-gw: 172.20.74.113