mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 09:39:31 +00:00
Add interfaces to subnets to restrict them to specific vlan
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Dhcp4": {
|
||||
"interfaces-config": {
|
||||
"interfaces": [ "enp0s25.20", "enp0s25.69" ]
|
||||
"interfaces": [ "enp0s25.20" ]
|
||||
},
|
||||
"control-socket": {
|
||||
"socket-type": "unix",
|
||||
@@ -69,6 +69,7 @@
|
||||
{
|
||||
"id": 2,
|
||||
"subnet": "192.168.2.0/27",
|
||||
"interface": "enp0s25.20",
|
||||
"pools": [
|
||||
{
|
||||
"pool": "192.168.2.1 - 192.168.2.30"
|
||||
@@ -160,6 +161,7 @@
|
||||
{
|
||||
"id": 69,
|
||||
"subnet": "192.168.69.0/26",
|
||||
"interface": "enp0s25.69",
|
||||
"pools": [
|
||||
{
|
||||
"pool": "192.168.69.1 - 192.168.69.62"
|
||||
|
Reference in New Issue
Block a user