J
J
Jeteec2015-02-25 23:31:23
bittorrent
Jeteec, 2015-02-25 23:31:23

How to forward port for uTorrent on OpenWrt?

Tired of freezing the stock firmware of my TP-Link TL-WDR4300, I decided to switch to OpenWrt. Setting up a PPPoE connection, like WiFi, did not cause any problems. The problem was caused by port forwarding for the torrent.
Created a rule in /etc/config/firewall.
config redirect
option target 'DNAT'
option src 'wan'
option dest 'lan'
option proto 'tcp udp'
option src_dport '58286'
option dest_ip '192.168.1.2'
option dest_port '58286'
option name 'uTorrent'
portscan.ru says that the port is open. I'm doing a port check in uTorrent, it says that the port is closed. What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Puma Thailand, 2015-02-26
@opium

option proto 'tcpudp'
tcpudp in Openwrt is written together according to the documentation
and so check the addresses, ports, firewall rules

J
Jeteec, 2015-02-26
@Jeteec

I already figured out what was wrong. uTorrent checks not only for an open port, but also for the presence of UPnP. setting is described
here .
Or you can just disable UPnP in the uTorrent settings, which I did.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question