Quote:
Originally Posted by d4nt3
I have the same problem.
But I know where's mine.
It all began when I selected packages from a ip range for redirect to a chain... like this
iptables -A INPUT ! -s 192.168.0.0/16 -j internet
iptables -A INPUT -s 192.168.0.0/16 -j localnetwork
before those rules I wore
iptables -A INPUT -i eth0 -j internet
iptables -A INPUT -i wlan0 -j localnetwork
and packages were 2x faster to reach any external ip.
Anyone knows if that is realy true or there are some problem with my system?
There's any way to fix this?
|
I was advised to look into creating user chains as subroutines to handle as many addresses as possible in a single execution. I haven't had time to look into this. Maybe you can?