Windows 10 hosted network - Phone connects, but has no internet
up vote
2
down vote
favorite
I have created a hosted network on Windows 10 using the "netsh" commands, I have also shared the main internet connection with the hosted network.
But no matter what I do, when I connect my android (6.0) phone to the network, it says "connected, but without internet". How can I make it connect?
Please read everything I tried before posting repeated answers:
- Used the same method everyone teaches:
netsh wlan set hostednetwork mode=allow ssid=mynetworkid key=mypassword keyusage=persistent
- My wifi card is enabled and supports this feature, I was able to start the network (
netsh wlan start hosted network
) and the network is visible from the phone. - I did share the connection from the ethernet adapter (where my computer receives internet from) to the newly started hosted network (and tried restarting the computer after that and restarting the network)
- Checked if "Automatic WLAN configuration" and "ICS" services are turned on before trying to connect.
- Checked if the energy configurations for allowing the computer to disable the device for sleeping are according to other users' solutions
- Tried static IPs too, the result is the same. Connected, no internet.
- Tried enabling all services inside the "share connection" configurations (Except controlling desktop).
- There is no option to bridge the hostednetwork to the ethernet.
- Tried even some nonsense (is it?) stuff such as creating passwords with exactly 8 characters and changing the network name.
Does anyone have another solution for that? Is there a possible problem with the IPs, gateways and DNS? (I don't understand these quite well), but I followed some standard procedures other users did such as trying the google DNS (8.8.8.8, 8.8.4.4) on the phone and on the hosted network. Used static IP's with the hosted network adapter (IP+1), and gateway = IP. I don't know what else to to....
windows wireless-networking hotspot netsh ics
add a comment |
up vote
2
down vote
favorite
I have created a hosted network on Windows 10 using the "netsh" commands, I have also shared the main internet connection with the hosted network.
But no matter what I do, when I connect my android (6.0) phone to the network, it says "connected, but without internet". How can I make it connect?
Please read everything I tried before posting repeated answers:
- Used the same method everyone teaches:
netsh wlan set hostednetwork mode=allow ssid=mynetworkid key=mypassword keyusage=persistent
- My wifi card is enabled and supports this feature, I was able to start the network (
netsh wlan start hosted network
) and the network is visible from the phone. - I did share the connection from the ethernet adapter (where my computer receives internet from) to the newly started hosted network (and tried restarting the computer after that and restarting the network)
- Checked if "Automatic WLAN configuration" and "ICS" services are turned on before trying to connect.
- Checked if the energy configurations for allowing the computer to disable the device for sleeping are according to other users' solutions
- Tried static IPs too, the result is the same. Connected, no internet.
- Tried enabling all services inside the "share connection" configurations (Except controlling desktop).
- There is no option to bridge the hostednetwork to the ethernet.
- Tried even some nonsense (is it?) stuff such as creating passwords with exactly 8 characters and changing the network name.
Does anyone have another solution for that? Is there a possible problem with the IPs, gateways and DNS? (I don't understand these quite well), but I followed some standard procedures other users did such as trying the google DNS (8.8.8.8, 8.8.4.4) on the phone and on the hosted network. Used static IP's with the hosted network adapter (IP+1), and gateway = IP. I don't know what else to to....
windows wireless-networking hotspot netsh ics
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have created a hosted network on Windows 10 using the "netsh" commands, I have also shared the main internet connection with the hosted network.
But no matter what I do, when I connect my android (6.0) phone to the network, it says "connected, but without internet". How can I make it connect?
Please read everything I tried before posting repeated answers:
- Used the same method everyone teaches:
netsh wlan set hostednetwork mode=allow ssid=mynetworkid key=mypassword keyusage=persistent
- My wifi card is enabled and supports this feature, I was able to start the network (
netsh wlan start hosted network
) and the network is visible from the phone. - I did share the connection from the ethernet adapter (where my computer receives internet from) to the newly started hosted network (and tried restarting the computer after that and restarting the network)
- Checked if "Automatic WLAN configuration" and "ICS" services are turned on before trying to connect.
- Checked if the energy configurations for allowing the computer to disable the device for sleeping are according to other users' solutions
- Tried static IPs too, the result is the same. Connected, no internet.
- Tried enabling all services inside the "share connection" configurations (Except controlling desktop).
- There is no option to bridge the hostednetwork to the ethernet.
- Tried even some nonsense (is it?) stuff such as creating passwords with exactly 8 characters and changing the network name.
Does anyone have another solution for that? Is there a possible problem with the IPs, gateways and DNS? (I don't understand these quite well), but I followed some standard procedures other users did such as trying the google DNS (8.8.8.8, 8.8.4.4) on the phone and on the hosted network. Used static IP's with the hosted network adapter (IP+1), and gateway = IP. I don't know what else to to....
windows wireless-networking hotspot netsh ics
I have created a hosted network on Windows 10 using the "netsh" commands, I have also shared the main internet connection with the hosted network.
But no matter what I do, when I connect my android (6.0) phone to the network, it says "connected, but without internet". How can I make it connect?
Please read everything I tried before posting repeated answers:
- Used the same method everyone teaches:
netsh wlan set hostednetwork mode=allow ssid=mynetworkid key=mypassword keyusage=persistent
- My wifi card is enabled and supports this feature, I was able to start the network (
netsh wlan start hosted network
) and the network is visible from the phone. - I did share the connection from the ethernet adapter (where my computer receives internet from) to the newly started hosted network (and tried restarting the computer after that and restarting the network)
- Checked if "Automatic WLAN configuration" and "ICS" services are turned on before trying to connect.
- Checked if the energy configurations for allowing the computer to disable the device for sleeping are according to other users' solutions
- Tried static IPs too, the result is the same. Connected, no internet.
- Tried enabling all services inside the "share connection" configurations (Except controlling desktop).
- There is no option to bridge the hostednetwork to the ethernet.
- Tried even some nonsense (is it?) stuff such as creating passwords with exactly 8 characters and changing the network name.
Does anyone have another solution for that? Is there a possible problem with the IPs, gateways and DNS? (I don't understand these quite well), but I followed some standard procedures other users did such as trying the google DNS (8.8.8.8, 8.8.4.4) on the phone and on the hosted network. Used static IP's with the hosted network adapter (IP+1), and gateway = IP. I don't know what else to to....
windows wireless-networking hotspot netsh ics
windows wireless-networking hotspot netsh ics
asked Jul 7 '16 at 3:42
Daniel Möller
11615
11615
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58
add a comment |
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Did you try turning on the Routing and Remote Access service? When I turned it on thanks to the suggestion in https://codeyarns.com/2014/06/13/how-to-fix-internet-access-on-windows-hosted-network/ and recreated the hosted network it worked.
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
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',
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%2f1097862%2fwindows-10-hosted-network-phone-connects-but-has-no-internet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Did you try turning on the Routing and Remote Access service? When I turned it on thanks to the suggestion in https://codeyarns.com/2014/06/13/how-to-fix-internet-access-on-windows-hosted-network/ and recreated the hosted network it worked.
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
add a comment |
up vote
0
down vote
Did you try turning on the Routing and Remote Access service? When I turned it on thanks to the suggestion in https://codeyarns.com/2014/06/13/how-to-fix-internet-access-on-windows-hosted-network/ and recreated the hosted network it worked.
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
add a comment |
up vote
0
down vote
up vote
0
down vote
Did you try turning on the Routing and Remote Access service? When I turned it on thanks to the suggestion in https://codeyarns.com/2014/06/13/how-to-fix-internet-access-on-windows-hosted-network/ and recreated the hosted network it worked.
Did you try turning on the Routing and Remote Access service? When I turned it on thanks to the suggestion in https://codeyarns.com/2014/06/13/how-to-fix-internet-access-on-windows-hosted-network/ and recreated the hosted network it worked.
answered Oct 11 '16 at 16:46
Acuariano
1011
1011
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
add a comment |
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
Well.... I ended up buying an actual WiFi router. But if I remember well, yes, I activated that service too....
– Daniel Möller
Oct 13 '16 at 14:28
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1097862%2fwindows-10-hosted-network-phone-connects-but-has-no-internet%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
try running a HTTP proxy on your Win 10. Then configure your Android 6 to use this proxy. For proxy you can try [Fiddler] telerik.com/fiddler
– AEonAX
Jul 7 '16 at 3:58