0 کاربر و 5 مهمان درحال مشاهده موضوع.
http://user:password@192.168.1.1/rebootinfo.cgi
http://forum.ubuntu.ir/index.php?topic=108552.0با تلنت میشه ریبوت کرد. ولی اسکریپت درست کردنش رو دیگه نمیدونم. شرمنده
ping -w 10 google.com || curl http://user:password@192.168.1.1/rebootinfo.cgi
احتمالاًکد: [انتخاب]ping -w 10 google.com || curl http://user:password@192.168.1.1/rebootinfo.cgi
#!/bin/bashlinkreboot="http://admin:admin@192.168.1.1/rebootinfo.cgi"# ping googleping="ping -c 1 -w 3 -q www.google.ch"if $ping | grep -E "min/avg/max/mdev" > /dev/null then # ping is ok echo 'connection is ok' else # ping is down, reboot /usr/bin/wget -O /dev/null $linkreboot # if no web reboot is allowed echo 'No valid ping, reboot'fi