- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-22-2023 11:49 AM
HI ,
I need my Palo Alto to respond to ARP requests as if it were the owner of both the specified IP address and hardware address.
My ASA was able to do it, can't figure out how to do it with Palo Alto.
Thanks
Marianne
09-27-2023 09:56 AM - edited 09-27-2023 10:01 AM
Destination NAT rules make Palo to perform Proxy ARP.
A bit clumsy solution but following would work.
Let's assume that Palo interface IP is 10.0.0.1 but you want it to reply also on 10.0.0.2
Set up DNAT rule to translate .2 to .1
In this case Palo will start replying to ARP requests looking for .2
If you also add random service that won't be used (udp/123 in my case) then you can avoid Palo actually performing NAT for this traffic.
You can also add multiple IP addresses on Palo interface.
Assuming interface IP is 10.0.0.1/24 you can add 10.0.0.2/32 as secondary IP.
09-27-2023 09:56 AM - edited 09-27-2023 10:01 AM
Destination NAT rules make Palo to perform Proxy ARP.
A bit clumsy solution but following would work.
Let's assume that Palo interface IP is 10.0.0.1 but you want it to reply also on 10.0.0.2
Set up DNAT rule to translate .2 to .1
In this case Palo will start replying to ARP requests looking for .2
If you also add random service that won't be used (udp/123 in my case) then you can avoid Palo actually performing NAT for this traffic.
You can also add multiple IP addresses on Palo interface.
Assuming interface IP is 10.0.0.1/24 you can add 10.0.0.2/32 as secondary IP.
09-27-2023 12:57 PM
thanks a million for the answer
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!