Map Ip ›
sudo ip neigh add 192.168.1.100 lladdr aa:bb:cc:dd:ee:ff dev eth0 nud permanent Check mapping:
iptables -t nat -L -n -v Extract IPs from a list: map ip
ip neigh show
iptables -t nat -A PREROUTING -d 203.0.113.10 -j DNAT --to-destination 192.168.1.50 sudo ip neigh add 192