Does anyone know how can i achieve multiple ip blocks in docsis server (https://github.com/bschirrmeister/docsis_server)
here is the example what I will gonna do.
plan1 CM ip block: 172.16.160.0 /22 CPE ip block: 10.128.0.0 /22
plan2 CM ip block: 172.16.164.0 /22 CPE ip block: 10.128.4.0 /22
plan3 CM ip block: 172.16.168.0 /22 CPE ip block: 10.128.8.0 /22
Hope someone can help me, thanks in advance.