IP addresses & reverse DNS

Allocate additional IPv4 and IPv6 addresses, move them between servers and set PTR records.

Guide1 min readUpdated 22 Sept 2026.md
On this page

What is included#

Every server includes one public IPv4 address and a routed /64 IPv6 subnet. Additional IPv4 addresses cost €2.50 per month; subnets from /29 to /24 are available for dedicated servers.

Floating IPs#

A floating IP can be reassigned to another server in the same region in under a second — the basis for simple active/passive failover.

Shell
avenlith ip allocate --region ist1 --type ipv4
avenlith ip assign 203.0.113.50 --server web-01
avenlith ip rdns set 203.0.113.50 mail.example.com

Add the address to the operating system as a /32:

YAML
network:
  version: 2
  ethernets:
    eth0:
      addresses:
        - 203.0.113.24/32
        - 203.0.113.50/32
        - 2a0f:9400:7a00::1/64

Reverse DNS#

Set a PTR record for each address you send e-mail from. The forward (A/AAAA) record must point to the same address, otherwise the change is rejected.

Was this page helpful?

Still need help?

Our engineers answer tickets 24/7 — average first response in 7 minutes.

Contact support