From: Matthias Fischer Date: Sun, 7 Feb 2016 12:45:32 +0000 (+0100) Subject: New IP-address of 'ping.ipfire.org' X-Git-Tag: v2.19-core100~43 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c1bf984e05ff9c523121d459cd58154d3d37a34a New IP-address of 'ping.ipfire.org' 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 Signed-off-by: Michael Tremer --- diff --git a/src/ppp/ip-up b/src/ppp/ip-up index fdd204b93c..b059a297d1 100644 --- a/src/ppp/ip-up +++ b/src/ppp/ip-up @@ -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