Hello all,<BR><BR>I recently debugged an intermittent problem downloading large files from the Internet. We have a Hotbrick LB/2 here at work, and it turns out that it is not correctly handling the ...
iptables -A firewall-output -p udp -m state --state NEW -m udp --dport 6666 -j ACCEPT </pre><BR><BR>With them (along with others) I can use netcat to do basic communication over UDP. However, when I ...