Skip to content

Instantly share code, notes, and snippets.

@jmark
Last active August 29, 2015 14:14
Show Gist options
  • Save jmark/0575a9b94b119500ace5 to your computer and use it in GitHub Desktop.
Save jmark/0575a9b94b119500ace5 to your computer and use it in GitHub Desktop.
Bash script: Force reconnect router Speedport W700V
#!/bin/bash
# date: 2015-01-24
wget 'http://192.168.2.1/cgi-bin/disconnect.exe' -O /dev/null > /dev/null 2>&1
sleep 3
wget 'http://192.168.2.1/cgi-bin/connect.exe' -O /dev/null > /dev/null 2>&1
sleep 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment