Jump to content
2 posts in this topic

Recommended Posts

In windows, I used to run a telnet script using a simple telnet client (TST I guess) to reboot my router at a scheduled time, but I'm not sure how to do it in OSx?

 

The script is:

 

192.168.1.1 23
WAIT "login"
SEND "login_id\m" (enter your login ID here)
WAIT "Password"
SEND "login_pass\m" (enter your password here)
WAIT "#"
SEND "reboot\m"
WAIT "#"

 

How do I get OSX to run this script so that it reboots my router just as it did on windows?

 

Many thanks.

Link to comment
https://www.insanelymac.com/forum/topic/42393-telnet-script-on-osx/
Share on other sites

  • 3 weeks later...
×
×
  • Create New...