- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- duplicate IP addresses on my Unix server from User...
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
08-08-2003 10:51 AM
08-08-2003 10:51 AM
duplicate IP addresses on my Unix server from User connections
Obviously, this is not a good scenario.
Other important tid bits: we have two (MS) domains that both have DNS servers.
Other than that, I am not sure what to tell you, any ideas/suggestions are most appreciated.
Nickd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 11:08 AM
08-08-2003 11:08 AM
Re: duplicate IP addresses on my Unix server from User connections
What information did you obtain to determine that you had two different PC's sharing the same IP's?
You said that you logged out the user but some process attached to that user is unkillable. What is that process?
Did you check DNS to make sure that you don't have two pc's sharing the same ip?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 11:12 AM
08-08-2003 11:12 AM
Re: duplicate IP addresses on my Unix server from User connections
Also, after 20 minutes or so of inactivity, the arp table entry will be deleted, which in itself could clear this up, depending on how the process is hung.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 11:13 AM
08-08-2003 11:13 AM
Re: duplicate IP addresses on my Unix server from User connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 11:18 AM
08-08-2003 11:18 AM
Re: duplicate IP addresses on my Unix server from User connections
Do you have "lsof"?? If so, use it to really see what is in use (to get it --> http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/)
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 01:28 PM
08-08-2003 01:28 PM
Re: duplicate IP addresses on my Unix server from User connections
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 01:36 PM
08-08-2003 01:36 PM
Re: duplicate IP addresses on my Unix server from User connections
It is possible for two clients coming from say the same firewall outside your building to connect with the same IP address. This should not be a problem, nor should it create the locked process problem you have now.
More likely there is an overlap between the two Microsoft DNS servers that needs to be corrected. Getting those Microsoft people to admit a problem can be troublesome, but thats the way to go with this issue.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 09:45 PM
08-08-2003 09:45 PM
Re: duplicate IP addresses on my Unix server from User connections
Have you tried "netstat -n grep your_client_ip" to see if it shows anything?
Maybe the user is not really logged on, so look for ghost users ... only an idea.
Check this:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x45ff4fbb72bb8e4cbbb50d7fde76be6c,00.html
Hope this helps.
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 06:16 AM
08-09-2003 06:16 AM
Re: duplicate IP addresses on my Unix server from User connections
i think user not properly logout
i think that user directly close the window
that time that for perticular user process will running on the system
if want to kill than use the kill -9 << process ID >>
wait for some time
it will take some time to kill all the user process
it's better to user logout properly using exit command
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 10:16 AM
08-11-2003 10:16 AM
Re: duplicate IP addresses on my Unix server from User connections
If I did a who -u | grep username, the user would show up.
If I did a ps -ef | grep username, there were no processes active for the user.
The kill -9 did not work, it replied that the process did not exist.
Nickd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 08:15 PM
08-11-2003 08:15 PM
Re: duplicate IP addresses on my Unix server from User connections
You have ghost users, try to correct the file "/etc/utmp" with the attached script.
Hope this helps.
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:54 AM
08-19-2003 06:54 AM
Re: duplicate IP addresses on my Unix server from User connections
3. Incorrect records might be written to /etc/utmpx by telnetd when it exits.