On Thu, 2018-09-06 at 09:21 -0700, Rick Stevens wrote: > On 09/06/2018 09:17 AM, Patrick O'Callaghan wrote: > > I'm actually embarrassed to be asking this, because the answer must be > > so obvious that I can't see it. Fresh eyes will no doubt see the > > problem immediately. > > > > I've set up a small Fedora server instance in a KVM/QEMU guest. There's > > no DE because I want to use it to run qbittorrent-nox (i.e. headless) > > in an isolated environment. I've enabled HTTP using firewall-cmd. Ssh > > into the guest works. General net access out of the guest works (e.g. > > dnf, ping, nfs client etc.). Qbittorrent-nox runs in daemon mode with > > no complaints. However trying to access it from a browser on the host > > returns "connection refused". I can't even telnet to port 8080 (the > > default). I've turned off SElinux just in case, but it makes no > > difference. > > > > A gentle hint would be welcome. > > Uhm, HTTP is port 80, not port 8080. You'd need to permit TCP/8080 in > firewall-cmd: > > firewall-cmd --permanent --add-port=8080/tcp I meant the default port for qbittorrent-nox. I already enabled 8080 as you say. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx