Wednesday, March 28, 2007

Auto Reset Planet Router

Yesterday I've been googling for a solution to automatically reset my Planet Internet Broadband Router every 24 hours but did'nt find any solution. So I decided to create my own.

VS.NET 2003 source code.

When compile this console application will reset the router using its administration page.

Sample console command
resetpr 192.168.0.1 admin password

In order for this to run every 24 hours I created a batch file and add it to my server scheduled task.

HTH