Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 2 of 2

Thread: NET diagnostic plugins E1

  1. #1
    Standard RSP member eagle's Avatar
    Join Date
    29 Jun 2008
    Posts
    161
    Mentioned
    0 Post(s)
    Rep Power
    59

    Default NET diagnostic plugins E1



    #!/bin/sh
    date
    echo "Begin_Testing router (192.168.8.1)"
    data="`ping -c 1 192.168.8.1 | grep '100%'`"
    if [ "$data" = "" ];
    then
    echo "Router OK"
    else
    echo "Router NOT WORK"
    fi
    echo "Begin_Testing internet (www.ping.eu)"
    data="`ping -c 1 www.ping.eu | grep '100%'`"
    if [ "$data" = "" ];
    then
    echo "Internet OK"
    else
    echo "Internet NOT WORK"
    fi
    echo "Begin_Testing sharing (***.***.***.***)"
    data="`ping -c 1 ***.***.***.*** | grep '100%'`"
    if [ "$data" = "" ];
    then
    echo "Sharing OK"
    else
    echo "Sharing NOT WORK"
    fi
    ###################################
    locatie
    var/tuxbox/plugins
    NET.sh..Attributes>755
    editati ip (192.168.8.1) cu ip-ul vostru
    si (***.***.***.***) cu numele hostului

    download
    http://www.girlshare.ro/559942.9

  2. #2
    叛徒 daradici's Avatar
    Join Date
    12 Apr 2008
    Location
    覆盆子灌木
    Posts
    1,073
    Mentioned
    0 Post(s)
    Rep Power
    67

    Default Re: NET diagnostic plugins E1

    Este foarte bun, intr-adevar !

    A incercat totusi cineva plugin-ul fara net ???


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •