I have managed to configure Netmap for one public IP address.
Supose we have two WAN IP-s like 80.80.80.80 and 81.81.81.81
and one LAN IP like 192.168.1.1. I want to have 81.81.81.81 asigned to
192.168.1.10, I used the following configuration:
Now, if I want to netmap a whole range of public IP address to the local network,
it turns out I need to asign all those addresses to the WAN interface. Is there any way
to do this not using the above configuration?
Yes, that is exactly what I want to do, map 192.168.1.0/24 to 81.81.81.0/24,
and of course without adding all the IP address.
In this case I should do what? Just use proxy-arp on the WAN interface?
I hope, it helps ProxyARP to know that it should answer ‘81.81.81.X’ ARP queries =) if you have default gateway on WAN - it should keep silence, as far as I understand that…