diff --git a/common4.conf b/common4.conf index 2992e41..d2b4fd5 100644 --- a/common4.conf +++ b/common4.conf @@ -27,6 +27,9 @@ class "cosi-voip" { } subnet 128.153.144.0 netmask 255.255.254.0 { + + deny members of "cosi-voip"; + pool { # gateway @@ -42,7 +45,7 @@ subnet 128.153.144.0 netmask 255.255.254.0 { range 128.153.144.100 128.153.144.254; failover peer "dhcp-failover"; - deny members of "cosi-voip"; + # COSI group { @@ -157,6 +160,9 @@ subnet 128.153.144.0 netmask 255.255.254.0 { } subnet 10.1.1.0 netmask 255.255.255.0 { + + allow members of "cosi-voip"; + pool { # gateway @@ -170,6 +176,6 @@ subnet 10.1.1.0 netmask 255.255.255.0 { option option-120 "10.1.1.1"; failover peer "dhcp-failover"; - allow members of "cosi-voip"; + } }