from BUG tracking --Arjen de Korte прокомментировал 02.12.2017 21:22***
_This is not surprising. The default for automatic loading of connection tracking helpers was changed _in kernel-4.7. So with kernel-4.4, the pptp helper will be loaded automatically when PPTP traffic is _seen, but for kernel-4.9 you'll have to do that explicitly. _ Adding something along the lines _
_ iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp should load the connection tracker helper in your firewall. You could append this line to your /etc/firewall.user for instance to load it automatically.
Ok.
Next bug:
root@OpenWrt:~# iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp iptables v1.6.1: can't initialize iptables table `raw': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
Please install the full version: 17.01.4. Snapshots are similar to "Release Candidates." They may also be missing software (e.g. snapshots usually do not contain the LuCI web GUI). PPtP may not be setup in the snapshot you flashed.
You have to install RAW tables support (kmod-ipt-raw)...but I'm not sure that will help.
@jwoods No, these are two different problems.
In the second, it means that there are errors in the dependencies of package dependencies. In the description package iptavles directly indicates support for RAW, however, without the additional module loading it does not work. Whoever searches for a description of the problem will find it easier to see the answer and get a solution
Same thing with this problem.
If you carefully read my posts above, the problem is known since October 2017. Nevertheless, there is still no solution.
Incorrect. There are many modules in LEDE that have to be installed first. There is no bug, you simply install the correct module. There are also other types of uncommon tables as well (e.g. tarpits), is that a bug that they're not installed too?