FreeBSD - Unable to bind Web UI to port
Posted: Sat Jan 14, 2017 10:25 am
Hello,
I'm using qBittorrent on Windows for years with no problem. Yesterday I tried it on FreeBSD too.
I have a NAS with Nas4Free 10.3.0.3 (3379), and I wanted to replace it's built in Transmission client with qBittorrent running in a jail (mainly for the lack of proxy support in Transmission).
I installed qbittorrent-nox11 with pkg and when I launch it stops after the webUI default admin password warning, never get to the message about the webUI listening on the given port.
Checking the logs I see the following:
I have the following ifconfig in the jail:
Can someone help on this, what is missing?. Many thanks...
I'm using qBittorrent on Windows for years with no problem. Yesterday I tried it on FreeBSD too.
I have a NAS with Nas4Free 10.3.0.3 (3379), and I wanted to replace it's built in Transmission client with qBittorrent running in a jail (mainly for the lack of proxy support in Transmission).
I installed qbittorrent-nox11 with pkg and when I launch it stops after the webUI default admin password warning, never get to the message about the webUI listening on the given port.
Checking the logs I see the following:
Earlier I had another critical log entry:(N) 2017-01-14T10:49:39 - qBittorrent v3.3.10 started
(I) 2017-01-14T10:49:39 - qBittorrent is trying to listen on interface 192.168.2.4 port: 8999
(N) 2017-01-14T10:49:39 - Peer ID: -qB33A0-
(N) 2017-01-14T10:49:39 - HTTP User-Agent is 'qBittorrent v3.3.10'
(I) 2017-01-14T10:49:39 - DHT support [ON]
(I) 2017-01-14T10:49:39 - Local Peer Discovery support [ON]
(I) 2017-01-14T10:49:39 - PeX support [ON]
(I) 2017-01-14T10:49:39 - Anonymous mode [OFF]
(I) 2017-01-14T10:49:39 - Encryption support [ON]
(I) 2017-01-14T10:49:39 - Embedded Tracker [OFF]
(I) 2017-01-14T10:49:39 - UPnP / NAT-PMP support [ON]
(I) 2017-01-14T10:49:39 - GeoIP database loaded. Type: GeoLite2-Country. Build time: Wed Jan 4 02:59:05 2017.
(C) 2017-01-14T10:49:39 - Web UI Error - Unable to bind Web UI to port 8181
(I) 2017-01-14T10:49:39 - qBittorrent is successfully listening on interface 192.168.2.4 port: TCP/8999
(I) 2017-01-14T10:49:39 - qBittorrent is successfully listening on interface 192.168.2.4 port: UDP/8999
(I) 2017-01-14T10:49:39 - External IP: xx.xx.xx.xx
But that was eliminated by setting the connection interface (Connection\Interface=re0)(C) 2017-01-14T10:26:06 - qBittorrent failed listening on interface 0.0.0.0 port: TCP/8999. Reason: Protocol not supported.
I have the following ifconfig in the jail:
I also tried running it from outside of the jail and that is working, binding to the listening port is successful.re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether b0:48:7a:80:31:4a
inet 192.168.2.4 netmask 0xffffff00 broadcast 192.168.2.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
bge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO,LINKSTATE>
ether 3c:d9:2b:02:0d:31
media: Ethernet autoselect
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
Can someone help on this, what is missing?. Many thanks...