]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
New IP-address of 'ping.ipfire.org'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 7 Feb 2016 12:45:32 +0000 (13:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Feb 2016 01:51:26 +0000 (01:51 +0000)
Telekom gateways (e.g.) don't answer 'pings', therefor '/etc/ppp/ip-up'
uses 'ping.ipfire.org' for the 'gateway Graph' in 'Status / Network (other'.
After moving the infrastructure, several IP addresses were changed.
'178.63.73.246' doesn't work anymore for 'ping.ipfire.org', its now '81.3.27.38'.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/ppp/ip-up

index fdd204b93cd402dea5359b1d5465a9263fdd10f5..b059a297d1cf2855e06e5fa8bf585be8196f29e5 100644 (file)
@@ -74,7 +74,7 @@ else
            echo "$FIRE gateway" >> /tmp/hosts
        else
            #DNS lookup failed use direct ip
-           echo "178.63.73.246 gateway" >> /tmp/hosts
+           echo "81.3.27.38    gateway" >> /tmp/hosts
        fi
 fi
 mv /tmp/hosts /etc/hosts