Most people are familiar with sharing files over a network using something like SMB or NFS. These protocols work well, but they're designed for transferring files, not for treating storage on another ...
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 ...