You are not logged in.
Hi, kernel 6.7.0-arch3-1. I have a router at home, there is port forward to allow torrents. I use qbittorrent with correct port, it works through ethernet gigabit, but does not through wifi, What do I miss ?
upd: it just begin working, I did not do anything, what was that ?
Last edited by ihitmani (2024-01-23 21:17:31)
Offline
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline