Enabling IPv6 on Your Service

Enabling IPv6 on Your Service

UP-NETWORK allows all VPS and dedicated servers to receive a full /64 IPv6 subnet. This guide explains how to enable IPv6, how to fix cases where the subnet was not assigned at deployment, and how to configure IPv6 on your operating system.


Enabling IPv6 During Order

During the checkout process, you can enable the option:

✔ IPv6 /64 Subnet

If enabled, the service will automatically receive an IPv6 subnet during deployment.


If IPv6 Was Not Enabled During Order

1

After delivery

Wait for your VPS or dedicated server to be delivered.

2

Edit service

Go to your service in the customer area and click Edit.

3

Enable IPv6 /64 Subnet

Enable IPv6 /64 Subnet and save.


Fix — Toggle IPv6

1

Disable IPv6 and save.

2

Re-enable IPv6 and save again.

Fix — Wait

The subnet usually appears a few seconds after enabling it.


Accessing Your IPv6 Subnet

Once IPv6 is enabled, your /64 subnet appears in:

  • VPS: https://vps.upn.li

  • Dedicated servers: Customer Area → Server Details

UP-NETWORK automatically assigns the first IPv6 of the /64.

Example:

  • Subnet: 2a0e:xxxx:yyyy:zz00::/64

  • Auto-assigned IP: 2a0e:xxxx:yyyy:zz00::1

If the IP wasn’t assigned, follow the OS configuration below.


Configuring IPv6 on Your Operating System

Linux — Debian / Ubuntu

Netplan Configuration

File: /etc/netplan/01-netcfg.yaml

Apply:


ifupdown Configuration

File: /etc/network/interfaces

Restart:


Linux — RHEL / AlmaLinux / Rocky

File: /etc/sysconfig/network-scripts/ifcfg-eth0

Apply:


Windows Server

Open PowerShell:

Add DNS:

Verify:


Testing IPv6

Ping IPv6:

Check outbound IPv6:

If IPv6 does not work, check:

  • Correct assigned IP

  • Gateway (fe80::1)

  • Netmask /64

  • Firewall rules



Summary

  • IPv6 can be enabled during order or after service delivery.

  • If the /64 subnet does not appear → disable IPv6, save, re-enable.

  • The first IPv6 of the prefix is assigned automatically.

  • Manual configuration is available for Linux and Windows.

  • IPv6 testing tools are included at the end.

Last updated