#SSHD
ufw limit in proto tcp from any to any port 22
#AMule
ufw allow in proto tcp from any to any port 4662
ufw allow in proto udp from any to any port 4662,4665
#Bittorrent
ufw allow in proto udp from any to any port 6881:6891
#WWW Full
ufw allow in proto tcp from 192.168.1.0/24 to any port 80,443
#NFS
ufw allow in proto tcp from 192.168.1.0/24 to any port 111,2049
ufw allow in proto udp from 192.168.1.0/24 to any port 111,2049
#Samba
ufw allow in proto udp from 192.168.1.0/24 to any port 137,138
ufw allow in proto tcp from 192.168.1.0/24 to any port 139,445
ufw allow in proto udp from 192.168.1.0/24 to any port 514
#MPD
ufw allow in proto tcp from 192.168.1.0/24 to any port 6600
ufw allow in proto tcp from 192.168.1.0/24 to any port 8000
ufw allow in proto tcp from 192.168.1.0/24 to any port 8889,9901
#RemoteDroid
ufw allow in proto udp from 192.168.1.0/24 to any port 10000:65535