Skip to content

[update] axfr server IP update #7190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Incoming DNS Zone Transfers"
description: "Learn how to import DNS records from external DNS providers by using AXFR transfers"
published: 2022-10-28
modified: 2022-11-08
modified: 2025-02-10
keywords: ["dns"]
tags: ["linode platform","cloud manager"]
---
Expand Down Expand Up @@ -59,9 +59,9 @@ As part of this, a common reason for using Linode's DNS Manager as a secondary D

```
104.237.137.10
45.79.109.10 (was 65.19.178.10)
45.79.109.10
74.207.225.10
207.192.70.10
143.42.7.10 (was 207.192.70.10)
109.74.194.10
2600:3c00::a
2600:3c01::a
Expand All @@ -71,7 +71,7 @@ As part of this, a common reason for using Linode's DNS Manager as a secondary D
```

{{< note type="alert" >}}
On February 7th, 2023, the IP address `65.19.178.10` will be retired and replaced with `45.79.109.10`. Both IPs will respond to inbound requests until the cutover date. Outbound requests will only originate from the old IP address (`65.19.178.10`) until the cutover date. Please update your firewall rules and DNS server configurations to add the new IP address (`45.79.109.10`) before the cutover.
On May 1st, 2025, the IP address `207.192.70.10` will be retired and replaced with `143.42.7.10`. Both IPs will respond to inbound requests until the cutover date. Outbound requests will only originate from the old IP address (`207.192.70.10`) until the cutover date. Please update your firewall rules and DNS server configurations to add the new IP address (`143.42.7.10`) before the cutover.
{{< /note >}}

1. Log in to [Cloud Manager](https://cloud.linode.com/) and select **Domains** from the left navigation menu. Click the **Create Domain** button.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Outgoing DNS Zone Transfers"
description: "How to transfer domain zones using the Linode DNS Manager."
published: 2020-07-21
modified: 2022-11-08
modified: 2025-02-10
keywords: ["dns"]
tags: ["linode platform","cloud manager"]
aliases: ['/products/networking/dns-manager/guides/transfer-domain-zones/']
Expand All @@ -24,9 +24,9 @@ To facilitate quick updates, Linode immediately sends the external name servers

```
104.237.137.10
45.79.109.10 (was 65.19.178.10)
45.79.109.10
74.207.225.10
207.192.70.10
143.42.7.10 (was 207.192.70.10)
109.74.194.10
2600:3c00::a
2600:3c01::a
Expand All @@ -36,7 +36,7 @@ To facilitate quick updates, Linode immediately sends the external name servers
```

{{< note type="alert" >}}
On February 7th, 2023, the IP address `65.19.178.10` will be retired and replaced with `45.79.109.10`. Both IPs will respond to inbound requests until the cutover date. Outbound requests will only originate from the old IP address (`65.19.178.10`) until the cutover date. Please update your firewall rules and DNS server configurations to add the new IP address (`45.79.109.10`) before the cutover.
On May 1st, 2025, the IP address `207.192.70.10` will be retired and replaced with `143.42.7.10`. Both IPs will respond to inbound requests until the cutover date. Outbound requests will only originate from the old IP address (`207.192.70.10`) until the cutover date. Please update your firewall rules and DNS server configurations to add the new IP address (`143.42.7.10`) before the cutover.
{{< /note >}}

## Add Secondary Name Servers
Expand Down