Modifying packets

If you are building the latest kernel... Why not just rebuild the entire OpenWRT image?

That's what I'm trying to do.
I have now built the latest image with the 2 missing nfqueue modules, but LUCI is missing so I have no web interface.
There appears to be a lot of LUCI related modules in menuconfig - which ones do I need to include so the web interface is available?

Thanks,
Matt.

LuCI Collections

Iā€™m partial to running TLS and nginx myself.

Finally a bit of progress!

root@OpenWrt:/# opkg install iptables-mod-nfqueue
Package iptables-mod-nfqueue (1.8.2-3) installed in root is up to date.
root@OpenWrt:/# opkg install kmod-ipt-nfqueue
Package kmod-ipt-nfqueue (4.14.115-1) installed in root is up to date.

Hopefully my packet hook will work now :slight_smile:

2 Likes

doozer,
How did the packet capture and modification finally work out for you?
I'm on a similar path and looking for guidance.

Ken