Why am I unable to change my DNS settings?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Accessing internet through vodafon mobile stick on single PC. I want to change the DNS to Google to speed up my connection.
For this disconnected the connection and changed DNS settings in adapter settings dialogue.
But as soon as I reconnect the "Use the following server address" area gets clear and the default DNS settings is applied. So, How can I keep the settings unchanged to Google DNS?
windows-7 dns
add a comment |
Accessing internet through vodafon mobile stick on single PC. I want to change the DNS to Google to speed up my connection.
For this disconnected the connection and changed DNS settings in adapter settings dialogue.
But as soon as I reconnect the "Use the following server address" area gets clear and the default DNS settings is applied. So, How can I keep the settings unchanged to Google DNS?
windows-7 dns
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41
add a comment |
Accessing internet through vodafon mobile stick on single PC. I want to change the DNS to Google to speed up my connection.
For this disconnected the connection and changed DNS settings in adapter settings dialogue.
But as soon as I reconnect the "Use the following server address" area gets clear and the default DNS settings is applied. So, How can I keep the settings unchanged to Google DNS?
windows-7 dns
Accessing internet through vodafon mobile stick on single PC. I want to change the DNS to Google to speed up my connection.
For this disconnected the connection and changed DNS settings in adapter settings dialogue.
But as soon as I reconnect the "Use the following server address" area gets clear and the default DNS settings is applied. So, How can I keep the settings unchanged to Google DNS?
windows-7 dns
windows-7 dns
edited May 28 '12 at 17:36
Der Hochstapler
68.4k50231288
68.4k50231288
asked May 28 '12 at 17:33
SanjaySanjay
123
123
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41
add a comment |
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41
add a comment |
1 Answer
1
active
oldest
votes
This may not be an answer to your problem, but it's a workaround.
You could create a batch file (.bat
) using notepad, with the following command in it. This will set the DNS for the specified network adapter. Just run it everytime you connect.
Netsh interface ip set dns name="[connectionname]" source="static" address="x.x.x.x"
Example:
Netsh interface ip set dns name="Wireless Network Connection" source="static" address="8.8.8.8"
NB:
Make sure you run the batch file as administrator on Windows 7:
* Edit *
By the way, if you're not located in the US some would recommend you don't use google's public DNS as your default, for a number of reasons.
Read here: http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
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%2f429774%2fwhy-am-i-unable-to-change-my-dns-settings%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
This may not be an answer to your problem, but it's a workaround.
You could create a batch file (.bat
) using notepad, with the following command in it. This will set the DNS for the specified network adapter. Just run it everytime you connect.
Netsh interface ip set dns name="[connectionname]" source="static" address="x.x.x.x"
Example:
Netsh interface ip set dns name="Wireless Network Connection" source="static" address="8.8.8.8"
NB:
Make sure you run the batch file as administrator on Windows 7:
* Edit *
By the way, if you're not located in the US some would recommend you don't use google's public DNS as your default, for a number of reasons.
Read here: http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
add a comment |
This may not be an answer to your problem, but it's a workaround.
You could create a batch file (.bat
) using notepad, with the following command in it. This will set the DNS for the specified network adapter. Just run it everytime you connect.
Netsh interface ip set dns name="[connectionname]" source="static" address="x.x.x.x"
Example:
Netsh interface ip set dns name="Wireless Network Connection" source="static" address="8.8.8.8"
NB:
Make sure you run the batch file as administrator on Windows 7:
* Edit *
By the way, if you're not located in the US some would recommend you don't use google's public DNS as your default, for a number of reasons.
Read here: http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
add a comment |
This may not be an answer to your problem, but it's a workaround.
You could create a batch file (.bat
) using notepad, with the following command in it. This will set the DNS for the specified network adapter. Just run it everytime you connect.
Netsh interface ip set dns name="[connectionname]" source="static" address="x.x.x.x"
Example:
Netsh interface ip set dns name="Wireless Network Connection" source="static" address="8.8.8.8"
NB:
Make sure you run the batch file as administrator on Windows 7:
* Edit *
By the way, if you're not located in the US some would recommend you don't use google's public DNS as your default, for a number of reasons.
Read here: http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
This may not be an answer to your problem, but it's a workaround.
You could create a batch file (.bat
) using notepad, with the following command in it. This will set the DNS for the specified network adapter. Just run it everytime you connect.
Netsh interface ip set dns name="[connectionname]" source="static" address="x.x.x.x"
Example:
Netsh interface ip set dns name="Wireless Network Connection" source="static" address="8.8.8.8"
NB:
Make sure you run the batch file as administrator on Windows 7:
* Edit *
By the way, if you're not located in the US some would recommend you don't use google's public DNS as your default, for a number of reasons.
Read here: http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
edited May 28 '12 at 23:02
answered May 28 '12 at 22:55
OAC DesignsOAC Designs
22616
22616
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%2f429774%2fwhy-am-i-unable-to-change-my-dns-settings%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
How are you connecting? are you using the Vodafone dialer or the windows dialer?
– Akash
May 28 '12 at 17:41