Networking: Difference between revisions
imported>Klaymore m Fixed indenting in hosts file snippet |
imported>Ento m Fix indentation |
||
Line 92: | Line 92: | ||
prefixLength = 24; | prefixLength = 24; | ||
}]; | }]; | ||
interfaces.vlan101.ipv4.addresses = [{ | |||
address = "10.10.10.3"; | |||
prefixLength = 24; | |||
}]; | |||
defaultGateway = "192.168.1.1"; | defaultGateway = "192.168.1.1"; | ||
nameservers = [ "1.1.1.1" "8.8.8.8" ]; | nameservers = [ "1.1.1.1" "8.8.8.8" ]; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> |