This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
I just stumbled upon the initial question of the thread, so i make up the basic info now although it's four years ago (what happened in four years?):loginurl="http://routerip/login.php?ACTION_POST=LOGIN&LOGIN_USER=username&LOGIN_PASSWD=password"rebooturl="http://routerip/sys_cfg_valid.xgi?exeshell=submit REBOOT"
I just open this thread http://forums.dlink.com/index.php?topic=59519.0 thanks
curl -v --max-time 10 --connect-timeout 1 -u admin:pswd http://192.168.0.1/reboot.cgi -d "html_response_page=count_down.asp&html_response_return_page=tools_system.asp&html_response_message=The Reboot running&result_timer=50&action=reboot" > /dev/null
I just registered to add how I did it with my D-Link DHP-1565Code: [Select]curl -v --max-time 10 --connect-timeout 1 -u admin:pswd http://192.168.0.1/reboot.cgi -d "html_response_page=count_down.asp&html_response_return_page=tools_system.asp&html_response_message=The Reboot running&result_timer=50&action=reboot" > /dev/nullI hope it helps on other routers too!!