- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to detect IP-address clashes ?
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-31-2006 06:18 PM
08-31-2006 06:18 PM
how to detect IP-address clashes ?
Are there some hp-ux network troubleshooting utilities (hopefully supplied by default), that can help in detecting IP-address clashes ?
thanks,
bd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:36 PM
08-31-2006 06:36 PM
Re: how to detect IP-address clashes ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:39 PM
08-31-2006 06:39 PM
Re: how to detect IP-address clashes ?
The traditional tools is by using 'ping' & 'nslookup' commands to check whether the IP already used by other device or not.
# ping XX.YY.ZZ.WW -n 5
# nslookup XX.YY.ZZ.WW
If ping output with 100% packet loss, means there's no device responding for this command.
And nslookup output will show not a hostname, this will confirmed for no device using the IP.
The other utilities is by using HP OpenView NNM, but this one is not a free-ware.
Hope this information can help.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 06:45 PM
08-31-2006 06:45 PM
Re: how to detect IP-address clashes ?
I think my issue is having 2 hosts really having "assigned" the same IP and trying to use them at the same time. I am not really sure, how doing a "nslookup" would be of any help. "nslookup" would query the DNS and tell me the IP of the legitimate host. The problem is that an illegitimate host is sqatting on the IP.
- bd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 12:09 AM
09-01-2006 12:09 AM
Re: how to detect IP-address clashes ?
can you please have a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=279986
also
man arp and man 7p arp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 12:32 AM
09-01-2006 12:32 AM
Re: how to detect IP-address clashes ?
I suppose its time to do a man of nettl...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 12:35 AM
09-01-2006 12:35 AM
Re: how to detect IP-address clashes ?
man arp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 12:35 AM
09-01-2006 12:35 AM
Re: how to detect IP-address clashes ?
arp
arp -d to get rid of the duplicate. If it comes back immediately you have a problem workstation or DHCP server.
SEP
Offline most of the day RHCE Exam.
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
09-01-2006 12:52 AM
09-01-2006 12:52 AM
Re: how to detect IP-address clashes ?
Once youve stoped /usr/sbin/nettl
you can format the file generated:
netfmt -f /var/adm/nettl.LOG000|more
This is what I do when chasing after duplicates...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 12:56 AM
09-01-2006 12:56 AM
Re: how to detect IP-address clashes ?
Thanks for the followup. I am familiar with nettl & netfmt, but I wasn't really sure what to do with the network traces ! What to really watch-out for ?
Can you elaborate, what do you really chase?
thanks,
bd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 01:08 AM
09-01-2006 01:08 AM
Re: how to detect IP-address clashes ?
I had to look for old logs to find something...
In 2002 I had trouble with a server, this sort of messages could be found:
1 18:49:52 182571128 1 T.. 0 0 IP: Hardware address '00:30:6e:09:d1:86' trying to be our
address XXX.YYY.109.113!
...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 07:15 AM
09-01-2006 07:15 AM
Re: how to detect IP-address clashes ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 01:57 PM
09-01-2006 01:57 PM
Re: how to detect IP-address clashes ?
Now the arp -a command should help since it reports the MAC address, but this assumes that you have smart routers and switches that can be queried to find the MAC address of the culprit. That will atleast get you to the port which you can then disable. In an ideal world, every cable on ebery switch will have a location recorded.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2006 06:43 AM
09-02-2006 06:43 AM
Re: how to detect IP-address clashes ?
View the logs with:
netfmt -t 50 /var/adm/nettl.LOG000 | more
This will display the most recent 50 messages.
-tjh