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

Blacklist IPV6 IP and Range(s) #825

Open
F4FPR opened this issue Dec 2, 2023 · 2 comments
Open

Blacklist IPV6 IP and Range(s) #825

F4FPR opened this issue Dec 2, 2023 · 2 comments

Comments

@F4FPR
Copy link

F4FPR commented Dec 2, 2023

Dear JKS,

It seems that it is impossible to blacklist an IPv6 or even an IPv6 range. the Kiwi network interface does not recognize the format for example (Linode in IPV6), the IPV6 address or subnetwork disappears when the change is applied. :

2600:3c00::/32
2600:3c01::/32
2600:3c02::/32
2600:3c03::/32
2600:3c04::/32
2600:3c05::/32
2600:3c06::/32
2600:3c07::/32
2600:3c08::/32
2600:3c09::/32
2600:3c0a::/32
2600:3c0b::/32
2600:3c0c::/32
2600:3c0d::/32
2600:3c0e::/32

While the following commands are perfectly recognized in SSH.

ip6tables -A INPUT -s 2600:3c00::/32 -j DROP
ip6tables -A INPUT -s 2600:3c01::/32 -j DROP
ip6tables -A INPUT -s 2600:3c02::/32 -j DROP
ip6tables -A INPUT -s 2600:3c03::/32 -j DROP
ip6tables -A INPUT -s 2600:3c04::/32 -j DROP
ip6tables -A INPUT -s 2600:3c05::/32 -j DROP
ip6tables -A INPUT -s 2600:3c06::/32 -j DROP
ip6tables -A INPUT -s 2600:3c07::/32 -j DROP
ip6tables -A INPUT -s 2600:3c08::/32 -j DROP
ip6tables -A INPUT -s 2600:3c09::/32 -j DROP
ip6tables -A INPUT -s 2600:3c0a::/32 -j DROP
ip6tables -A INPUT -s 2600:3c0b::/32 -j DROP
ip6tables -A INPUT -s 2600:3c0c::/32 -j DROP
ip6tables -A INPUT -s 2600:3c0d::/32 -j DROP
ip6tables -A INPUT -s 2600:3c0e::/32 -j DROP

Is there any way for the system to evolve on this point?

73
Benjamin F4FPR / K5AW

@jks-prv
Copy link
Owner

jks-prv commented Dec 4, 2023

Is there any way for the system to evolve on this point?

Sure, but not anytime soon given what else is going on at the moment.

@F4FPR
Copy link
Author

F4FPR commented Jan 12, 2024

Thanks, we will wait,
Have fun for Kiwisdr 2

:)

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

No branches or pull requests

2 participants