Skip to content

Instantly share code, notes, and snippets.

@andrewesweet
Created July 28, 2021 14:34
Show Gist options
  • Save andrewesweet/f11724fa0b1e8e3af231a7096bd18e71 to your computer and use it in GitHub Desktop.
Save andrewesweet/f11724fa0b1e8e3af231a7096bd18e71 to your computer and use it in GitHub Desktop.
Reboot GoCoax MA2500D (firmware 2.0.6) from command line
#!/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