]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/ppp/ip-up
make.sh: Introduce DEFAULT_PARALLELISM
[ipfire-2.x.git] / src / ppp / ip-up
index 24e472d2847f78afb7931168c63b98fce708acd9..b059a297d1cf2855e06e5fa8bf585be8196f29e5 100644 (file)
@@ -47,7 +47,7 @@ else
        echo -n "$DNS1" > /var/ipfire/red/dns1
        echo -n "$DNS2" > /var/ipfire/red/dns2
 fi
-7
+
 echo -n "$1" > /var/ipfire/red/iface
 echo -n "$4" > /var/ipfire/red/local-ipaddress
 echo -n "$5" > /var/ipfire/red/remote-ipaddress
@@ -74,7 +74,7 @@ else
            echo "$FIRE gateway" >> /tmp/hosts
        else
            #DNS lookup failed use direct ip
-           echo "85.88.28.125  gateway" >> /tmp/hosts
+           echo "81.3.27.38    gateway" >> /tmp/hosts
        fi
 fi
 mv /tmp/hosts /etc/hosts