Answer the question
In order to leave comments, you need to log in
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
option proto 'tcpudp'
tcpudp in Openwrt is written together according to the documentation
and so check the addresses, ports, firewall rules
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question