Przeglądaj źródła

Interface address

Bob Mottram 10 lat temu
rodzic
commit
07b2f8170b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Wyświetl plik

@@ -816,7 +816,7 @@ function install_cjdns {
816 816
       echo '# Mesh network' >> /etc/network/interfaces
817 817
       echo 'iface eth0 inet6 static' >> /etc/network/interfaces
818 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 820
       echo '    netmask 64' >> /etc/network/interfaces
821 821
       service networking restart
822 822
       if [ ! "$?" = "0" ]; then