mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Interface binding to a tun0 adapter ignored when adapter is not in use #5228
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#5228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SnakeSnowflake on GitHub (Feb 13, 2017).
I'm running qBittorrent v3.3.10 on Arch Linux 4.9.8-1, Qt 5.7.1, libtorrent 1.1.1.0
Having network interface bound to tun0 (openvpn) through advanced settings, the client will revert to other network interfaces if the VPN was not connected or connection gets dropped.
As with the Windows machine I run it on, I would expect qBittorrent not to use network interfaces other than the one it is bound to, even when the latter goes inactive.
The behavior I see is similar to what is described within the comments of this thread. Similar, less the differing execution log entries and irregardless of the suspension-resume OP mentions. Hence, the behavior is not an exact match and this new thread.
Repro:
Execution log from starting the client with VPN off and interface bound, binding ignored:
For what it's worth, Ktorrent behaves in the same way for me.
@zeule commented on GitHub (Feb 14, 2017):
Closing as duplicate of #5272.