Add interfaces to subnets to restrict them to specific vlan

This commit is contained in:
Christer Warén
2025-08-26 09:08:10 +03:00
parent ada1aa726d
commit 2b671f8a6d

View File

@@ -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"