Dns not responding thru sstp vpn

71776297 0 Reputation points
2023-09-23T21:40:51.51+00:00

I have VPN SSTP (mobileiron tunnel) on windows 10 when I connected I can’t browse internet but all local domain access it.

how i can control on dns traffic if i request local domain the traffic goes through VPN if i use global domain the traffic goes through my internet connection

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,461 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,221 Reputation points
    2023-09-26T07:25:01.5833333+00:00

    Hello 71776297,

    To control DNS traffic so that requests for local domains go through the VPN while requests for global domains go through your regular internet connection, you can configure what is called Split DNS. This will allow you to define different DNS resolution settings based on the domain being accessed.

    Steps in short:

    • You need to first identify and separate Local and Global Domains, with a list of domains to be accessed through local DNS and other for external (public) DNS.
    • Configure both a local DNS and external DNS: For local, you will need to set up a DNS server in your network or domain, that your clients will use as primary source. Then an external DNS as a secondary source (like OpenDNS) for public domains.
    • Set up your VPN client to use the local DNS as a primary source when users are connected.
    • You can also edit the HOSTS file in Windows. This text-format file (located at: C:\Windows\System32\drivers\etc) will allow you to manually force Domain/IP relations, and can be deployed using GPO, such as in Logon Scripts.

    Very recommended to read the next full article on Split DNS using GPO, and it will cover all the theory beyond the deployment: https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/split-brain-dns-deployment

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.