Configure OpenVPN Connect for only qbit

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
germ
OpenVpn Newbie
Posts: 2
Joined: Sun Jan 23, 2022 4:52 pm

Configure OpenVPN Connect for only qbit

Post by germ » Wed Jan 26, 2022 12:40 am

Hello All,

Forgive me if this is an old topic. I searched the forum for a solution, but I'm not having any luck. Hopefully someone can lead me in the right direction.

My VPN provider recently killed my socks5 proxy, and has essentially forced me to openVPN. My socks5 proxy was perfect for what I needed in a vpn - magnet links and torrents. This service was performed on my media server and qbittorrent was the only application using the vpn, as netflix and other services were having issues with the vpn connection. The openvpn connect send all traffic to their gateway when turned on.

I cannot figure out how to configure the openvpn connect to only work with qbit.

Can someone please advise? I've pasted my client config below. The only modification that I made is to the auto authentication so that it connects on startup.

TIA.

client
dev tun
proto udp
remote us5.east.zoogvpn.com 1194
redirect-gateway
cipher AES-256-CBC
auth SHA256
auth-user-pass "C:\\Program Files\\OpenVPN\\pw\\pw.txt"
auth-retry nointeract
auth-nocache
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ping 15
ping-restart 0
ping-timer-rem
...
fast-io
reneg-bytes 0
reneg-sec 0
verb 3
key-direction 1

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Configure OpenVPN Connect for only qbit

Post by TinCanTech » Wed Jan 26, 2022 12:53 am

Which version of Openvpn are you using, please ?

germ
OpenVpn Newbie
Posts: 2
Joined: Sun Jan 23, 2022 4:52 pm

Re: Configure OpenVPN Connect for only qbit

Post by germ » Wed Jan 26, 2022 2:45 am

Hi TinCan Tech.

My version is 3.3.4 (2600). I had to use this version, as OpenVPN Gui wouln't connect on startup.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Configure OpenVPN Connect for only qbit

Post by TinCanTech » Wed Jan 26, 2022 3:55 am

germ wrote:
Wed Jan 26, 2022 2:45 am
My version is 3.3.4 (2600). I had to use this version, as OpenVPN Gui wouln't connect on startup
The two products are different

edited.

Post Reply