Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Strange ARP Problem


    I have a very strange ARP table problem.
    Some of the machines on my network, both servers AND clients, both Win2k and
    XP seem to be setting the hardware address of the Domain Controller to the
    wrong Hardware Address.

    The domain controller is a Win2000 with AD and DNS (AD integrated). It has
    two network cards that are bridged for load balancing.

    I have watched a client pinging this server constantly getting a speedy
    response when suddenly the responses begin to time out, if
    I check the ARP table (arp -a) at this time the dynamic entry for the
    server's IP address has the incorrect hardware
    address (it was correct while getting ping response), which is often similar
    to the address of another server.
    If I clear the ARP table (arp -d) the following ping requests respond.
    This happens randomly and sometimes the problem "fixes itself".


    If I understand how ARP works the hardware address should never change as
    it's defined by the network card in the destination machine. Am I just
    confused perhaps?

    Can anyone help me figure out why this address might be changing and how to
    stop it from happening?

    Thanks
    Jon


    Jon Simmons Guest

  2. Similar Questions and Discussions

    1. Strange Problem
      Dear All: I have used MySQL as prototype on an application that I am developing. The project has been approved and I am now moving to Oracle for...
    2. Strange Problem with XML
      Hi I am retrieving information from a DB in XML but in a field I have an international number +331234567 but when I am loading the file with...
    3. Strange FDF problem
      I am developing an fdf that fills in 3 form values into my pdf, and am having some strange problems. First off, this project is sort of an...
    4. strange problem with sed
      hy group i know, this is a frequently question answered many times but... i simply couldn't get it to work! i try to substitute in sed a...
    5. [PHP] Strange Problem
      This is an IIS issue. The install.txt has specific information on this topic, have a look. Also, this comes up a lot and the following bug report...
  3. #2

    Default Re: Strange ARP Problem


    Oh, I thought of setting the address static in the ARP table, but it's not
    as static as the documentation says as it's lost upon reboot and sometimes
    just during the day for no reason. Also I would rather not set a static
    address for this server as I would have to reset them all if the hardware on
    the server changes. This server is my domain controller, so I couldn't make
    that change in a GPO it would have to be done by hand at every client.


    Thanks again
    Jon


    "Jon Simmons" <jon_nntp@jpsalaser.com> wrote in message
    news:ucNhlSrXEHA.3156@TK2MSFTNGP12.phx.gbl...
    >
    > I have a very strange ARP table problem.
    > Some of the machines on my network, both servers AND clients, both Win2k
    and
    > XP seem to be setting the hardware address of the Domain Controller to the
    > wrong Hardware Address.
    >
    > The domain controller is a Win2000 with AD and DNS (AD integrated). It
    has
    > two network cards that are bridged for load balancing.
    >
    > I have watched a client pinging this server constantly getting a speedy
    > response when suddenly the responses begin to time out, if
    > I check the ARP table (arp -a) at this time the dynamic entry for the
    > server's IP address has the incorrect hardware
    > address (it was correct while getting ping response), which is often
    similar
    > to the address of another server.
    > If I clear the ARP table (arp -d) the following ping requests respond.
    > This happens randomly and sometimes the problem "fixes itself".
    >
    >
    > If I understand how ARP works the hardware address should never change as
    > it's defined by the network card in the destination machine. Am I just
    > confused perhaps?
    >
    > Can anyone help me figure out why this address might be changing and how
    to
    > stop it from happening?
    >
    > Thanks
    > Jon
    >
    >

    Jon Simmons Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139