Is there a way to add TTL target of the mangle table?
This is essential for me - my ISP reduces TTL of incoming packets to 1, meaning the router drops all the incoming traffic.
I tried patching the sources with a patch that adds support for the TTL target and created the ipt_TTL.ko module, but the module produced doesn't load (insmod/modprobe fails). Likely it's matter of conflict with the kernel version (bs is 2.6.8.1, TTL was added in 2.6.13.something)
Does anyone have any success loading newer kernels or getting around this problem somehow?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to add TTL target of the mangle table?
This is essential for me - my ISP reduces TTL of incoming packets to 1, meaning the router drops all the incoming traffic.
I tried patching the sources with a patch that adds support for the TTL target and created the ipt_TTL.ko module, but the module produced doesn't load (insmod/modprobe fails). Likely it's matter of conflict with the kernel version (bs is 2.6.8.1, TTL was added in 2.6.13.something)
Does anyone have any success loading newer kernels or getting around this problem somehow?
I compiled the TTL module for you and uploaded it to misc section. I have tested it and it works properly.
You can download the module here: http://downloads.sourceforge.net/project/bitswitcher/miscellaneous/miscellaneous/ipt_TTL.ko?use_mirror=master