Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    ARP Messages

    Scheduled Pinned Locked Moved DHCP and DNS
    12 Posts 2 Posters 2.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      killerb81
      last edited by

      Ok, I did that (by editing the dhcpd.leases file) - is that the preferred method?

      I actually cleared all the leases from that file - left it basically empty.
      Restarted the DHCP server and the messages continued to come in (same ones as in original post).
      The only one I'm not getting now is the mention of a duplicate record (see above).

      1 Reply Last reply Reply Quote 0
      • johnpozJ Offline
        johnpoz LAYER 8 Global Moderator
        last edited by

        So your still getting these?

        Sep 19 11:16:49  kernel      arp: 192.168.1.45 moved from 58:55:ca:5d:59:d4 to c8:69:cd:23:f3:ed on em1
        Sep 19 11:17:01  kernel      arp: 192.168.1.45 moved from c8:69:cd:23:f3:ed to 58:55:ca:5d:59:d4 on em1

        Then you have a dupe IP..  I would go to each device and verify they are not set to static IP or have left over IP..  on that 1.45 address..

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 25.07.1 | Lab VMs 2.8.1, 25.07.1

        1 Reply Last reply Reply Quote 0
        • K Offline
          killerb81
          last edited by

          Yeah, I'm getting those still.. except it's a little bit different.
          I shuffled around some of my static IP mappings in the DHCP server so to keep devices with more than one interface (wired / wireless) contiguous.

          So I'm now getting:

          Sep 19 14:10:17 kernel arp: 192.168.1.44 moved from 58:55:ca:5d:59:d4 to c8:69:cd:23:f3:ed on em1
          Sep 19 14:10:22 kernel arp: 192.168.1.44 moved from c8:69:cd:23:f3:ed to 58:55:ca:5d:59:d4 on em1

          Same two MAC addresses, but now their fighting over 192.168.1.44 .. So I don't think I have a dupe, because if one of them was static at 45 it wouldn't even be asking for a new one, right?

          1 Reply Last reply Reply Quote 0
          • johnpozJ Offline
            johnpoz LAYER 8 Global Moderator
            last edited by

            So you have devices with wired and wireless connections at the same time??

            An intelligent man is sometimes forced to be drunk to spend time with his fools
            If you get confused: Listen to the Music Play
            Please don't Chat/PM me for help, unless mod related
            SG-4860 25.07.1 | Lab VMs 2.8.1, 25.07.1

            1 Reply Last reply Reply Quote 0
            • K Offline
              killerb81
              last edited by

              No no, I just meant devices that have two interfaces I setup in order (IP addresses).
              They don't use both interfaces at the same time. For example, the one Apple TV is hard-wired, so I don't connect the wireless interface.
              The other Apple TV is too far away from any ethernet drops, so it's connected wireless.

              These are the two interfaces that keep fighting over the same IP address… the wired on one device, and the wireless on the other device.

              1 Reply Last reply Reply Quote 0
              • johnpozJ Offline
                johnpoz LAYER 8 Global Moderator
                last edited by

                What if you just remove your reservations and let them get their own IPs and don't try to push them to something specific… What do they get now..  Look in your leases and see what each mac got..

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 25.07.1 | Lab VMs 2.8.1, 25.07.1

                1 Reply Last reply Reply Quote 0
                • K Offline
                  killerb81
                  last edited by

                  I deleted the static mapping and restarted the DHCP service..
                  Now they're fighting over the first IP address in the servers range:

                  Sep 19 14:42:57 kernel arp: 192.168.1.150 moved from c8:69:cd:23:f3:ed to 58:55:ca:5d:59:d4 on em1
                  Sep 19 14:43:45 kernel arp: 192.168.1.150 moved from 58:55:ca:5d:59:d4 to c8:69:cd:23:f3:ed on em1

                  1 Reply Last reply Reply Quote 0
                  • johnpozJ Offline
                    johnpoz LAYER 8 Global Moderator
                    last edited by

                    hmmmm.. That is odd..  Can you draw up your network.  So if you leave one off..  And log its dhcp via a sniff, it gets the first IP in your pool..  Then turn on your second device and sniff your dhcp it does a discover and pfsense hands it what IP - the same IP??  That should be impossible if first client got a lease for .150..

                    Your going to want to download the sniffs into wireshark so you can see what gets asked for if anything, and what gets offered, etc.  Also make sure you validate that your first 1 gets a lease for the .150 or whatever other IP it gets, etc..

                    And your 100% sure these are mac of the devices, 1 is not the mac of say some wireless router/ap/range extender, etc.

                    I want to validate your clients are getting different ips via dhcp..  If so then you got some sort of loop in your network, which is why would like to see a drawing of your network?

                    I would assume something like this

                    pfsense - switch – AP ~~~~ wifi device

                    Where your wired device hangs off the switch.  And then you have what as your AP?

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 25.07.1 | Lab VMs 2.8.1, 25.07.1

                    1 Reply Last reply Reply Quote 0
                    • K Offline
                      killerb81
                      last edited by

                      I appreciate your help and suggestions.
                      All of this is happening on my home network, but I'm currently out of town for work for the next 2 weeks.
                      I've been monitoring the network through pfSense remotely.

                      In order to make sure all the MACs are exactly what I say they are, I'm going to have to get to the network page of the Apple TVs and verify.

                      So, until I can get home, I'll have to wait on this one.

                      I will however let you know what I find once I get home.

                      1 Reply Last reply Reply Quote 0
                      • johnpozJ Offline
                        johnpoz LAYER 8 Global Moderator
                        last edited by

                        I know exactly how it is.. I am on the road for work myself.  Let me know when you get back.  I am curious to what is going on that is for sure.

                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                        If you get confused: Listen to the Music Play
                        Please don't Chat/PM me for help, unless mod related
                        SG-4860 25.07.1 | Lab VMs 2.8.1, 25.07.1

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.