You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 Issue: Intel LAN Driver causes infinite loop with tun2socks and AmneziaVPN
Description:
When using AmneziaVPN on Windows with xray-core and tun2socks, enabling the VPN causes massive TCP loopback traffic on 127.0.0.1:10808 resulting in hundreds of connections per second. Internet access fails or behaves inconsistently.
How to reproduce:
Install AmneziaVPN on Windows
Connect to your Xray server (XTLS/Reality)
Make sure Intel LAN driver v26.2.0.1 is installed (from MSI motherboard page or Intel)
Use netstat -aon | findstr ":10808" — you will see thousands of TIME_WAIT / ESTABLISHED entries
Environment:
OS: Windows 11 (also tested on Win10)
VPN client: AmneziaVPN latest (2025)
Backend: Xray-core (latest, docker)
Driver: Intel LAN v26.2.0.1
Motherboard: MSI Z690 Edge WiFi DDR4
Solution:
Removing the Intel LAN driver immediately resolves the issue. All connections become stable and VPN works flawlessly.
Notes:
No issues on laptops or systems without the Intel driver
Likely caused by how the Intel driver handles loopback traffic or interferes with tun2socks
Issue may have started after newer Amnezia update or xray-core changes
I hope this helps others troubleshoot the issue faster 🙏
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🐞 Issue: Intel LAN Driver causes infinite loop with tun2socks and AmneziaVPN
Description:
When using AmneziaVPN on Windows with
xray-core
andtun2socks
, enabling the VPN causes massive TCP loopback traffic on127.0.0.1:10808
resulting in hundreds of connections per second. Internet access fails or behaves inconsistently.How to reproduce:
v26.2.0.1
is installed (from MSI motherboard page or Intel)netstat -aon | findstr ":10808"
— you will see thousands of TIME_WAIT / ESTABLISHED entriesEnvironment:
Solution:
Removing the Intel LAN driver immediately resolves the issue. All connections become stable and VPN works flawlessly.
Notes:
I hope this helps others troubleshoot the issue faster 🙏
Beta Was this translation helpful? Give feedback.
All reactions