PDA

View Full Version : SIM looks for services on default ports


mikelbeck
07-03-2005, 10:23 AM
I changed sshd to run on a different port. Ever since then, I received multiple "status warning" e-mails every day from sim telling me that sshd had been restarted. I finally figured out that sim was looking for sshd on the default port.

To fix it, I located the list of defined ports in /usr/local/sim/conf.sim and added SSH_PORT="xxx", where "xxx" is the new port I used for sshd.

It seems to have fixed it, SIM is now looking for sshd on the new port instead of the default.

Joshua
07-10-2005, 11:15 PM
Oh thank you!!! I have been trying to figure out why it restarts 11 times a day :-\

Thanks,
Joshua