- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- route default changed (who did it?)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:05 AM
03-20-2002 08:05 AM
route default changed (who did it?)
We had an issue yesterday where on of our servers in OZ stopped communicating. We found the default route to be incorrect. But only by one character ??
There is nothing in roots history or the sam log apart from the engineers actions
Ideas anyone?
Thanks in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:10 AM
03-20-2002 08:10 AM
Re: route default changed (who did it?)
If you have auditing enabled, it is possible that that information could be in the audit files. Use the audisp command to view their contents.
I hope you find what you're looking for
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:15 AM
03-20-2002 08:15 AM
Re: route default changed (who did it?)
Anything in syslog.log?
Are you aware of anything being done on/to the system that was not "normal", e.g. scheduled work, etc?
have you checked the sulog?
have you run last or lastb to see if anyone was logging in around that sort of time?
One minor point, are you running gated? if so is it patched?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:37 AM
03-20-2002 08:37 AM
Re: route default changed (who did it?)
There is nothing in the syslog.
I am not aware of gated
Most support staff log on as root , so su log only shows root switching to other users as opposed to others to root. Which I know can be an issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:37 AM
03-20-2002 08:37 AM
Re: route default changed (who did it?)
I had this problem and pulled most of my remaining hair out before I realised someone in our networking dept had changed the IP address on the actual router.
when you discovered the route was incorrect was this through the /etc/rc.config.d/netconf file or the o/s ?
check the time on the netconf file to see if this is prior to yesterday then you can tell if the file was changed or the change was made on the fly ie add route default .....
hopefully someone changed the file which need root permission normally but check the file permissions. Now back track using last lastb and look at all log files for errors relating to failed comms.
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 09:02 AM
03-20-2002 09:02 AM
Re: route default changed (who did it?)
looking through last to see who was on at the time the problem was noted
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:02 AM
03-20-2002 10:02 AM
Re: route default changed (who did it?)
Just check when the
/etc/rc.config.d/netconf file updated?
IF it is not updated within 2 days then this seems to be a different kind of problem may be IP changing on router or so...
-pap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:24 AM
03-20-2002 10:24 AM
Re: route default changed (who did it?)
IMHO, you should at least have them log in as themselves and su to root. You don't have to enforce neccessarily, the honor system may be ok. Also, you should be taking advantage of the logging function of inetd. In /etc/rc.config.d/netdaemons, if you add a '-l ' (That is -L) to the end of the 'export INETD_ARGS=' line, you should start to see logging in your syslog. (Will show things like who logged in from where, etc) This will at least leave a trail of crumbs if something like this happened.
So anyway, look and see the date for /etc/rc.config.d/netconf. If it has not changed, then there were no changes to your systems. If this problem is happening across several (or more) boxes, you really need to be talking to your networking guys...
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:29 AM
03-20-2002 10:29 AM
Re: route default changed (who did it?)
It always a problem when mutiple SA works on same site and handling same machines. For that you should have to deny access directly to root on all terminals. The SA has to login with their ordinary login id and when they need super user access they can go using "su" command. This is the good method to track logins for all super users. The "sulog" file will keep the record of all logins who tried to use "su".
You can do this by creating file /etc/securetty and put a single entry in it for console.
This is just a suggestion.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 01:45 PM
03-20-2002 01:45 PM
Re: route default changed (who did it?)
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 01:55 PM
03-20-2002 01:55 PM
Re: route default changed (who did it?)
The entry in /etc/securetty must be console and not the root.
securetty itself tty to be secureed. here you can put any tty name from ehre you want to block direct root login.
Securetty is meant only for superuser and hence no need to specify root.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:34 PM
03-20-2002 03:34 PM
Re: route default changed (who did it?)
Assume you have Router A with address 192.168.1.252 and Router B with 192.168.1.253
The Virtual address might be 192.168.1.254.
Say Router B is the active router and someone made a mistake and pointed the PC at Router B's real address of 192.168.1.253 instead of at the virtual address of 192.168.1.254. Everything works fine and everyone is happy. Now Router B dies hard and Router A takes over. Everybody is still happy since they point to the virtual address and Router A is handling that now. Everyone except the one PC which points at B's real IP. His default route is now one number away from the correct default address and you are looking for the man who wasn't there!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:56 PM
03-20-2002 03:56 PM
Re: route default changed (who did it?)
neither are enabled by default, but if running they would appear in the output of ps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 01:25 AM
03-21-2002 01:25 AM
Re: route default changed (who did it?)
Thanks for all your input. I spoke with one of
our senior staff last night about the problem.
We do actually log all of our logins from our access server here in the uk, we also have a job in cron that picks up all the root logs and advises where they log in from on the remote server. We use sna on this box to pass mainframe traffic, i have instances of when the sna stopped talking, so will spend a little time matching the logs to see who was logged on and when. The problem I have is the fact that the engineer added the correct route and ran net from /sbin/init.d and didn't advise when the netconf file was last edited.
I'll advise of the culprit when I have a solid answer.
Thanks again
Steve