Wie lädt man die neue Website-IP in Windows?

523
Marcos Vinicius

Ich versuche, auf eine Website zuzugreifen, aber ich kann meinen Computer oder Router nicht dazu bringen, die neue IP-Adresse zu erkennen. Früher hat es wenig gedauert, bis dies geschehen konnte, aber in letzter Zeit warte ich bis zu 24 Stunden. Wie erzwinge ich, dass mein Computer oder Router die neue Website-IP erkennt?

Website: http://facilityprint.com.br

Mein PC lädt : 186.202.153.98

Neue IP-Adresse : 104.207.244.82

Wie lädt man die neue Website-IP in Windows?

0
@NetworkKingPin das ist eine schlechte Idee. Durch das Hinzufügen der Website zu Ihrer hosts-Datei wird sie auf einem Computer funktionieren, jedoch nichts über das DNS sagen. Jede andere Person wird immer noch Probleme haben. LPChip vor 8 Jahren 0
@LPChip Danke dafür. Ich werde meinen Kommentar löschen. NetworkKingPin vor 8 Jahren 0

3 Antworten auf die Frage

2
modmatt

The depends on the resolution of Domain Names on your system. The easiest solution would be flushing the integrated cache for DNS entries in windows, by executing ipconfig /flushdns After cosulting the OS's own cache, it will ask the primary and secondary DNS server as configured in the IP settings - for a home user these settings are usually distributed by the local router via DHCP and the primary DNS is usually the router itself, which either caches or forwards the requests and provides information to the requesting computer.

In how far you are able to reset the router's own cache is depending on your router model.

Lastly if none of the caches is the cause of your "problem" the router gets wrong DNS entries from its own gateway. This can be the case because bigger DNS services use caches that are only updated every once in a while, or because it is a poorly managed DNS server.

It can help setting the DNS server to Google's own DNS servers (8.8.8.8 and 8.4.8.4), because they tend to be reliable. you can adjust that either on your local PC or on the router to take effect for all connected systems.

Another approach would be entering the DNS-IP into the systems "hosts" file (see %windir%\system32\drivers\etc), because this file is consulted by the system even before checking any cached DNS entries.

It would be wise though to remove a hosts-entry after a while, because this will be a static assignment forever until you change it.

1
LPChip

When altering DNS settings, you should always keep in mind that such changes take time to propagate over the internet. It can take from 2 to 48 hours before changes are replicated through all hops on the internet.

ipconfig /flushdns can be used to renew your DNS configuration with that from your router/modem/server (depending on what your DNS servers are) but if they were not updated yet, you will still get the old address.

I recommend setting your DNS servers to 8.8.8.8 and 8.8.4.4 which are google's DNS servers, and then issue an ipconfig /flushdns to renew your configuration. This should ensure that the domain is correctly configured. Eventually it will start working with your old configuration as well, but it might be required to reboot/restart the DNS provider in your network, such as router or service on your server.

OpenDNS oder Google DNS funktionieren in meinen TCP / IPv4-WLAN-Adaptereinstellungen nicht. Marcos Vinicius vor 8 Jahren 0
Das ist seltsam, sollte es sein. Welchen Fehler bekommst du? LPChip vor 8 Jahren 0
-2
RyanIG

Use the commands

Ipconfig /release

This will release your current IP Address

ipconfig /renew

This will update your IP to whatever the newest one is.

Then try accessing the website.

Wenn Sie Ihre IP-Adresse erneuern, werden die DNS-Server nicht gefälscht. Diese Befehle sind daher unbrauchbar. Um dies zu erreichen, müssen Sie ipconfig / flushdns verwenden. LPChip vor 8 Jahren 0