Jump to content


Photo

Network Check Ping Test


  • Please log in to reply
No replies to this topic

#1 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 1 November 2011 - 09:18

Hi,

attached Patch will fix the not more reachable IP-Address from google.de for Network-Testing.

--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -413,7 +413,7 @@
self.NetworkState = 0
cmd1 = "ping -c 1 82.149.226.170"
cmd2 = "ping -c 1 193.99.144.85"
- cmd3 = "ping -c 1 209.85.135.103"
+ cmd3 = "ping -c 1 209.85.148.99"
self.PingConsole = Console()
self.PingConsole.ePopen(cmd1, self.checkNetworkStateFinished,statecallback)
self.PingConsole.ePopen(cmd2, self.checkNetworkStateFinished,statecallback)


Please also have a closer look into this cosmetic fix:

http://openpli.org/f...ger-suggestion/



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users