Firewalls
Back to list
|
Post reply
iptables limit speed of SAMBA
Jul 02 2008 01:18AM
yuan shijiang (yshijiang gmail com)
(1 replies)
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
[ reply ]
Re: iptables limit speed of SAMBA
Jul 03 2008 06:18AM
Jamie Riden (jamie riden gmail com)
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
[ reply ]