I've a dedicated server which outgoing traffic seems to struggle to reach certain external IP addresses/websites (for a very long time) and as well often feels slow to catch up in cases where a website has changed host.
Is there a way my dedicated Ubuntu 14.04 server could e.g. use Cloudflare DNS 1.1.1.1 when querying external websites (if so how) - instead of whatever is default within OVH's network structure or is this not possible to change.
Christian
Dedicated Servers-old - Use Cloudflare or Google DNS on a dedicated server?
Related questions
- About the Dedicated Servers category
25648
22.05.2017 09:00
- BGP Announcements
15866
07.01.2018 04:37
- So You Start ARM Storage Servers
14890
19.07.2018 10:17
- Upgrading my dedicated machine
14226
01.04.2022 04:10
- Ubuntu 18.04 on VMWare ESXi 6.5
14088
06.03.2018 15:34
- License Windows Server on Guest
12945
11.08.2020 10:31
- Firewall Fivem OVH
12898
24.10.2024 14:15
- Installing xcp-ng
12357
19.03.2020 11:57
- unable to install iso vmware esxi via KVM
11993
19.08.2024 08:56
- Experience with SQL Server 2022 on NAS-HA
11890
24.10.2024 14:15
Hello @ChristianV ,
You can change the nameserver on Ubuntu by changing the configuration file (/etc/resolv.conf).
You can use for example this command: nano /etc/resolv.conf
Hope this is helpful ;)