Skip to content

Commit

Permalink
update dhcp ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
abasitt committed Dec 31, 2024
1 parent 154ed0d commit 3e4d70f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions kubernetes/router/apps/default/kea-dhcp/app/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,30 +177,30 @@ kea:
option-data:
- name: "routers"
data: "192.168.1.1"
#- subnet: "192.168.10.0/23"
# pools:
# - pool: "192.168.10.10-192.168.10.150"
# option-data:
# - name: "routers"
# data: "192.168.10.1"
#- subnet: "192.168.10.0/23"
# pools:
# - pool: "192.168.10.10-192.168.10.150"
# option-data:
# - name: "routers"
# data: "192.168.10.1"
#- subnet: "192.168.20.0/23"
# pools:
# - pool: "192.168.20.10-192.168.20.127"
# option-data:
# - name: "routers"
# data: "192.168.20.1"
#- subnet: "192.168.30.0/23"
# pools:
# - pool: "192.168.30.5-192.168.30.10"
# option-data:
# - name: "routers"
# data: "192.168.30.1"
- subnet: "192.168.10.0/23"
pools:
- pool: "192.168.10.10-192.168.10.150"
option-data:
- name: "routers"
data: "192.168.10.1"
- subnet: "192.168.10.0/23"
pools:
- pool: "192.168.10.10-192.168.10.150"
option-data:
- name: "routers"
data: "192.168.10.1"
- subnet: "192.168.20.0/23"
pools:
- pool: "192.168.20.10-192.168.20.127"
option-data:
- name: "routers"
data: "192.168.20.1"
- subnet: "192.168.30.0/23"
pools:
- pool: "192.168.30.5-192.168.30.10"
option-data:
- name: "routers"
data: "192.168.30.1"
- subnet: "192.168.40.0/23"
pools:
- pool: "192.168.40.11-192.168.40.100"
Expand Down

0 comments on commit 3e4d70f

Please sign in to comment.