From 04d526ed17f5dc818ae565b701a10e063324d4a4 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 10 Jan 2025 16:44:40 +0300 Subject: [PATCH] update the connection instructions Updated instructions based on official Nintendo, PlayStation, and Ubuntu resources --- .../connect-devices/game-consoles/nintendo.md | 12 +++---- .../game-consoles/playstation.md | 33 +++++++++++++++---- .../mobile-and-desktop/linux.md | 8 ++--- 3 files changed, 37 insertions(+), 16 deletions(-) diff --git a/docs/private-dns/connect-devices/game-consoles/nintendo.md b/docs/private-dns/connect-devices/game-consoles/nintendo.md index 29efa150f..a554516e7 100644 --- a/docs/private-dns/connect-devices/game-consoles/nintendo.md +++ b/docs/private-dns/connect-devices/game-consoles/nintendo.md @@ -20,12 +20,12 @@ Applies to New Nintendo 3DS, New Nintendo 3DS XL, New Nintendo 2DS XL, Nintendo Configure your game console to use a public AdGuard DNS server or configure it via linked IP: 1. From the home menu, select *System Settings*. -1. Go to *Internet Settings* → *Connection Settings*. -1. Select the connection file, then select *Change Settings*. -1. Select *DNS* → *Set Up*. -1. Set *Auto-Obtain DNS* to *No*. -1. Select *Detailed Setup* → *Primary DNS*. Hold down the left arrow to delete the existing DNS. -1. In the *DNS Server* field, enter one of the following DNS server addresses: +1. Go to *Internet* → *Internet Settings* → *Connection Settings*. +1. Select your network from the list. +1. Select *Change Settings* → *DNS Settings*. +1. Set *Automatic* to *Manual*. +1. Select *Primary DNS*. Hold down the left arrow (B button) to delete the existing DNS. +1. In the *Primary DNS* field, enter one of the following DNS server addresses: - `94.140.14.49` - `94.140.14.59` 1. Save the settings. diff --git a/docs/private-dns/connect-devices/game-consoles/playstation.md b/docs/private-dns/connect-devices/game-consoles/playstation.md index 1183d612b..2d3730731 100644 --- a/docs/private-dns/connect-devices/game-consoles/playstation.md +++ b/docs/private-dns/connect-devices/game-consoles/playstation.md @@ -11,14 +11,35 @@ It is likely that your router supports the use of encrypted DNS servers, so you ## Connect AdGuard DNS -Configure your game console to use a public AdGuard DNS server or configure it via linked IP: +Configure your game console to use a public AdGuard DNS server or configure it via linked IP. -1. Turn on your PS4/PS5 console and sign in to your account. +### For PlayStation 4 + +1. Turn on your PS4 console and sign in to your account. +1. From the home screen, select the gear icon located in the top row. +1. Go to *Settings* → *Network* → *Settings*. +1. Select *Set Up Internet Connection*. +1. Select *Use a LAN Cable* → *Easy*. +1. Select *Manual* and then select *Automatic* for *IP Address Settings*. +1. For *DHCP Host Name*, select *Do Not Specify*. +1. For *DNS Settings*, select *Manual*. +1. In the *DNS Server* field, enter one of the following DNS server addresses: + - `94.140.14.49` + - `94.140.14.59` +1. Select *Next* to continue. +1. On the *MTU Settings* screen, select *Automatic*. +1. On the *Proxy Server* screen, select *Do Not Use*. +1. Select *Test Internet Connection* to test your new DNS settings. +1. Once the test is complete and you see “Internet Connection: Successful”, save your settings. + +### For PlayStation 5 + +1. Turn on your PS5 console and sign in to your account. 1. From the home screen, select the gear icon located in the top row. -1. In the *Settings* menu, select *Network*. +1. Go to *Settings* → *Network* → *Settings*. 1. Select *Set Up Internet Connection*. -1. Choose *Use Wi-Fi* or *Use a LAN Cable*, depending on your network setup. -1. Select *Custom* and then select *Automatic* for *IP Address Settings*. +1. Select *Set Up Wired LAN* → *Connect*. +1. Select *Manual* and then select *Automatic* for *IP Address Settings*. 1. For *DHCP Host Name*, select *Do Not Specify*. 1. For *DNS Settings*, select *Manual*. 1. In the *DNS Server* field, enter one of the following DNS server addresses: @@ -28,7 +49,7 @@ Configure your game console to use a public AdGuard DNS server or configure it v 1. On the *MTU Settings* screen, select *Automatic*. 1. On the *Proxy Server* screen, select *Do Not Use*. 1. Select *Test Internet Connection* to test your new DNS settings. -1. Once the test is complete and you see "Internet Connection: Successful", save your settings. +1. Once the test is complete and you see “Internet Connection: Successful”, save your settings. It would be preferable to use linked IP (or dedicated IP if you have a Team subscription): diff --git a/docs/private-dns/connect-devices/mobile-and-desktop/linux.md b/docs/private-dns/connect-devices/mobile-and-desktop/linux.md index a649e7e7f..9144c3810 100644 --- a/docs/private-dns/connect-devices/mobile-and-desktop/linux.md +++ b/docs/private-dns/connect-devices/mobile-and-desktop/linux.md @@ -27,19 +27,19 @@ You can set up Private AdGuard DNS using the AdGuard VPN CLI (command-line inter ## Configure manually on Ubuntu (linked IP or dedicated IP required) -1. Click *System* → *Preferences* → *Network Connections*. +1. Click *System* → *Settings* → *Network*. 1. Select the *Wireless* tab, then choose the network you’re connected to. -1. Click *Edit* → *IPv4*. +1. Go to *IPv4*. +1. Set *Automatic (DHCP)* to *Manual*. 1. Change the listed DNS addresses to the following addresses: - `94.140.14.49` - `94.140.14.59` -1. Turn off *Auto mode*. 1. Click *Apply*. 1. Go to *IPv6*. +1. Set *Automatic* to *Manual*. 1. Change the listed DNS addresses to the following addresses: - `2a10:50c0:0:0:0:0:ded:ff` - `2a10:50c0:0:0:0:0:dad:ff` -1. Turn off *Auto mode*. 1. Click *Apply*. 1. Link your IP address (or your dedicated IP if you have a Team subscription): - [Dedicated IPs](/private-dns/connect-devices/other-options/dedicated-ip.md)