How to flush DNS if your RD is not connecting after the vpn connects

Flushing your DNS cache can be a useful troubleshooting step if you’re having issues accessing certain websites or experiencing connectivity issues. Here’s how to do it on both Mac and Windows systems:

Flushing DNS on a Mac

  1. Open the Terminal app. You can do this by using Spotlight Search (command + spacebar) and typing in “Terminal,” or by going to your Applications folder and finding it there.
  2. Once the Terminal app is open, type in the following command and hit enter: sudo killall -HUP mDNSResponder
  3. Enter your password when prompted.
  4. You should see a message saying that the “mDNSResponder” has been successfully stopped.

Flushing DNS on Windows

  1. Open the Start menu and type “cmd” into the search bar.
  2. Right-click on the “Command Prompt” app and select “Run as administrator.”
  3. In the command prompt, type in the following command and hit enter: ipconfig /flushdns
  4. You should see a message saying that the DNS cache has been successfully flushed.

That’s all there is to it! Flushing your DNS cache can help resolve issues with connectivity and website access, so it’s a useful trick to have in your toolkit.