Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
Having trouble bypassing my ISPs DNS servers.
I've given myself a fixed IP/DNS address but in ipconfig its showing another address top of the list;
http://postimg.org/image/800zr33sr/
Anyone know how I can bypass this?
[Edited on 10-06-2016 by Bart]
|
Neo
Member
Registered: 20th Feb 07
Location: Essex
User status: Offline
|
Have you completely disabled dhcp on the router and statically assigned all the details in windows ?
|
VrsTurbo
Premium Member
Registered: 8th Jun 10
User status: Offline
|
Id be doing a scan making sure you haven't got any malware
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
Yeah had a similar thing at work. Reimaged the machine in the end
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
if its all static and set on the right interfaces yet still showing the wrong information, do the following from a elevated command prompt:
netsh interface ipv4 delete dnsservers "Local Area Connection" all
Check your DNS settings through ipconfig/all - you should see none if your interface is set to STATIC and NOT DHCP.
Then readd your DNS servers:
netsh interface ipv4 add dnsserver "Local Area Connection" 8.8.4.4 index=2
netsh interface ipv4 add dnsserver "Local Area Connection" 8.8.8.8 index=1
in regards to index valuess, 1 =primary and 2 = Secondary
Then check again with ipconfig/all and see whats going on
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
also if you are talking about the IPv6 addresses in the list (one that starts fd4a) then you just need to unclick IP Version 6 from the adapter protocols (through properties of the interface)
|