configure resolv-dns for public user network
This commit is contained in:
parent
fa61e32fca
commit
ac06f51765
2 changed files with 30 additions and 1 deletions
|
@ -76,6 +76,7 @@ in
|
|||
authoritative = true;
|
||||
shared-networks = [
|
||||
{
|
||||
# management network
|
||||
name = "mgmtNet";
|
||||
interface = "ethMgmt";
|
||||
option-data = [
|
||||
|
@ -102,6 +103,7 @@ in
|
|||
}
|
||||
|
||||
{
|
||||
# public user network (only temporary setup)
|
||||
name = "tempPublicUser";
|
||||
interface = "ethPubUsr";
|
||||
option-data = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue