Summary
Your DNS cache stores the IP addresses of visited web servers, including vivahelix.com. If the server changes, you may need to clear your DNS cache to avoid 404 errors. Once cleared, your computer will request updated DNS information to reconnect to the correct IP address.
Step-by-step Instructions
Windows 8
- Press Win + X to open the WinX menu.
- Right-click Command Prompt and select Run as administrator.
- Type:
ipconfig /flushdns - If successful, you will see: Windows IP configuration successfully flushed the DNS resolver cache.
Windows 7
- Click Start.
- Type cmd in the search bar.
- Right-click Command Prompt and choose Run as administrator.
- Type:
ipconfig /flushdns - Expected message: Windows IP configuration successfully flushed the DNS resolver cache.
Windows XP, 2000, or Vista
- Click Start.
- Click Run... (or type run in the search bar on Vista).
- Type:
ipconfig /flushdns - Expected message: Successfully flushed the DNS resolver cache.
macOS 10.10.4 and later
- Open Applications > Utilities > Terminal.
- Type:
sudo killall -HUP mDNSResponder - No output if successful.
macOS 10.10.1 to 10.10.3
- Open Applications > Utilities > Terminal.
- Type:
sudo discoveryutil mdnsflushcache - No output if successful.
macOS 10.7, 10.8, and 10.9
- Open Applications > Utilities > Terminal.
- Type:
sudo killall -HUP mDNSResponder - No output if successful.
macOS 10.5 and 10.6
- Open Applications > Utilities > Terminal.
- Type:
sudo dscacheutil -flushcache - No output if successful.
Note: On macOS, you must know the administrator password to run these commands.
Tips / FAQs
- Clearing the DNS cache can fix connection issues after a server change.
- If errors persist, restart your router or contact your network administrator.
- Only perform this action when necessary.