Hi folks, I have a PREROUTING rule: iptables -t nat -A PREROUTING -d $EXTERNALIP_1 -s some_external_IP -p 47 -j DNAT --to 192.168.0.19 How to add more source addresses which will be able to connect? Thanks in advance Remus
Hi folks, I have a PREROUTING rule: iptables -t nat -A PREROUTING -d $EXTERNALIP_1 -s some_external_IP -p 47 -j DNAT --to 192.168.0.19 How to add more source addresses which will be able to connect? Thanks in advance Remus