Results 1 to 6 of 6
Thread: VPN Strangeness
-
12-29-2018 03:32 PM #1
- Join Date
- Dec 2018
- Reputation
- 10
- Posts
- 6
VPN Strangeness
Run my own private VPN on AWS. Have no problems connecting to it from my desktop development machine (Win 10/64 Fast Ring) using a standard Windows VPN (PPoE) connection as long as I'm hardwired to my ASUS AC RT68U. If I try to connect through a WiFi connection - same computer, same router, the login fails. All the router passthroughs are enabled. I.e. PPTP and L2TP. Enabled PPPoE Relay. Wasn't expecting this to make a difference and it didn't. Not a strong routing table person, but the four entries there are the router defaults and I don't see anything that is WiFi interface related. Nothing in the router general or wireless logs.
Any suggestions?
-
12-29-2018 06:10 PM #2
- Join Date
- Dec 2018
- Reputation
- 10
- Posts
- 6
Oh, and I should mention that hosting the VPN using the RT68U as the endpoint also works fine. The problem is only when Windows devices connected by WiFi through the router try to set up their own VPN connection that there is a problem. Strangely enough, Windows devices using non-Windows VPN clients (i.e. AnyConnect) work fine over WiFi.
-
12-29-2018 11:10 PM #3
- Join Date
- Jun 2018
- Reputation
- 10
- Posts
- 17
Just humor me and manually set a different DNS server for your wifi interface on windows. *Then try again. *If you don't know of one, try google's 8.8.8.8
-
12-30-2018 03:06 AM #4
- Join Date
- Dec 2018
- Reputation
- 10
- Posts
- 6
-
12-30-2018 04:42 AM #5
Korth PC Specs Motherboard ASUS X99 R5E (BIOS2101/1902) Processor Haswell-EP E5-1680-3 SR20H/R2 (4.4GHz) Memory (part number) Vengeance LPX 4x8GB SS DDR4-3000 (CMK32GX4M4C3000C15) Graphics Card #1 NVIDIA Quadro GP100GL/16GB, 16xPCIe3, NVLink1 (SLI-HB) Graphics Card #2 NVIDIA Quadro GP100GL/16GB, 16xPCIe3, NVLink1 (SLI-HB) Sound Card JDS Labs O2+ODAC (RevB), USB2 UAC1 Monitor ASUS PG278Q Storage #1 Samsung 850 PRO 512GB SSDs, 4xSATA3 RAID0 Storage #2 Comay BladeDrive E28 3200GB SSD, 8xPCIe2 CPU Cooler Raijintek NEMESIS/TISIS, AS5, 2xNH-A14 Case Obsidian 750D (original), 6xNH-A14 Power Supply Zalman/FSP ZM1250 Platinum Headset Pilot P51 PTT *modded* OS Arch, Gentoo, Win7x64, Win10x64 Network Router Actiontec T3200M VDSL2 Gateway Accessory #1 TP-Link AC1900 Archer T9E, 1xPCIe Accessory #2 ASUS/Infineon SLB9635 TPM (TT1.2/FW3.19) Accessory #3 ASUS OC Panel I (FW0501)
- Join Date
- Mar 2015
- Reputation
- 152
- Posts
- 2,719
Your wireless adapter may not be compatible with a virtual router.
Type "netsh wlan show drivers" at command prompt. "Hosted network supported" must be YES if you want this VPN to run across wireless. If it's NO then you might be able to enable it through the Device Manager (advanced settings/properties for that adapter) or you might be able to enable (emulate) it with added VPN software. You may need to contact AWS support or use a different VPN.Last edited by Korth; 12-30-2018 at 04:45 AM.
"All opinions are not equal. Some are a very great deal more robust, sophisticated and well supported in logic and argument than others." - Douglas Adams
[/Korth]
-
12-30-2018 03:04 PM #6
- Join Date
- Dec 2018
- Reputation
- 10
- Posts
- 6
Thank you for the suggestion. The driver is a Broadcom 802.11ac Network Adapter, and it does show Hosted Network Supported as Yes.
The Intel I.211 Ethernet interface on my development machine is built into a ASUS 170 Deluxe motherboard. I did also try using an Inamax USB WiFI Ethernet interface, but that didn't make any difference. Suspecting something strange with the Windows VPN client. Will see if I can find a third party PPoE client to try.