TOR traffic measurement with iptables

M maillist at piirakka.com
Thu Mar 23 13:46:22 UTC 2006


> # Input: 4321 = Tor, 4322 = Directory
> iptables -A INPUT -i eth0 -p tcp --dport 4321 -j ACCEPT
> iptables -A INPUT -i eth0 -p tcp --dport 4322 -j ACCEPT

Are there any rules before those INPUT -lines? Perhaps one of them
matches packets before these lines?

Try this:
iptables -I INPUT -i eth0 -p tcp --dport 4321 -j ACCEPT
iptables -I INPUT -i eth0 -p tcp --dport 4322 -j ACCEPT


M
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 215 bytes
Desc: not available
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20060323/2c65ba35/attachment.pgp>


More information about the tor-talk mailing list