Browse Source

Interface address

Bob Mottram 10 years ago
parent
commit
07b2f8170b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

816
       echo '# Mesh network' >> /etc/network/interfaces
816
       echo '# Mesh network' >> /etc/network/interfaces
817
       echo 'iface eth0 inet6 static' >> /etc/network/interfaces
817
       echo 'iface eth0 inet6 static' >> /etc/network/interfaces
818
       echo '    pre-up modprobe ipv6' >> /etc/network/interfaces
818
       echo '    pre-up modprobe ipv6' >> /etc/network/interfaces
819
-      echo "    address $CJDNS_IPv6" >> /etc/network/interfaces
819
+      echo '    address fdfc:0000:0000:0000:0000:0000:0000:0001' >> /etc/network/interfaces
820
       echo '    netmask 64' >> /etc/network/interfaces
820
       echo '    netmask 64' >> /etc/network/interfaces
821
       service networking restart
821
       service networking restart
822
       if [ ! "$?" = "0" ]; then
822
       if [ ! "$?" = "0" ]; then