summaryrefslogtreecommitdiff
path: root/vmtest.cfg.example
diff options
context:
space:
mode:
Diffstat (limited to 'vmtest.cfg.example')
-rw-r--r--vmtest.cfg.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmtest.cfg.example b/vmtest.cfg.example
index f327a0b..e5bd148 100644
--- a/vmtest.cfg.example
+++ b/vmtest.cfg.example
@@ -49,8 +49,8 @@ fqdn: cloudinit-test.leap.se
# populate /etc/resolv.conf with german/swiss privacy foundation nameservers
bootcmd:
- ifdown eth0
- - export PREFIX=94.103.39
- - export IP=${PREFIX}.13
+ - export PREFIX=192.168.99
+ - export IP=${PREFIX}.2
- echo "auto lo\niface lo inet loopback\n\nallow-hotplug eth1\niface eth1 inet static\n address $IP\n netmask 255.255.255.0\n network ${PREFIX}.0\n broadcast ${PREFIX}.255\n gateway ${PREFIX}.1\n" > /etc/network/interfaces
- ifup eth1
- echo "nameserver 87.118.100.175\nnameserver 62.141.58.13" > /etc/resolv.conf