Help us enhance your Sophos Community experience. Share your thoughts in our Sophos Community survey.

Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos Connect client appends DNS addresses instead of replacing them

If someone also has the problem that the Sophos Connect client doesn't replace the DNS addresses then you've found a bug:

"This is known to the Sophos Dev team and is going to be fixed with Sophos Connect 2.3 with ID NCL-1383"

If you have a client automation tool you could fix it via something like this:

Get-NetAdapter -InterfaceDescription 'Sophos TAP Adapter' | Set-DnsClientServerAddress -ResetServerAddresses

Will set it back to DHCP. To fix it within the same task this command could help you:

Get-NetAdapter -InterfaceDescription 'Sophos TAP Adapter' | Set-DnsClientServerAddress -ServerAddresses ("%DNS_SERVER_1%","%DNS_SERVER_2%")



This thread was automatically locked due to age.