March 29, 2024, 10:54:09 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to config iPtables and uTorrent  (Read 7255 times)

Offline hoangsang

  • New Member
  • Posts: 1
How to config iPtables and uTorrent
« on: May 21, 2012, 07:19:45 AM »
Dear all,
I have a network diagram as below.

2 Modems ADSL --> Load balancer --> Firewall (IPTables) --> LAN

Now PC in LAN can not download by uTorrent, I don't know how to config for PC can download with uTorrent.
I already set uTorrent use port 31234, and try 2 commands below but still not work

iptables -A INPUT -p tcp --destination-port 31234 -j ACCEPT
iptables -A OUTPUT -p tcp --source-port 31234 -j ACCEPT

Please help me to config it,
Thanks