no message
parent
00ae2761f5
commit
4b325a9a79
|
@ -1,17 +1,3 @@
|
||||||
## /network-config
|
network-interfaces: |
|
||||||
---
|
allow-hotplug eth0
|
||||||
version: 1
|
iface eth0 inet dhcp
|
||||||
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%%]
|
|
Loading…
Reference in New Issue