Jump to content

xtables-addons


mysticall

Recommended Posts

Здравейте, от няколко дена се опитвам да подкарам xtables-addons, но без успех. Мисля, че пропускам нещо дребно, но какво е? Използвам два метода, но резултата е един и същ:

root@imslu:/lib# cat /etc/debian_version
8.6
root@imslu:/lib# uname -a
Linux imslu 3.16.0-4-amd64 #2 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
apt-get install linux-headers-`uname -r` iptables-dev git autoconf automake libtool xutils-dev
git clone git://git.code.sf.net/p/xtables-addons/xtables-addons xtables-addons
cd xtables-addons
./autogen.sh
./configure --with-xtlibdir=/lib/xtables
make
make install
depmod -a

root@imslu:/home/mystical/src/xtables-addons# modprobe xt_DNETMAP
modprobe: ERROR: could not insert 'xt_DNETMAP': Exec format error
root@imslu:/home/mystical/src/xtables-addons# insmod /lib/modules/3.16.0-4-amd64/extra/xt_DNETMAP.ko
insmod: ERROR: could not insert module /lib/modules/3.16.0-4-amd64/extra/xt_DNETMAP.ko: Invalid module format
root@imslu:/lib# apt install xtables-addons-dkms
...
...
...
xt_TARPIT.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.16.0-4-amd64/updates/dkms/

depmod....

DKMS: install completed.
Processing triggers for libc-bin (2.19-18+deb8u6) ...
root@imslu:/lib# modprobe xt_DNETMAP
modprobe: ERROR: could not insert 'xt_DNETMAP': Exec format error
root@imslu:/lib# insmod /lib/modules/3.16.0-4-amd64/updates/dkms/xt_DNETMAP.ko
insmod: ERROR: could not insert module /lib/modules/3.16.0-4-amd64/updates/dkms/xt_DNETMAP.ko: Invalid module format

Писах на debian разработчиците и за пореден път се убедих, че е загуба на време.

Целта на упражнението е да тествам xt_DNETMAP модула. Другия подобен интересен модул е RAWNAT https://github.com/alexey001/xtables-addons/, но вече не е в xtables-addons.

Преди малко пробвах на друга машина и всичко тръгна без проблеми. Интересно, имам само IMQ пач и почти не съм променял конфигурацията на ядрото.

Edited by mysticall
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

By using this site, you agree to our Terms of Use.