User Profile
Okhello1
Roaming Rookie
Joined 4 years ago
User Widgets
Contribuciones
Re: How to Connect to a Consumer VPN on T-Mobile Home Internet (5G Nokia Gateway)
extremetm wrote: I found WireGuard is about 25% slower than OpenVPN behind Tmobile. With Spectrum it was the opposite. In theory I think WireGuard should be faster than OpenVPN. In my case, underT-Mobile internet my WireGuard is currently twice faster than the OpenVPN when I run the command line to reduce the MTU to 1376. I believe I can make my OpenVPN to match the speed of WireGuard if I am able to get the OpenVPN interface name when I am OpenVPN. Currently I didn't see the OpenVPN interface from the command,"netsh interface ipv4 show subinterface".5Visto0likes0ComentariosRe: How to Connect to a Consumer VPN on T-Mobile Home Internet (5G Nokia Gateway)
Does anyone know how to display the OpenVPN interface information in windows 10 after you launch the VPN app with OpenVPN? I used the command line "netsh interface ipv4 show subinterface" to display the interface information and I didn't see the interface for OpenVPN after I launch the VPN app with OpenVPN; but I did see the Wireguard after I launch the VPN app with Wireguard.4Visto0likes0ComentariosRe: How to Connect to a Consumer VPN on T-Mobile Home Internet (5G Nokia Gateway)
OKtw wrote: I'm trying to setup Mozilla VPN WireGuard, but it's very slow on my new T-mobile Nokia 5G grey tube router I just setup. Speed tests at around 3Mbps on VPN on the nearest servers to me, vs a great +90Mbps with VPN off while on T-mobile. Prior to T-mobile, the Moz VPN used to run about 20Mbps on Cox on the same VPN servers. The only settings Moz VPN has is Ipv6 off or on which makes little or no difference. Any ideas? Here is what you need to do to restore your great speed with VPN for Windows 10 after you launch the Mozilla VPN WireGuard: Type this command line with admin authorization to display the interface: netsh interface ipv4 show subinterface You should seethe MTU size& Interface name; then type this command line with admin to replace the MTU size of the VPN interface that you see with size,1376: netsh interface ipv4 set subinterface "?" mtu=1376 store=persistent. On this command, replace ? with the VPN interface that you see. For example, your VPN interface is wg-mozilla, then the comand should be:netsh interface ipv4 set subinterface "wg-mozilla" mtu=1376 store=persistent Repeat step 1 again to display the interface info and verify that the MTU size is 1376 for VPN interface; then run speed test again. This should fix your probllem. The following links which will described more about MTU size to fix this problem if you interest: https://homenetworkgeek.com/mtu-size/ https://amithkumarg.medium.com/resolved-t-mobile-home-internet-vpn-issue-2f5ca594c23e https://community.t-mobile.com/network-coverage-5/vpn-issues-34151/index4.html11Visto2likes0ComentariosRe: How to Connect to a Consumer VPN on T-Mobile Home Internet (5G Nokia Gateway)
I never have problem with Torguard VPN with Spectrum until I switched to T-Mobile recently. Here is how I fixed this problem in my pc Windows 10and android phone. For PC Windows 10, after I launched the Torguard VPN app to connect to Torguard VPN using wireguard, I used the command line with admin authorization: netsh interface ipv4 set subinterface "wg-torguard" mtu=1376 store=persistent to decrease the MTU size to 1376 for wg-torguardinterface. I then got the maximum speed that I normally got with Torguard VPN (around 150Mbps download). Without doing this, my speed is super slow like5Mbps max. When I used the OpenVPN solution which was mentioned above, it worked too; but the speed is cut down in half (60Mbps); I was trying to make the OpenVPN speed back to normal; but unsuccessful because I could not see the OpenVPN subinterface after I executed the command to display the subinterface. For android OS, I used the OpenVPN solution which was mentioned in this thread to resolve the super slow speed issue (3Mbps); but my speed was cut down in half (60Mbps) from the speed that I normally got (150Mbps). WireGuard didn't work at all.9Visto1like0Comentarios