public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] New IP-address of 'ping.ipfire.org'
@ 2016-02-07 12:45 Matthias Fischer
  2016-02-08  1:54 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2016-02-07 12:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

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(a)ipfire.org>
---
 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
-- 
2.7.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-07 12:45 [PATCH] New IP-address of 'ping.ipfire.org' Matthias Fischer
2016-02-08  1:54 ` Michael Tremer
2016-02-08  8:56   ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox