Add in 172.23.5.0 network for cloud-noc
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
fe1981d292
commit
0029b86d94
1 changed files with 8 additions and 0 deletions
|
@ -13,4 +13,12 @@ shared-network mgmt {
|
||||||
option routers 172.23.1.254;
|
option routers 172.23.1.254;
|
||||||
range 172.23.1.100 172.23.1.249;
|
range 172.23.1.100 172.23.1.249;
|
||||||
}
|
}
|
||||||
|
subnet 172.23.5.0 netmask 255.255.255.0 {
|
||||||
|
allow booting;
|
||||||
|
allow bootp;
|
||||||
|
authoritative;
|
||||||
|
|
||||||
|
option routers 172.23.5.254;
|
||||||
|
range 172.23.5.100 172.23.5.249;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue