Hello, I used to have one public IP address, I then requested an additional 5 usable, so now my WAN subnet is a /29
So for example, the public IP’s 1.1.1.1 to 1.1.1.4
At the moment I am using src-nat, will this keep changing which public IP a user may receive every time they browse the internet?
Is there a better way of doing this? Shall I just leave it as it was before and masquerade with this:
chain=srcnat action=masquerade out-interface=ether1 (Will this make each internal IP sticky to the Public IP?)
Out of these two methods which is best and is there another way to do this?
I want to masquerade/nat the intermal lan subnet to the 5 public WAN addresses i have on my wan interface. I would like it to randomly select one of the 5 public addresses(they are in one public subnet) per internal address. So like a “many-to-5” nat translation.
When I use the range option with src-nat then I have customers complaining about their IPTV systems not loading, I’m not sure if this is because it uses a different public IP address for each session the user attempts. When I set this to masquerade it works fine. So now the question is, does the masquerade option always use the first address assigned to the interface? I have 1.1.1.1 through 1.1.1.5
So with Masquerade I fear that only 1.1.1.1 is being used, and with src-nat range 1.1.1.1-1.1.1.5 it uses more than one public IP per user, which some sites don’t like..
So does the Masquerade option just use the first address? Is there another way to do this, like with netmap 256:5