In Windows 10, I have a working internet connection via Ethernet. My LAN subnet is 192.168.18.0/24, and my router assigns dhcp addresses between 192.168.18.2 and 192.168.18.254.
I have a WiFi adapter in my computer that I'm trying to use as a WiFi access point / hotspot. I've verified the adapter allows use as an access point. I've configured and used the same adapter running from a linux host and it works fine both as a client
and as an access point. From this Windows 10 computer, I'm able to ping other devices on my LAN
I have been through the Windows 10 'hotspot setup' process many times, with many reboots and a 'network reset' in between, and every time I have nominally the same results... my phone can see the my hotspot SSID that is broadcast, and I can try to connect
the phone to it. It appears to authenticate, but then goes into an "Obtaining IP address" stage, and ultimately fails to connect.
I've enabled 'Internet Connection Sharing' on my Ethernet connection, and set the 'Home networking connection' to the virtual adapter connection of my hotspot ("Local Area Connection xx").
I've also been through the following threads, and the same "fixes" that I see in here repeatedly don't make any difference on my setup...
https://answers.microsoft.com/en-us/insider/forum/insider\_wintp-insider\_web-insiderplat\_pc/mobile-hotspot-connections-are-stuck-at-obtaining/365b496a-14db-4bec-951d-08726752ce98
https://answers.microsoft.com/en-us/insider/forum/insider\_wintp-insider\_web/mobile-hotspot-connections-are-stuck-at-obtaining/365b496a-14db-4bec-951d-08726752ce98
I don't understand how this is even possibly going to work, as I typically will see the following (excerpts from 'ipconfig /all' output, after setting up my hotspot and Internet Connection Sharing....
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Ethernet Connection I218-LM
Physical Address. . . . . . . . . : 00-E0-4B-4F-93-8F
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
...
IPv4 Address. . . . . . . . . . . : 192.168.18.24(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, May 22, 2018 4:44:22 PM
Lease Expires . . . . . . . . . . : Wednesday, May 23, 2018 4:44:22 PM
Default Gateway . . . . . . . . . : 192.168.18.1
DHCP Server . . . . . . . . . . . : 192.168.18.1
...
DNS Servers . . . . . . . . . . . : 192.168.18.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Wireless LAN adapter Local Area Connection* 11:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
Physical Address. . . . . . . . . : xxxxxxxxxxxxxxxxxxxxx
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
...
IPv4 Address. . . . . . . . . . . : 192.168.137.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
...
DNS Servers . . . . . . . . . . . : 192.168.18.1
NetBIOS over Tcpip. . . . . . . . : Enabled
The subnet that the hotspot is assigned to is 192.168.137.0... and DHCP is disabled for it... there is no default gateway... I don't see how my router is going to assign an IP address to a device that connects to the hotspot? At any rate, I can't ever
seem to get an IP address assigned.
What am I missing?