-
I have not noticed this with any other web sites but when I have geo-nft enabled to block traffic from Russia,China and Iran my canadian ISP web site is blocked. When I disable geo-nft the web site is avaialble. I can however access the site (geo-nft enabled )through TOR browser. The web site is teksavvy.com. Here is my config flush ruleset Include all country code set files to make things easier to configure.nftables >= v0.9.4 can include all sets with: include "/etc/nftables/geo-nft/countrysets/*"include "/etc/nftables/geo-nft/include-all.ipv4" table netdev filter { set geo-netdev4 { set geo-netdev6 { chain ingress { Your other ruleset content here...drop Iran Russia and China` |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Hello, I would need to see all of your |
Beta Was this translation helpful? Give feedback.
-
#!/usr/bin/nft -f flush ruleset Include all country code set files to make things easier to configure.nftables >= v0.9.4 can include all sets with: include "/etc/nftables/geo-nft/countrysets/*"include "/etc/nftables/geo-nft/include-all.ipv4" table netdev filter { set geo-netdev4 { set geo-netdev6 { chain ingress { Your other ruleset content here...drop Iran Russia and ChinaThat's the entire nfttables.config file |
Beta Was this translation helpful? Give feedback.
-
I would recommend creating an |
Beta Was this translation helpful? Give feedback.
-
For the time being I have removed geo-nft. I will try reinstalling at a later time. It might be helpful to publish uninstall directions on the wiki for failed installs. I was left following instructions I found on another thread for a different version than I had Edit:Found the uninstall directions on the installation page directions. I will try installing again later. Thanks the service is useful |
Beta Was this translation helpful? Give feedback.
-
OK after the uninstall I tried installing again and this time had good results. I followed the directions more carefully and even added a rule to nftables.conf that allows one of my wireless devices to work (it is dependent on ports 9000 and 3483. I added these rules: `# Accept LMS on port 9000.
` However I can not seem to get it to work with SAMBA connections. I tried these rules in nftables.conf : ` # Accept SAMBA on port 137
|
Beta Was this translation helpful? Give feedback.
-
Thanks for that but it appeared to be simply a matter of turning off GUFW |
Beta Was this translation helpful? Give feedback.
For the time being I have removed geo-nft. I will try reinstalling at a later time. It might be helpful to publish uninstall directions on the wiki for failed installs. I was left following instructions I found on another thread for a different version than I had
Edit:Found the uninstall directions on the installation page directions. I will try installing again later. Thanks the service is useful