Changes

Jump to navigation Jump to search
Updated v6 config
Line 40: Line 40:  
* The network should be configured to use /etc/network/interfaces, and add DNS and the firewall to it and search in the allstarlink.org domain
 
* The network should be configured to use /etc/network/interfaces, and add DNS and the firewall to it and search in the allstarlink.org domain
   −
    # The primary network interface
+
# The primary network interface
    auto eth0
+
auto eth0
     iface eth0 inet static
+
iface eth0 inet6 static
            address 44.103.0.49
+
     address 9805:0900:0340:1000::2600/64
            netmask 255.255.255.0
+
    autoconf 0
            network 44.103.0.0
+
    accept_ra 2
            broadcast 44.103.0.255
+
iface eth0 inet static
            gateway 44.103.0.1  
+
    address 44.103.0.49
            dns-nameservers 44.103.0.4 1.1.1.1
+
    netmask 255.255.255.0
            dns-search allstarlink.org
+
    network 44.103.0.0
            up /etc/network/firewall.sh
+
    broadcast 44.103.0.255
 +
    gateway 44.103.0.1  
 +
    dns-nameservers 44.103.0.4 1.1.1.1
 +
    dns-search allstarlink.org
 +
    up /etc/network/firewall.sh
    
* There is typically only one network interface, and it will be named dynamically.  We must setup this using udev to be persistent
 
* There is typically only one network interface, and it will be named dynamically.  We must setup this using udev to be persistent

Navigation menu