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
Important: First Deployment Behaviour
Sometimes, during the first deployment, the IPv6 block may not attach automatically. If your IPv6 /64 does not appear, try the steps below or wait a few seconds — the subnet often appears shortly after enabling it.
We recommend ALWAYS activating IPv6 after the service has been deployed, even if you selected it during checkout.
Fix — Toggle IPv6
Disable IPv6 and save.
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::/64Auto-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
/64Firewall 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