I'm needing to know the answer to this, as I'm planning to possibly switch from using a Windows machine to a Mac, and the existence of Telnet on the machine is crucial to my being able to communicate with my Internet router to periodically change an ADSL parameter on the line between my router and the exchange - the target SNR. My particular router (router-modem) has a chipset that allows this. The change is crucial to the stability of my line connection. I'm currently able to effect this change, which I need to do on a fairly regular basis, on my Windows machine by telnetting into the router at the commandline level or by using a Windows-only utility that's in effect a GUI-based version of telnetting. It remains questionable, however, as to whether it will be possible to do the same sort of operation on a Mac.
From googling, the impression I get is that Telnet is no longer available on Macs; apparently, it was withdrawn by Apple some time ago, due to it being a bit of a security risk. However, one or two individuals have suggested that it is still available on Macs, even in its non-secure original format. It was my impression that Telnet had now been completely replaced by something called 'ssh'.
Either way, if telnetting of some sort is still available on the Mac, how would I get into the 'debug' scenario where I can log into my router and ask the router, through a commandline format, to execute a change to the ADSL line parameters?
Doing this through Windows, I first of all have to enable debug via the web interface by:
http://<router LAN IP address>/setup.cgi?todo=debug
I then telnet into the router using its LAN IP address and, when logged in (username as well as password), I type:
adslctl configure --snr N, where N is an integer.
I know next to nothing about the Mac's Unix-based OS but I presume that the debug command will be something entirely different. But maybe, once into the router, the 'adslctl configure --snr N' command to the router will be the same.
To come out of Telnet, I type exit.



Pages in this thread:
Print Thread
deleted