From 07b2f8170b665a11e418f2b4d19d2a9d94b113af Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 Jan 2015 16:58:57 +0000 Subject: [PATCH] Interface address --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 5882d80e..16e64e77 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -816,7 +816,7 @@ function install_cjdns { echo '# Mesh network' >> /etc/network/interfaces echo 'iface eth0 inet6 static' >> /etc/network/interfaces echo ' pre-up modprobe ipv6' >> /etc/network/interfaces - echo " address $CJDNS_IPv6" >> /etc/network/interfaces + echo ' address fdfc:0000:0000:0000:0000:0000:0000:0001' >> /etc/network/interfaces echo ' netmask 64' >> /etc/network/interfaces service networking restart if [ ! "$?" = "0" ]; then