Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     { 
"name": "ens160",
"type": "physical",
"subnets": [
{
"address": "192.168x.10x.1x",
"control": "auto",
"netmask": "255.255.255.0",
"type": "static"
}
]
}

...

 { 
"type": "nameserver",
"
address": [
"10.xxx.x.x",
"10.xxx.x.x"
],
"search": [
"example.abcexample.com"
]
}

Setting Up DHCP Configuration

...

  "ipv4addrs":[{ 
"ipv4addr":"func:nextavailableip:x.x.x.x/23",
"mac":"aa:bb:cc:11:22:5533"
"options" : [{
"name": "host-name",
"value": "test003.domainexample.net" }
}],
]}

Configuring VLANs

...

 { 
"type": "route",
"destination": "172.28x.0x.0x/16",
"gateway": "192.168x.10x.254x",
"metric": 6
}

Setting Up a Default Gateway

...

 { 
"type": "route",
"destination": "0.0.0.0/0",
"gateway": "192.168x.0x.100x"
}

Defining MTU and Path MTU Discovery

...