Firewalls
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
iptables limit speed of SAMBA
Jul 02 2008 01:18AM
yuan shijiang (yshijiang gmail com)
iptables -A OUTPUT -p tcp -o eth0- -s 192.168.1.0/24 --sport 445 -m
hashlimit --hashlimit 20/sec --hashlimit-mode dstip --hashlimit-name
samba -j ACCEPT
iptables -A OUTPUT -p tcp -o eth0- -s 192.168.1.0/24 --sport 445 -j REJECT
...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
hashlimit --hashlimit 20/sec --hashlimit-mode dstip --hashlimit-name
samba -j ACCEPT
iptables -A OUTPUT -p tcp -o eth0- -s 192.168.1.0/24 --sport 445 -j REJECT
...
[ more ]