Results 1 to 14 of 14

Thread: trace route - every mac address it hits

  1. #1
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts

    trace route - every mac address it hits

    I need a tool that does a trace and tells me every piece of hardware it hits.
    It is for use on our LAN/WAN so I can find which hubs it it going through, which don't specifically have IP's.

  2. #2
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    but do they have MAC addresses ?

    This is one of the disadvantages of using unmanaged hubs I suspect.
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  3. #3
    '~'+'~' Enverex's Avatar
    Join Date
    Oct 2003
    Location
    West Midlands
    Posts
    904
    Thanks
    0
    Thanked
    0 times in 0 posts
    • Enverex's system
      • Motherboard:
      • Gigabyte H77n-WiFi
      • CPU:
      • Intel i5-3570K with Scythe Shuriken
      • Memory:
      • 16GB Crucial Ballistix Tactical 1600Mhz
      • Storage:
      • Samsung 840 500GB SSD
      • Graphics card(s):
      • MSI GTX 670 2GB OC Power Edition
      • PSU:
      • EVGA SuperNOVA 550W G2
      • Case:
      • Silverstone Sugo SG11
      • Operating System:
      • Windows 10 Pro 64bit
      • Monitor(s):
      • LG 42LW550T 42" TV
      • Internet:
      • BT Infinity
    As far as I know, switches and hubs don't really exist, they just route annonamously..


    NS

  4. #4
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts
    Every piece of hardware on a network has a mac address, that is how they talk and route (on a LAN) as the majority of hubs do not have a IP addresses but they still need to route/pass packets to other devices and this is all done via MAC addresses.


    For example, a very simple example.
    ---------------------
    Setup:
    Comp1 --- HUB --- Comp2

    CMD:
    tracert comp2
    Tracing route to comp2 [192.168.0.2]
    over a maximum of 30 hops:

    1 <1 ms <1 ms <1 ms 192.168.0.2

    Trace complete.
    ----------------------

    Now if the "HUB" goes down i simple wont get a reply. But if I have drawn up a network map based on "tracert" it would tell me that the comp2 is down, when in fact it is not.

    So I need a tool that can tell me every single possible network breakdown to allow me to setup an alert system to pin point the exact hardware that I have a problem with. - Not just "there is some problem between comp1 and comp2"

  5. #5
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    Really?

    I always assumed hubs are broadcast devices with zero intelligence, and switches associate their ports with MACs of other devices on the network to reduce some of this noise, but they don't need (or have) MACs themselves?

    If it's not an endpoint (node or managed device) or routing device then why would it need a MAC?
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  6. #6
    Member
    Join Date
    Oct 2003
    Location
    Warsaw
    Posts
    124
    Thanks
    0
    Thanked
    0 times in 0 posts
    try Visual Route - 30 days free trial
    P4 1.8A @ 2.4 GHz With TT Volcano 7+|Epox 4BDA+|1 Gig Samsung 2100 DDR @ 2700 Speed|Gainward GeForce PowerPack! Ultra/650-8X XP “Golden Sample” |80Gb 7200 RPM WD + 15Gb 7200 RPM WD|SBLive + ALtec Lansig 4.1 Speakers|Samsung SyncMaster 955DF Monitor|Chieftec Full Tower Server Case with 2x120 MM Side Fans + 2x80 MM Front + 2x 80 MM Back Fans|Running WinXP Pro Corp Edition SP1|TDK VeloCD 48x CD Burner

  7. #7
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts
    Originally posted by Paul Adams
    Really?

    I always assumed hubs are broadcast devices with zero intelligence, and switches associate their ports with MACs of other devices on the network to reduce some of this noise, but they don't need (or have) MACs themselves?

    If it's not an endpoint (node or managed device) or routing device then why would it need a MAC?
    I think you're right, I was just never understood how else they would work.

    So every packet that goes into a hub with a source address is then broadcasted to everything connected to the HUB and then end point accepts or rejects it depending on whether it was sent to that specific device?

    If so, I now understand a hub better (thanks), but could you explain a switch again?

    Cheers

    and thanks p0lish, ill try that.

  8. #8
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    A switch is more aware of itself, especially if it isa managed one. It should also be aware of the MAC adrresses connected to it and will only broacast on the ports that are actually talking to each other.

    the broadcast nature of a hub enables you to use a packet sniffer on it, as is sees all the traffic going into and out of a hub. Connecting a packet sniffer to a switch (unless its the monitor port) will only show traffic going to and from that particular port.
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  9. #9
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts
    Originally posted by Moby-Dick
    A switch is more aware of itself, especially if it isa managed one. It should also be aware of the MAC adrresses connected to it and will only broacast on the ports that are actually talking to each other.

    the broadcast nature of a hub enables you to use a packet sniffer on it, as is sees all the traffic going into and out of a hub. Connecting a packet sniffer to a switch (unless its the monitor port) will only show traffic going to and from that particular port.
    ahhh ok cheers, I can see the difference here...

    ok, do you have any ideas (apart from following cables) how I would trace what hardware packets are passing through?

    cheers so far lads

  10. #10
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    Have you got a network diagram you can post ?
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  11. #11
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts
    Nope, I'm looking at creating one. Thats why im interested in what hardware packets pass.

  12. #12
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    You'll be needing to trace some cables then. m'afraid

    you can use software like this

    http://www.neon.com/gglls.html

    or gfi languard security to probe your network to see whats out there....
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  13. #13
    Member
    Join Date
    Oct 2003
    Location
    Liverpool
    Posts
    70
    Thanks
    0
    Thanked
    0 times in 0 posts
    cheers, ill get my gloves on

    edit: you try out kerio? what you think?
    Last edited by Party.Ryan; 25-11-2003 at 05:31 PM.

  14. #14
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    I've got it running at the moment - Its not too bad but as I cant buy licences for the older version I'll probably stick with Outpost for my clients.
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •