When I type a local IP into my browser (to get to a VM or another machine or even my firewall), there is more of a delay than there should be. Sometimes, it just hangs until I try again.

How do I troubleshoot this?

I’m on a single VLAN (flat network), with a few unmanaged switches and a Brocade core switch connected to Sophos XG (home edition running on VM). I thought layer 2 addresses would get resolved by switches between the device requesting and the host being reached. So that would exclude need for hitting firewall, right? And wouldn’t implicate my DNS provider either, right?

I’m going to replace some of the unmanaged switches with managed Brocade switches (running Ruckus Unleashed WLAN).

Suggestions on how to test different links in the chain?

  • Nx3xO@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Tracert? Anything weird? No app based vpn software? Check your arp. Layer 2 is just mac vlan. Layer 3 handles ip. Possibly multiple dhcp servers on same subnet?

  • Nx3xO@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    That should be the path over dumb switches and a flat network. Ping issues to container? Double nat maybe?

  • bchiodini@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    If you are strictly using IP addresses in the same subnet, there should not be any name resolution involved. The initiating host will ARP for the MAC address of the host with the IP address that you specified.

    If you use ping without the -n option, it will try to resolve the host name associated with the entered IP address. If the DNS query times out or gets an error, ping silently displays the IP address in the host name field instead of the host name. I believe that this is a one and done and should not effect the actual pinging.