can i disable proxyARP on a opnsense while interface is enable, by cli?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Patrick M. Hausen on July 14, 2025, 02:20:42 PMBut why do you need proxy arp?We need public ips on servers,so we can't use portforward and NAT.
The generic way to do this is to configure the IP address as an alias on the "outside" interface of the OPNsense system and use NAT port forwarding to forward to the "inside" server which uses an address from a completely different network, of course.
Or just route without NAT and place the entire "server network" on the interface to which the server(s) are connected.
Quote from: viragomann on July 13, 2025, 08:58:49 PMI'm wondering, what's the sense of Proxy ARP in your setup.
Quote from: viragomann on July 13, 2025, 08:58:49 PMBoth of them , from same or another segment, i have this problem.(I edited my example to represent the structure more clearly)Quote from: MohsenB on July 12, 2025, 04:11:51 PMin above structure when a client wants to access "Server" through "OPNSense Master"From the LAN or from another network segment?
Quote from: Monviech (Cedrik) on July 12, 2025, 03:45:34 PMUse Carp and Virtual IP address and put these virtual ip addresses in the same vhid group as Carp and they will move with master and backup.i did this , but i have the problem yet.
Quote from: Patrick M. Hausen on July 12, 2025, 01:59:42 PMi using the carp and proxyarp in same time on a interface but the backup node advertise mac address of ip addresses ,assigned to servers.Quote from: MohsenB on July 12, 2025, 01:31:02 PMi`m using CARP but i have problem
So what is the problem, exactly?
Quote from: alveston on July 09, 2025, 04:50:30 PMi`m using CARP but i have problemQuote from: alveston on July 09, 2025, 04:48:48 PMFor the 1st question: Can you use HA with Escape Road ARP without static ARP?
Technically yes, but it's risky. In most cases, Proxy ARP with HA is unstable unless you implement some way of ensuring only the MASTER responds to ARP.
Syncing static ARP ("Neighbors") configs?
As others have done, you can move away from Proxy ARP entirely and use CARP.
Quote from: alveston on July 09, 2025, 04:48:48 PMFor the 1st question: Can you use HA with Proxy ARP without static ARP?Yes, i have this problem , the master node ask mac address of a ip address that is in proxyarp subnet , the back up node answer it Owen mac and we have ttl expire , how can resolve this problem?
Technically yes, but it's risky. In most cases, Proxy ARP with HA is unstable unless you implement some way of ensuring only the MASTER responds to ARP.