Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
HI
I am working on linux and My server is used by other users also with the help of putty. I just want to know the ip address from where it was rebooted
Hisotry with ip address
there is no such log. a server isn't rebooted from an ip address. a server is rebooted from a shell command, which in turn is (potentially) run via a connection from another host. there is no direct map between the two pieces of information. you could potentially correlate the vty numbers listed by the ssh logs and the kernel logs, all in /var/log/messages, and /var/log/security on most redhatesque systems.
HI
I am working on linux and My server is used by other users also with the help of putty. I just want to know the ip address from where it was rebooted
Hisotry with ip address
Thanks
Ashish
If your goal is to audit/track reboots and the user starting them, I suggest looking into sudo. It is not perfect, but if you are trying to track lazy (and not malicious) people - it may be what you are looking for.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.