no message
parent
00ae2761f5
commit
4b325a9a79
|
@ -1,17 +1,3 @@
|
|||
## /network-config
|
||||
---
|
||||
version: 1
|
||||
config:
|
||||
- type: physical
|
||||
name: eth0
|
||||
subnets:
|
||||
- type: static
|
||||
address: %%IP_ADDRESS%%
|
||||
netmask: %%NETMASK%%
|
||||
routes:
|
||||
- network: 0.0.0.0
|
||||
netmask: 0.0.0.0
|
||||
gateway: %%GATEWAY%%
|
||||
- type: nameserver
|
||||
address: [%%NAME_SERVER%%]
|
||||
search: [%%DOMAIN%%]
|
||||
network-interfaces: |
|
||||
allow-hotplug eth0
|
||||
iface eth0 inet dhcp
|
Loading…
Reference in New Issue