On 7/1/2014 6:19 μμ, Antonio da Silva Martins Junior wrote:
If you put it that way only xxx will receive packets, to balance betwin both of them
you will need this:
-A PREROUTING -s 10.250.250.0/24 -p tcp -m tcp --dport 8080 -j DNAT --to-destination xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy:80
Thank you,
According to "man iptables", this defines an inclusive *range*. Yet, I don't want a range, but two (or more) distinct ip addresses. How can this be done?
Thanks, Nick