- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mac address tracerouting..
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
09-19-2002 12:37 AM
09-19-2002 12:37 AM
is there any way to figure out on which network a mac address is on.
I've got a strange networking component (not a complete TCP/IP stack) detected via a ping on my general lan whereas it should be on a private lan.
arp
I don't think the element is on the same subnet..
Later,
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:59 AM
09-19-2002 12:59 AM
SolutionYou are speaking about general LAN and private LAN . Are they inteconnected by routers ?. Then
you will not see the arp address of the private LAN host on general LAN host , but only the router's MAC address.
Is this router a firewall ?.
If you want to play with arp and sort out this
problem. you can have arpworks.exe from this
site.
http://packetstormsecurity.nl/Win/
It can trace MAC addresses between subnets.
If you want to use IP address based tracer ( particularly in firewall environments , where
UDP traceroute will not help you )
Then have this tcptraceroute utility.
http://michael.toren.net/code/tcptraceroute/
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:00 AM
09-19-2002 01:00 AM
Re: mac address tracerouting..
Anyway, I would use a packet sniffer to find out about this component. Also there are lists available with manufacturars and mac-adres ranges. This gives an indication what kind of component it is. I attach such a list (it is not recent though, sorry)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:20 AM
09-19-2002 01:20 AM
Re: mac address tracerouting..
You have the MAC address . So to figure out which is device ( vendor ) go to this page
and do a MAC-Vendor lookup ;-)
http://www.shmoo.com/tools/mac/
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:25 AM
09-19-2002 02:25 AM
Re: mac address tracerouting..
There are no IPs associated to the mac - it's not an IP device. Usually it's connected to the host via a loopback cable through an undefined lan i/f. (ie no ip assigned to the lan i/f)
I've discovered using this ss7TsuPing that some clown connected their TSU to the general lan, causing my ss7TsuPing to detect his TSU.
It's not a critical problem, but confuses students when they see 3 TSUs instead of the 1 that they know is connected to the system via loopback.
Based on just the MAC I have no idea where the TSU is located in our network, and was trying to breakdown my search to particular machine rooms.. in any case, I was lucky, it was in the first machine root I looked in, and I found it based on going around all TSUs and looking for their MAC stickers, slapped the culprit on the back of the head and emailed everyone to tell them how silly he was (and warn them not to do the same).
Thanks for the hints, they'll possibly make the next search easier.
Later,
Bill