Configurando o hotspot WiFi em casa

0

Estou tentando configurar um hotspot Wi-Fi em casa usando meu PC como ponto de acesso.

O adaptador USB está instalado e funcionando e o PC está conectado ao PC através de um cabo USB a um telefone (tethering).

Eu configuro a rede com:

netsh wlan set hostednetwork mode=allow ssid=myssid key=mykey

e funciona bem. mas quando tento começar, fico:

C:\WINDOWS\system32>netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested operation.

Eu tentei reinstalar o adaptador, reverter drivers, usar drivers do Windows, alterar o gerenciamento de energia e praticamente tudo que eu encontrei no Google.

EDITAR: Eu agora fianlly conseguiu obter uma conexão com o hotspot wifi que eu criei. No entanto, não consigo acesso à Internet. O computador host é configurado para permitir internet (ICS) e diz que a Internet está disponível, no entanto, nos dispositivos conectados (no meu caso, um tablet) eu recebo internet limitada.

C:\WINDOWS\system32>netsh wlan show hostednetwork

Hosted network settings
-----------------------
    Mode                   : Allowed
    SSID name              : "lukewifi"
    Max number of clients  : 100
    Authentication         : WPA2-Personal
    Cipher                 : CCMP

Hosted network status
---------------------
    Status                 : Started
    BSSID                  : 52:e3:27:9c:ea:46
    Radio type             : 802.11n
    Channel                : 11
    Number of clients      : 0

eu posso conectar a essa rede, mas qualquer dispositivo conectado não recebe internet.

EDIT meu ipconfig

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : luke
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Wireless LAN adapter Wi-Fi 5:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : TP-LINK Wireless PCI Express Adapter
   Physical Address. . . . . . . . . : 60-E3-27-9C-EA-46
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Local Area Connection* 15:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
   Physical Address. . . . . . . . . : 12-E3-27-9C-EA-46
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Ethernet adapter Internet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : PdaNet Broadband Adapter
   Physical Address. . . . . . . . . : 00-26-37-BD-39-42
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 192.168.19.2(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 01 January 2016 09:05:02
   Lease Expires . . . . . . . . . . : 02 January 2016 18:27:34
   Default Gateway . . . . . . . . . : 192.168.19.1
   DHCP Server . . . . . . . . . . . : 192.168.19.1
   DNS Servers . . . . . . . . . . . : 8.8.8.8
   NetBIOS over Tcpip. . . . . . . . : Enabled

Wireless LAN adapter Local Area Connection* 14:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hosted Network Virtual Adapter #5
   Physical Address. . . . . . . . . : 52-E3-27-9C-EA-46
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Autoconfiguration IPv4 Address. . : 169.254.198.231(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   DNS Servers . . . . . . . . . . . : 8.8.8.8
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.{5BCB937F-8E0D-467E-9B22-AD49111BEB63}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{D5A49A77-B044-4930-BDC1-F78745383ECE}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fd:2896:67a9:43e2:5ac9(Preferred)
   Link-local IPv6 Address . . . . . : fe80::2896:67a9:43e2:5ac9%13(Preferred)
   Default Gateway . . . . . . . . . : ::
   DHCPv6 IAID . . . . . . . . . . . : 436207616
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-35-8E-64-90-2B-34-AD-63-EE
   NetBIOS over Tcpip. . . . . . . . : Disabled

C:\WINDOWS\system32>
    
por Mystic 31.12.2015 / 10:16

1 resposta

-1

Se você está tentando compartilhar a conexão de internet do seu PC com um celular, mas não consegue usá-lo via adaptador wifi. Tente fazer isso via USB.

Para mais informações, confira aqui Como para o android , para janelas

    
por 31.12.2015 / 14:02