> Just curious if the following rules would work to round-robin the connections: > /sbin/iptables -t nat -A PREROUTING -p udp -d 1.2.3.4 --dport 80 -j DNAT \ ^^^ Rules will be duplicated for 'tcp' as well as 'udp'. Just curious though if the format looks correct. -id