Zachary Mattor
Zachary Mattor
Hello! Just want to check if this is the issue i'm hitting. I have a simple app just trying to test out electron-sudo. Here is my code and the output....
@alex-eri It seems that it cannot find iptables.h... Any idea on how to solve this? I'll keep playing with it. ``` Checking for presence of include/linux/llist.h... Yes Checking for presence...
Scratch that... I got it working I believe, but i need to install iptables-dev onto the base system... Do you know if there's an easy way to have the makefile...
@alex-eri I have it built and seems to be installed on the firmware. I'm trying to configure iptables to forward traffic to the module but i'm getting this error. ```...
It shows up under `lsmod` and shows up under `x_tables`, should it be under `ip_tables`? ``` root@OpenWrt:/# lsmod | grep ipt ip_tables 9325 4 iptable_nat,iptable_raw,iptable_mangle,iptable_filter ipt_MASQUERADE 688 1 ipt_NETFLOW 42436...
Think this could be because i compiled using system `iptables-dev`?
@alex-eri It seems to have installed my `libipt_NETFLOW.so` to `/lib/xtables/libipt_NETFLOW.so`. Does yours really end up in `/usr/lib/iptables/libipt_NETFLOW.so`?
@alex-eri How did you get `ipt-netflow` to find `iptables.h`?
@alex-eri Debian, OpenWrt Master Trunk, TP-LINK Archer c7 Followed your instructions, and it still cant find iptables... ``` Checking for presence of xtables.h... No Checking for presence of iptables.h... No...
DOH! I was using v2.2 I believe... trying again.