viktorrc17 1 Posted 2012-10-17 09:23:50 Share Posted 2012-10-17 09:23:50 Есть RB450G. Подскажите как в файерволе ограничить каждому клиенту колличество TCP сессии??? Link to post Share on other sites
Ромка 567 Posted 2012-10-17 09:38:44 Share Posted 2012-10-17 09:38:44 /ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=50,32 action=drop ограничивает до 50 сессий на 1 ip Link to post Share on other sites
viktorrc17 1 Posted 2012-10-17 11:34:25 Author Share Posted 2012-10-17 11:34:25 /ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=50,32 action=drop ограничивает до 50 сессий на 1 ip Спасибо. А реально для определенного ip ??? Link to post Share on other sites
max_m 92 Posted 2012-10-17 12:45:24 Share Posted 2012-10-17 12:45:24 /ip firewall filter add chain=forward src-address=192.168.15.3 protocol=tcp tcp-flags=syn connection-limit=50,32 action=drop Link to post Share on other sites
viktorrc17 1 Posted 2012-10-17 13:21:43 Author Share Posted 2012-10-17 13:21:43 /ip firewall filter add chain=forward src-address=192.168.15.3 protocol=tcp tcp-flags=syn connection-limit=50,32 action=drop А для UDP протокола такое правило работать будет? Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now