Windows WiFi hotspot - clients can't connectHow to get assigned IPs by hostednetwork?Multiple connections to...
Are Wave equations equivalent to Maxwell equations in free space?
Why won't the strings command stop?
Error in TransformedField
Are small insurances worth it
What is Tony Stark injecting into himself in Iron Man 3?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
What's the best tool for cutting holes into duct work?
Is being socially reclusive okay for a graduate student?
Can you run a ground wire from stove directly to ground pole in the ground
Remove object from array based on array of some property of that object
Why can't we use freedom of speech and expression to incite people to rebel against government in India?
Ultrafilters as a double dual
Did Amazon pay $0 in taxes last year?
Why would the IRS ask for birth certificates or even audit a small tax return?
Is there a math equivalent to the conditional ternary operator?
Does the in-code argument passing conventions used on PDP-11's have a name?
What can I do if someone tampers with my SSH public key?
Can a Mexican citizen living in US under DACA drive to Canada?
How spaceships determine each other's mass in space?
Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?
Dukha vs legitimate need
School performs periodic password audits. Is my password compromised?
Short story about an infectious indestructible metal bar?
Was it really inappropriate to write a pull request for the company I interviewed with?
Windows WiFi hotspot - clients can't connect
How to get assigned IPs by hostednetwork?Multiple connections to the same Wireless Network in Windows 7how to share 3g internet via wifi?Can't get hostednetwork started in Windows 8 x64microsoft virtual wifi miniport adapter has been replaced byMicrosoft Virtual Wi-Fi Hosted Networknetsh wifi hotspot config max clientsBatch substitute for wifi on/off toggle win 8.1pro - automate hosted networkCan't create a hotspot from windows 10 after upgrading from windows 8WiFi Hotspot without any Password?how to make a wifi hotspot from mac when it is connected to wifi
I configured a WiFi hotspot on Windows, using the command line:
netsh wlan set hostednetwork mode=allow ssid=ProvaMi key=pippo123
netsh wlan start hostednetwork
netsh interface ip set address "TestWIFI" static 192.168.159.1 255.255.255.0 196.168.159.1
(basically, the method I described in this answer
Now, everything works fine, but "sometimes" (where sometimes ranges from some minutes to hours) the network stops working. With "stops working" I mean that the WiFi network is in there, but clients can't connect: I tried from the PC, and I get an error message "I can't connect to this network"; and from my smartphone, which doesn't even try to connect.
I've seen many comments around the web for a problem of the smartphone which is not getting the IP address... bu I can't either reach that part ("Obtaining an IP address.."): the phone simply does not connect.
What I've already tried:
- disabling Windows Firewall
- disabling Power Management for the WiFi interface
- upgrading the WiFi driver
I'm out of ideas on this item, and I can't seem to find a suitable solut
windows-8 wireless-networking hotspot netsh
add a comment |
I configured a WiFi hotspot on Windows, using the command line:
netsh wlan set hostednetwork mode=allow ssid=ProvaMi key=pippo123
netsh wlan start hostednetwork
netsh interface ip set address "TestWIFI" static 192.168.159.1 255.255.255.0 196.168.159.1
(basically, the method I described in this answer
Now, everything works fine, but "sometimes" (where sometimes ranges from some minutes to hours) the network stops working. With "stops working" I mean that the WiFi network is in there, but clients can't connect: I tried from the PC, and I get an error message "I can't connect to this network"; and from my smartphone, which doesn't even try to connect.
I've seen many comments around the web for a problem of the smartphone which is not getting the IP address... bu I can't either reach that part ("Obtaining an IP address.."): the phone simply does not connect.
What I've already tried:
- disabling Windows Firewall
- disabling Power Management for the WiFi interface
- upgrading the WiFi driver
I'm out of ideas on this item, and I can't seem to find a suitable solut
windows-8 wireless-networking hotspot netsh
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
1
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11
add a comment |
I configured a WiFi hotspot on Windows, using the command line:
netsh wlan set hostednetwork mode=allow ssid=ProvaMi key=pippo123
netsh wlan start hostednetwork
netsh interface ip set address "TestWIFI" static 192.168.159.1 255.255.255.0 196.168.159.1
(basically, the method I described in this answer
Now, everything works fine, but "sometimes" (where sometimes ranges from some minutes to hours) the network stops working. With "stops working" I mean that the WiFi network is in there, but clients can't connect: I tried from the PC, and I get an error message "I can't connect to this network"; and from my smartphone, which doesn't even try to connect.
I've seen many comments around the web for a problem of the smartphone which is not getting the IP address... bu I can't either reach that part ("Obtaining an IP address.."): the phone simply does not connect.
What I've already tried:
- disabling Windows Firewall
- disabling Power Management for the WiFi interface
- upgrading the WiFi driver
I'm out of ideas on this item, and I can't seem to find a suitable solut
windows-8 wireless-networking hotspot netsh
I configured a WiFi hotspot on Windows, using the command line:
netsh wlan set hostednetwork mode=allow ssid=ProvaMi key=pippo123
netsh wlan start hostednetwork
netsh interface ip set address "TestWIFI" static 192.168.159.1 255.255.255.0 196.168.159.1
(basically, the method I described in this answer
Now, everything works fine, but "sometimes" (where sometimes ranges from some minutes to hours) the network stops working. With "stops working" I mean that the WiFi network is in there, but clients can't connect: I tried from the PC, and I get an error message "I can't connect to this network"; and from my smartphone, which doesn't even try to connect.
I've seen many comments around the web for a problem of the smartphone which is not getting the IP address... bu I can't either reach that part ("Obtaining an IP address.."): the phone simply does not connect.
What I've already tried:
- disabling Windows Firewall
- disabling Power Management for the WiFi interface
- upgrading the WiFi driver
I'm out of ideas on this item, and I can't seem to find a suitable solut
windows-8 wireless-networking hotspot netsh
windows-8 wireless-networking hotspot netsh
edited Mar 20 '17 at 10:17
Community♦
1
1
asked Jul 15 '15 at 14:51
NovaNova
121127
121127
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
1
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11
add a comment |
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
1
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
1
1
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11
add a comment |
3 Answers
3
active
oldest
votes
After lots of digging into the details of the WiFi controller (that was a Realtek RTL8723BS), I found out a setting that allows the correct working of the WiFi hotspot:
- Under WiFi properties -> "Configure..."
Advanced tab- "WiFi configure" setting. This was set to "Performance"; configuring it to "WiFi" makes the WiFi hotspot connection work correctly
This is related to the driver version 3008.8.401.2015, dated 2015.05.13.
I hope this can help someone with the same problem.
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
add a comment |
I tried lots of things... when I read in this thread that this thing is buggy I remembered that the last time the hosted-network worked I also shared the internet from the PC's Ethernet connection.
Clicked on the properties of the Ethernet connection's network adapter, in adapter settings and enabled internet connection sharing on the sharing tab.
My phone finally was able to connect.
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
add a comment |
disable IPv6 from network properties of all WiFi-related connections
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f940974%2fwindows-wifi-hotspot-clients-cant-connect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
After lots of digging into the details of the WiFi controller (that was a Realtek RTL8723BS), I found out a setting that allows the correct working of the WiFi hotspot:
- Under WiFi properties -> "Configure..."
Advanced tab- "WiFi configure" setting. This was set to "Performance"; configuring it to "WiFi" makes the WiFi hotspot connection work correctly
This is related to the driver version 3008.8.401.2015, dated 2015.05.13.
I hope this can help someone with the same problem.
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
add a comment |
After lots of digging into the details of the WiFi controller (that was a Realtek RTL8723BS), I found out a setting that allows the correct working of the WiFi hotspot:
- Under WiFi properties -> "Configure..."
Advanced tab- "WiFi configure" setting. This was set to "Performance"; configuring it to "WiFi" makes the WiFi hotspot connection work correctly
This is related to the driver version 3008.8.401.2015, dated 2015.05.13.
I hope this can help someone with the same problem.
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
add a comment |
After lots of digging into the details of the WiFi controller (that was a Realtek RTL8723BS), I found out a setting that allows the correct working of the WiFi hotspot:
- Under WiFi properties -> "Configure..."
Advanced tab- "WiFi configure" setting. This was set to "Performance"; configuring it to "WiFi" makes the WiFi hotspot connection work correctly
This is related to the driver version 3008.8.401.2015, dated 2015.05.13.
I hope this can help someone with the same problem.
After lots of digging into the details of the WiFi controller (that was a Realtek RTL8723BS), I found out a setting that allows the correct working of the WiFi hotspot:
- Under WiFi properties -> "Configure..."
Advanced tab- "WiFi configure" setting. This was set to "Performance"; configuring it to "WiFi" makes the WiFi hotspot connection work correctly
This is related to the driver version 3008.8.401.2015, dated 2015.05.13.
I hope this can help someone with the same problem.
answered Aug 5 '15 at 13:26
NovaNova
121127
121127
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
add a comment |
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
1
1
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
I should add - this hidden Windows "feature" is hidden for a reason - many network drivers were not designed with AP operation in mind, and have bugs and inconsistencies when operating in this mode. It is not unusual for issues like this to arise. Conversely, Intel drivers tend to be fairly good in hotspot mode, in part because Intel have specifically designed hotspot and repeater mode in from the start.
– qasdfdsaq
Aug 5 '15 at 13:29
add a comment |
I tried lots of things... when I read in this thread that this thing is buggy I remembered that the last time the hosted-network worked I also shared the internet from the PC's Ethernet connection.
Clicked on the properties of the Ethernet connection's network adapter, in adapter settings and enabled internet connection sharing on the sharing tab.
My phone finally was able to connect.
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
add a comment |
I tried lots of things... when I read in this thread that this thing is buggy I remembered that the last time the hosted-network worked I also shared the internet from the PC's Ethernet connection.
Clicked on the properties of the Ethernet connection's network adapter, in adapter settings and enabled internet connection sharing on the sharing tab.
My phone finally was able to connect.
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
add a comment |
I tried lots of things... when I read in this thread that this thing is buggy I remembered that the last time the hosted-network worked I also shared the internet from the PC's Ethernet connection.
Clicked on the properties of the Ethernet connection's network adapter, in adapter settings and enabled internet connection sharing on the sharing tab.
My phone finally was able to connect.
I tried lots of things... when I read in this thread that this thing is buggy I remembered that the last time the hosted-network worked I also shared the internet from the PC's Ethernet connection.
Clicked on the properties of the Ethernet connection's network adapter, in adapter settings and enabled internet connection sharing on the sharing tab.
My phone finally was able to connect.
answered Feb 4 '17 at 2:23
vapiteavapitea
111
111
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
add a comment |
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
Doesn't really solve the mystery of the OP's connection dropping out though.
– AlwaysLearning
Feb 4 '17 at 2:47
add a comment |
disable IPv6 from network properties of all WiFi-related connections
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
add a comment |
disable IPv6 from network properties of all WiFi-related connections
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
add a comment |
disable IPv6 from network properties of all WiFi-related connections
disable IPv6 from network properties of all WiFi-related connections
answered 21 hours ago
iperoviperov
11
11
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
add a comment |
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
3
3
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
Wow, I guess that worked for you, but it would be quite bad if that's a requirement. Did you disable this on the hotspot, or on the client(s)? Any more details for future readers? Thanks!
– Arjan
21 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Burgi
19 hours ago
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f940974%2fwindows-wifi-hotspot-clients-cant-connect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It is not command configuration problem, besides you said it works for a while. Try to disable network card power saving mode.
– Bilo
Jul 15 '15 at 15:05
Already tried: see above. By the way: I'm configuring this way: WiFI -> Properties -> Configuration -> Power management -> "Allow the PC to shut down this device to save energy". Right?
– Nova
Jul 15 '15 at 15:15
1
Yes, should leave those setting UNCHECKED, by the way, I recommend you to use a USB wifi adapter to test if you have one. Usually the USB one doens't have power saving setting. If it works, you have work hard to dig in your Internal Wifi card problem.
– Bilo
Jul 15 '15 at 15:22
Yes: those settings are unchecked. I don't have any WiFi USB adapter at the moment... is there any other "configuration" I need to do?
– Nova
Jul 16 '15 at 16:11