From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] New IP-address of 'ping.ipfire.org' Date: Sun, 07 Feb 2016 13:45:32 +0100 Message-ID: <1454849132-5872-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9222997099966087125==" List-Id: --===============9222997099966087125== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- src/ppp/ip-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppp/ip-up b/src/ppp/ip-up index fdd204b..b059a29 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 --=20 2.7.1 --===============9222997099966087125==--