I needed a way to login to a nortel pbx over the network, and rlogin is the only way to do it. I'm used to doing scripting with procomm/aspect, and I'm so into procomm, because it supports so many legacy terminal emulations. I searched far and wide, and finally summed up the solution for this. I found by installing the open source program UWIN(Unix for Windows), you can open up procomm, telnet to your 127.0.0.1 loopback, and uwin will respond with a login to your current machine. Once you login, you can then issue any unix command UWIN supports. To log into a nortel pbx system, it looks like this:
$ rlogin 137.135.128.251 -l CPSID
UWIN runs the telnet server daemon by default, so as long as you have a firewall up on your Windows(NT/2000/XP) machine, your telnet port remains closed to your network connection. I did try qite a few other terminal programs (putty,SecureCRT,...), but none of them could properly supply the username with rlogin that the pbx was looking for. UWIN works like a charm. You could also put UWIN on a machine inside your network, ssh to it from the outside, and then rlogin from there for a more secure connection to your pbx. Here is the link to the UWIN downloads
$ rlogin 137.135.128.251 -l CPSID
UWIN runs the telnet server daemon by default, so as long as you have a firewall up on your Windows(NT/2000/XP) machine, your telnet port remains closed to your network connection. I did try qite a few other terminal programs (putty,SecureCRT,...), but none of them could properly supply the username with rlogin that the pbx was looking for. UWIN works like a charm. You could also put UWIN on a machine inside your network, ssh to it from the outside, and then rlogin from there for a more secure connection to your pbx. Here is the link to the UWIN downloads