You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. make modules_install
2. cp ipt/libxt_opendpi.so /lib/xtables
3. modprobe xt_opendpi
What is the expected output? What do you see instead?
FATAL: Module xt_opendpi not found.
What version of the product are you using? On what operating system?
2.6.38-8-server #42-Ubuntu
Please provide any additional information below.
For some reason I can't get iptables to work with opendpi, the help function
comes up and all the options eg: --bittorrent etc, but I can't put the likes of
this in...
iptables -A FORWARD -s 172.16.20.0/24 -m opendpi --http
iptables -A INPUT -s 172.16.20.0/24 -m opendpi --http -j ACCEPT
iptables -A OUTPUT -s 172.16.20.0/24 -m opendpi --http -j ACCEPT
For some reason it just keeps coming up with...
iptables: No chain/target/match by that name.
If I take the -m opendpi out the rule works just fine.
Cheers
Dan
Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 5:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jul 2011 at 5:27The text was updated successfully, but these errors were encountered: