Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rate Limiting to UFW config #21

Open
Linicks opened this issue Jan 13, 2020 · 1 comment
Open

Add Rate Limiting to UFW config #21

Linicks opened this issue Jan 13, 2020 · 1 comment

Comments

@Linicks
Copy link

Linicks commented Jan 13, 2020

Chris,
I've had good luck adding rate limiting rules to UFW. In addition to other measure, it's helped me stabilize my network and improve security. This may be a helpful addition to the guide. Here are some examples:

$sudo ufw limit 3000/tcp comment 'Jormungandr'

$sudo ufw limit ssh/tcp

A few more: https://www.cyberciti.biz/faq/howto-limiting-ssh-connections-with-ufw-on-ubuntu-debian/

Cheers!
--Nick, TTNK

@Chris-Graffagnino
Copy link
Owner

I rate-limit ssh, although I could see how it might help stabilize connections overall. I'll take a look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants