So I want to access Qbittorrent WebUI from internet so that I can connect to it using http://x.x.x.x:8080 where x.x.x.x is my public ip not the private. For this I activated th WebUi fucntion with UPnP box checked on Qbit's options>webui. Now I can access the webui over the private network i.e. currently http://192.168.0.101:8080 opens the webUI but when I try it using my public ip, it doesn't. I am using a DLink Router and connected to WLAN. I am getting my Public IP googling 'whats my ip'. WEBUI port is at default 8080. Software Information: OS: Ubuntu 15.10 Qbit: v3.2.3 Router: Dlink 605L
到目前为止我尝试过的(没有用):
- 在路由器设置上检查Upnp。
- 在ubuntu终端上,'sudo iptables -A INPUT -p tcp --dport 8080 -j ACCEPT'
而且没有任何效果,在执行此操作之前,任何人都可以指导我所缺少的步骤吗?
谢谢。