Windows 10: Manually configure one wireless network and leave the rest on auto
My primary network connection for a Windows 10 box is a wireless connection to an Android phone. Unfortunately, the phone's wireless tethering is buggy, and often the DHCP lease is incorrect, causing me to be unable to open any new network connections. The specific issue is that the phone doesn't hand out a gateway.
My proposed solution to this is to configure the network manually, avoiding DHCP altogether, as every attempt to flash a new ROM on the phone has failed. Which brings me to my question:
How can I set manual IP settings for just one wireless network?
By setting the IPv4 settings on the network adapter, it appears that it applies to all wireless APs, and not just the one I want to configure.
windows-10 wireless-networking
add a comment |
My primary network connection for a Windows 10 box is a wireless connection to an Android phone. Unfortunately, the phone's wireless tethering is buggy, and often the DHCP lease is incorrect, causing me to be unable to open any new network connections. The specific issue is that the phone doesn't hand out a gateway.
My proposed solution to this is to configure the network manually, avoiding DHCP altogether, as every attempt to flash a new ROM on the phone has failed. Which brings me to my question:
How can I set manual IP settings for just one wireless network?
By setting the IPv4 settings on the network adapter, it appears that it applies to all wireless APs, and not just the one I want to configure.
windows-10 wireless-networking
add a comment |
My primary network connection for a Windows 10 box is a wireless connection to an Android phone. Unfortunately, the phone's wireless tethering is buggy, and often the DHCP lease is incorrect, causing me to be unable to open any new network connections. The specific issue is that the phone doesn't hand out a gateway.
My proposed solution to this is to configure the network manually, avoiding DHCP altogether, as every attempt to flash a new ROM on the phone has failed. Which brings me to my question:
How can I set manual IP settings for just one wireless network?
By setting the IPv4 settings on the network adapter, it appears that it applies to all wireless APs, and not just the one I want to configure.
windows-10 wireless-networking
My primary network connection for a Windows 10 box is a wireless connection to an Android phone. Unfortunately, the phone's wireless tethering is buggy, and often the DHCP lease is incorrect, causing me to be unable to open any new network connections. The specific issue is that the phone doesn't hand out a gateway.
My proposed solution to this is to configure the network manually, avoiding DHCP altogether, as every attempt to flash a new ROM on the phone has failed. Which brings me to my question:
How can I set manual IP settings for just one wireless network?
By setting the IPv4 settings on the network adapter, it appears that it applies to all wireless APs, and not just the one I want to configure.
windows-10 wireless-networking
windows-10 wireless-networking
asked Aug 11 '17 at 1:02
Scott SeveranceScott Severance
3481622
3481622
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I'm not aware of any way of setting the IPv4 settings for a specific network only as opposed to a specific adapter, but I would suggest another approach for you particular situation.
Windows allows you to set an Alternate Configuration for when no DHCP server is found. By default it is set to automatically give you an address in the 169.254.0.1
through 169.254.255.254
range when no DHCP server is found. You can change this default to specifc IPv4 settings of your choosing; in your case, your phone's wireless configuration. To do so, do the following:
- Go to Network and Sharing Center
- Go to Change Adapter Settings
- Right-click your Wireless Adapter
- Choose Properties
- Select IPv4 Properties
- In the General tab choose Obtain an IP address automatically
- Now up top choose the Alternate Configuration tab
- By default you'll se the Automatic private IP address radio button selected. This is what sets it to the default
169.254.x.x
range. Instead select the User configured radio button. Now enter your phone wifi IP information - Click OK and you're done.
So if you're on any other network with DHCP it will connect automatically with no problem, but will switch over to manual settings when you start having DHCP lease issues on your phone's wifi network.
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
add a comment |
I realize this was asked over a year ago, but...In Windows 10 go to All Settings then Network and Internet then select Wi-Fi on the left hand side. Select Manage known networks. select your phones Wi-Fi (I assume its saved since its already been connected to in the past) and click Properties. Scroll down to IP settings and click Edit. Change the drop down to Manual. Turn on IPv4 or 6 (whatever your flavor) and enter all the pertinent info. Boom, Static IP per wireless network.
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%2f1239761%2fwindows-10-manually-configure-one-wireless-network-and-leave-the-rest-on-auto%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm not aware of any way of setting the IPv4 settings for a specific network only as opposed to a specific adapter, but I would suggest another approach for you particular situation.
Windows allows you to set an Alternate Configuration for when no DHCP server is found. By default it is set to automatically give you an address in the 169.254.0.1
through 169.254.255.254
range when no DHCP server is found. You can change this default to specifc IPv4 settings of your choosing; in your case, your phone's wireless configuration. To do so, do the following:
- Go to Network and Sharing Center
- Go to Change Adapter Settings
- Right-click your Wireless Adapter
- Choose Properties
- Select IPv4 Properties
- In the General tab choose Obtain an IP address automatically
- Now up top choose the Alternate Configuration tab
- By default you'll se the Automatic private IP address radio button selected. This is what sets it to the default
169.254.x.x
range. Instead select the User configured radio button. Now enter your phone wifi IP information - Click OK and you're done.
So if you're on any other network with DHCP it will connect automatically with no problem, but will switch over to manual settings when you start having DHCP lease issues on your phone's wifi network.
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
add a comment |
I'm not aware of any way of setting the IPv4 settings for a specific network only as opposed to a specific adapter, but I would suggest another approach for you particular situation.
Windows allows you to set an Alternate Configuration for when no DHCP server is found. By default it is set to automatically give you an address in the 169.254.0.1
through 169.254.255.254
range when no DHCP server is found. You can change this default to specifc IPv4 settings of your choosing; in your case, your phone's wireless configuration. To do so, do the following:
- Go to Network and Sharing Center
- Go to Change Adapter Settings
- Right-click your Wireless Adapter
- Choose Properties
- Select IPv4 Properties
- In the General tab choose Obtain an IP address automatically
- Now up top choose the Alternate Configuration tab
- By default you'll se the Automatic private IP address radio button selected. This is what sets it to the default
169.254.x.x
range. Instead select the User configured radio button. Now enter your phone wifi IP information - Click OK and you're done.
So if you're on any other network with DHCP it will connect automatically with no problem, but will switch over to manual settings when you start having DHCP lease issues on your phone's wifi network.
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
add a comment |
I'm not aware of any way of setting the IPv4 settings for a specific network only as opposed to a specific adapter, but I would suggest another approach for you particular situation.
Windows allows you to set an Alternate Configuration for when no DHCP server is found. By default it is set to automatically give you an address in the 169.254.0.1
through 169.254.255.254
range when no DHCP server is found. You can change this default to specifc IPv4 settings of your choosing; in your case, your phone's wireless configuration. To do so, do the following:
- Go to Network and Sharing Center
- Go to Change Adapter Settings
- Right-click your Wireless Adapter
- Choose Properties
- Select IPv4 Properties
- In the General tab choose Obtain an IP address automatically
- Now up top choose the Alternate Configuration tab
- By default you'll se the Automatic private IP address radio button selected. This is what sets it to the default
169.254.x.x
range. Instead select the User configured radio button. Now enter your phone wifi IP information - Click OK and you're done.
So if you're on any other network with DHCP it will connect automatically with no problem, but will switch over to manual settings when you start having DHCP lease issues on your phone's wifi network.
I'm not aware of any way of setting the IPv4 settings for a specific network only as opposed to a specific adapter, but I would suggest another approach for you particular situation.
Windows allows you to set an Alternate Configuration for when no DHCP server is found. By default it is set to automatically give you an address in the 169.254.0.1
through 169.254.255.254
range when no DHCP server is found. You can change this default to specifc IPv4 settings of your choosing; in your case, your phone's wireless configuration. To do so, do the following:
- Go to Network and Sharing Center
- Go to Change Adapter Settings
- Right-click your Wireless Adapter
- Choose Properties
- Select IPv4 Properties
- In the General tab choose Obtain an IP address automatically
- Now up top choose the Alternate Configuration tab
- By default you'll se the Automatic private IP address radio button selected. This is what sets it to the default
169.254.x.x
range. Instead select the User configured radio button. Now enter your phone wifi IP information - Click OK and you're done.
So if you're on any other network with DHCP it will connect automatically with no problem, but will switch over to manual settings when you start having DHCP lease issues on your phone's wifi network.
answered Aug 11 '17 at 2:32
n8ten8te
4,96272233
4,96272233
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
add a comment |
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
Thanks. It's idiotic that Windows doesn't have the ability to make per-SSID settings, but I suspect you're right. I've set things up as you suggested. So far, DHCP is working so I can't test it.
– Scott Severance
Aug 11 '17 at 17:15
add a comment |
I realize this was asked over a year ago, but...In Windows 10 go to All Settings then Network and Internet then select Wi-Fi on the left hand side. Select Manage known networks. select your phones Wi-Fi (I assume its saved since its already been connected to in the past) and click Properties. Scroll down to IP settings and click Edit. Change the drop down to Manual. Turn on IPv4 or 6 (whatever your flavor) and enter all the pertinent info. Boom, Static IP per wireless network.
add a comment |
I realize this was asked over a year ago, but...In Windows 10 go to All Settings then Network and Internet then select Wi-Fi on the left hand side. Select Manage known networks. select your phones Wi-Fi (I assume its saved since its already been connected to in the past) and click Properties. Scroll down to IP settings and click Edit. Change the drop down to Manual. Turn on IPv4 or 6 (whatever your flavor) and enter all the pertinent info. Boom, Static IP per wireless network.
add a comment |
I realize this was asked over a year ago, but...In Windows 10 go to All Settings then Network and Internet then select Wi-Fi on the left hand side. Select Manage known networks. select your phones Wi-Fi (I assume its saved since its already been connected to in the past) and click Properties. Scroll down to IP settings and click Edit. Change the drop down to Manual. Turn on IPv4 or 6 (whatever your flavor) and enter all the pertinent info. Boom, Static IP per wireless network.
I realize this was asked over a year ago, but...In Windows 10 go to All Settings then Network and Internet then select Wi-Fi on the left hand side. Select Manage known networks. select your phones Wi-Fi (I assume its saved since its already been connected to in the past) and click Properties. Scroll down to IP settings and click Edit. Change the drop down to Manual. Turn on IPv4 or 6 (whatever your flavor) and enter all the pertinent info. Boom, Static IP per wireless network.
answered Feb 1 at 23:01
Johnathan ToddJohnathan Todd
1
1
add a comment |
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%2f1239761%2fwindows-10-manually-configure-one-wireless-network-and-leave-the-rest-on-auto%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