Tag: QBittorrent
September 7, 2024
WireGuard and qBittorrent
WireGuard and qBittorrent Problem Description I was wanting to run qBittorrent on a system located within my home network, but I wanted qBittorrent to do the torrenting of the data via a Virtual Private Server (VPS) located out on the Internet, using a WireGuard VPN connection.
One issue I ran into was that I only wanted to send the qBittorrent traffic over the WireGuard connection but all other traffic on my system would use my normal network connection.
read more
Tag: Wireguard
September 7, 2024
WireGuard and qBittorrent
WireGuard and qBittorrent Problem Description I was wanting to run qBittorrent on a system located within my home network, but I wanted qBittorrent to do the torrenting of the data via a Virtual Private Server (VPS) located out on the Internet, using a WireGuard VPN connection.
One issue I ran into was that I only wanted to send the qBittorrent traffic over the WireGuard connection but all other traffic on my system would use my normal network connection.
read more
Tag: Nfs
August 17, 2024
NFS mounts and systemd
NFS mount failing to mount on reboot An issue that was occuring for me was that upon reboot, the NFS mount configured in /etc/fstab would attempt to mount before the network was up. So the NFS mount would fail as neither the network or DNS were working at the point the mount was attempted.
I tried various suggestions to get it working such as using _netdev in the “mount options” field in /etc/fstab but those did not work.
read more
Tag: Systemd
August 17, 2024
NFS mounts and systemd
NFS mount failing to mount on reboot An issue that was occuring for me was that upon reboot, the NFS mount configured in /etc/fstab would attempt to mount before the network was up. So the NFS mount would fail as neither the network or DNS were working at the point the mount was attempted.
I tried various suggestions to get it working such as using _netdev in the “mount options” field in /etc/fstab but those did not work.
read more