[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: TOR traffic measurement with iptables



Hi, Jürgen!

* Jürgen Schinker <ba1020@xxxxxxxxxxxxxxxxxxx> [2006-03-24 12:13]:
> > Try this:
> > iptables -I INPUT -i eth0 -p tcp --dport 4321 -j ACCEPT
> > iptables -I INPUT -i eth0 -p tcp --dport 4322 -j ACCEPT

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

This wouldn't make much of a difference, since I'd add up the two
values of above anywany. Putting the TOR rules on top of all other
rules doesn't seem to help much, either. :-/

Julius