Leaseweb Resolvers

Contents

DNS

Caching DNS servers (for use as resolver for your server)

Host Name

IPv4 Address

IPv6 Address

Location
nscache01.leaseweb.net23.19.53.532607:f5b5:3::3Global
nscache02.leaseweb.net23.19.52.522607:f5b5:2::2Global

How to configure Leaseweb resolvers

For Windows Systems

  1. Open Command Prompt as Administrator
    1. Login as administrator
    2. Press Win+r and type CMD

  2. Type netsh and press Enter.

  3. At the netsh> prompt, type interface ip show config, then press Enter.

  4. Locate the network connection for which you want the DNS server changed.


  5. Enter interface ip set dns "Ethernet0" static 23.19.53.53, 23.19.52.52, and press Enter.
    1. Replace Ethernet0 with the name of your connection and 23.19.53.53, 23.19.52.52, 2607:f5b5:3::3, 2607:f5b5:2::2 with the DNS server you want to use.
  6. To check the. configuration:
    1. At the netsh> prompt, type interface ip show config, then press Enter.
    2. You should see something like the following

For Linux Systems

  1. Edit the systemd-resolved Configuration File:

    Open the systemd-resolved configuration file for editing using a text editor like nano or vi. On most systems, this file is located at /etc/systemd/resolved.conf. You may need superuser privileges to edit this file, so use sudo:

    sudo nano /etc/systemd/resolved.conf
    
    
  2. Add the Nameserver:

    In the configuration file, you can specify the DNS servers using the DNS directive. If the directive does not exist, you can add it. If it already exists, you can append additional DNS servers to it.

    [Resolve]
    DNS=23.19.53.53 23.19.52.52 2607:f5b5:3::3 2607:f5b5:2::2

    You can add multiple nameservers separated by spaces.

  3. Restart systemd-resolved:

    After editing the configuration file, you should restart the systemd-resolved service for the changes to take effect:

    sudo systemctl restart systemd-resolved

  4. Verify the Changes:
    You can verify that your custom nameservers are in use by querying systemd-resolved for DNS information. Use the systemd-resolve command to check:

    sudo resolvectl status

Get Support

Need Technical Support?

Have a specific challenge with your setup?

Create a Ticket