I have 15 routers I am looking at using port 23 to see if it can see the telnet port. I have 4 of these lines down and it is only reporting the 1st one down and the other 3 are showing up....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try enabling the debugging option in the 'nr.inc' file and make sure your 'node.start' script is outputting to a temp file, such as the following (crontab entry):
I have 15 routers I am looking at using port 23 to see if it can see the telnet port. I have 4 of these lines down and it is only reporting the 1st one down and the other 3 are showing up....
Try enabling the debugging option in the 'nr.inc' file and make sure your 'node.start' script is outputting to a temp file, such as the following (crontab entry):
0,2,4,6...58 * * * * /path/to/nr/node.start >> /tmp/nrdebug.txt
Then check the nrdebug.txt file to see if each node is generating a status message.
Also, do you have the "$allow_refused" option turned on in the 'nr.inc' file? If so, that may be the problem.
--Brad Fears