Created
July 28, 2021 14:34
-
-
Save andrewesweet/f11724fa0b1e8e3af231a7096bd18e71 to your computer and use it in GitHub Desktop.
Reboot GoCoax MA2500D (firmware 2.0.6) from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Substitute your IPs as required | |
for var in 200 201 202 203 | |
do | |
curl -X POST -u admin:gocoax --max-time 10 http://192.168.1.$var/ms/1/0xb00 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment