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

Extend auto-blocking to ip6tables #29

Open
mrash opened this issue Nov 21, 2015 · 4 comments
Open

Extend auto-blocking to ip6tables #29

mrash opened this issue Nov 21, 2015 · 4 comments
Assignees

Comments

@mrash
Copy link
Owner

mrash commented Nov 21, 2015

psad currently detects malicious traffic delivered via IPv6, but cannot also block such traffic in auto-blocking mode. psad should be extended to use ip6tables to close this gap.

@smith153
Copy link

smith153 commented Jul 1, 2017

I just upgraded my network to ipv6 and noticed that psad wasn't blocking anything. Dug through the code and noticed it only blocks what matches $ipv4_re. Since everything is managed through IPTables::ChainMgr, not sure how hard it would be to add ipv6 support. Not sure when I'd get a chance to look further. Is there any ETA on adding support?

Thanks for the software!

@tekand
Copy link

tekand commented Mar 17, 2018

+1

@Peac
Copy link

Peac commented May 4, 2018

Would be nice to have this feature. It is the last point which keeps me from running IPv6 on my system.

@subridet
Copy link

Never coded perl before, but I'd like to give this a shot. IPTables::ChainMgr 1.6 does in fact support ipv6. It should be fairly straight forward to at least get a basic functional version of ipv6 auto blocking in place. Gonna see if I can figure it out. Let ya know how it goes.

@mrash mrash self-assigned this Dec 30, 2018
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

5 participants