Interface address

This commit is contained in:
Bob Mottram 2015-01-11 16:58:57 +00:00
parent b7a467b8b5
commit 07b2f8170b
1 changed files with 1 additions and 1 deletions

View File

@ -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