[Solved] arp: xx:xx:xx:68:dd:f0 is using my IP address

Started by klingon888, July 30, 2024, 02:56:14 PM

Previous topic - Next topic
July 30, 2024, 02:56:14 PM Last Edit: July 31, 2024, 01:54:36 AM by klingon888
FW1-        xx:xx:xx:db:9b:4c
FW2-        xx:xx:xx:68:dd:f0
VLAN10-  192.168.10.1

I'm on v24.1.10_3 and set up CARP following Opnsense's docs and it seems to be working with auto fail-over.

BUT I keep getting this Notice in FW1 logs complaining about FW2 using its IP address:
<3>arp: xx:xx:xx:68:dd:f0 is using my IP address 192.168.10.1 on vlan0.10!

Due to this, my VLAN0.10 keeps getting disconnected. This goes away when I poweroff my FW2. How do I fix this? Thanks.

Please post the interface configuration of both firewalls for that VLAN and the configuration of that CARP address.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Quote from: Patrick M. Hausen on July 30, 2024, 03:02:38 PM
Please post the interface configuration of both firewalls for that VLAN and the configuration of that CARP address.

New to this... is there a specific shell command to do this or will screen shots do?

Screen shots, please.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

The site wont allow me to paste screenshots, so I'm attaching .pdf of the screens.

You can add images as attachments - I don't get why people have problems with this.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Quote from: klingon888 on July 30, 2024, 03:46:04 PM
The site wont allow me to paste screenshots, so I'm attaching .pdf of the screens.
You cannot have the same IP address on both firewalls in that VLAN 10 ...
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

July 30, 2024, 04:28:20 PM #7 Last Edit: July 30, 2024, 04:31:39 PM by klingon888
Quote from: Patrick M. Hausen on July 30, 2024, 04:07:06 PM
Quote from: klingon888 on July 30, 2024, 03:46:04 PM
The site wont allow me to paste screenshots, so I'm attaching .pdf of the screens.
You cannot have the same IP address on both firewalls in that VLAN 10 ...

OK. I've attached jpeg's as attachments. Is this what you mean, set FW1 Static IP 192.168.10.1 and FW2 Static IP 192.168.10.2? Thanks.

Yes, that's what I meant. What are you trying to achieve by giving both firewalls the same one? If it's failover, that's what CARP is for.

For each interface that shall provide a failover service you need

- a static address for FW 1
- a static address for FW 2
- a CARP address

The CARP address is what your client systems will use.

HTH,
Patrick
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Thanks for straightening me out  :D Guess I thought FW2 should be a replicate of FW1 with the exception of the CARP related config. Still learning.....

BTW, I guess some people like me have problems with "pasting" screenshots is prob because most sites just allow you to copy and paste screenshots. Whereas this site requires you to first save the screenshots as a file and then "pasting" them as file attachments.

Another Q.. what about my Wireguard setup?

- Do I need to set a different "Tunnel Address"? My FW1 is 192.168.8.1/24. Do I need to set 192.168.8.2/24 for FW2?
- Do I set the "Depend On Carp" field to 192.168.1.1 which is my VIP LAN address?


The addresses inside the tunnel should be the same as should be the AllowedIPs setting(s) for the peer(s). The endpoint address that your other side connects to should be a CARP address (on WAN, probably?) And that's the CARP VIP to depend on.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)