Jump to content

Recommended Posts

Posted

пытаюсь установить Настройка zapret от bol-van на Keenetic дохожу до 

./blockcheck.sh и выдает 

* checking system
Linux detected
firewall type is iptables
* checking privileges
* checking prerequisites
NFQUEUE iptables or ip6tables target is missing. pls install modules.

press enter to continue
 

Решение: У вас, скорее всего не загрузились модули ядра для iptables. Используйте следующую команду для их загрузки:

modprob xt_multiport
modprob xt_connbytes
modprob xt_NFQUEUE

команда modprob  выдает not found

Posted

короче после долгого гуглежа мне помогло это

insmod /lib/modules/4.9-ndm-5/xt_NFQUEUE.ko
insmod /lib/modules/4.9-ndm-5/xt_connbytes.ko

  • 2 weeks later...
Posted
3 часа назад, ba5il сказал:

команда написана неправильно

modprobe

так же выдает not found

  • 3 weeks later...
  • 2 months later...
Posted
В 28.09.2024 в 03:53, kent2 сказал:

короче после долгого гуглежа мне помогло это

insmod /lib/modules/4.9-ndm-5/xt_NFQUEUE.ko
insmod /lib/modules/4.9-ndm-5/xt_connbytes.ko

Спасибо, помогло 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies. By clicking "I accept" or continuing to browse the site, you authorize their use in accordance with the Privacy Policy.