blob: 43db6597cd3751467d7817e4ff49b8a3b2f3896a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
instance-id: iid-abcdeff
network-interfaces: |
# The primary network interface
auto eth0
iface eth0 inet static
address REPLACE_IPADDR
netmask 255.255.255.0
gateway REPLACE_GATEWAY
dns-nameservers 8.8.8.8
local-hostname: REPLACE_HOSTNAME
|