Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Adding dynamic IPv6 address fails on Plesk for Linux server: Stderr is RTNETLINK answers: File exists

 
extensionsgointerfaceiplinux

Symptoms

  • On a Plesk for Linux server, dynamic IPv6 address is added to one of the server's network interfaces:

    # ip a | grep inet6
    inet6 ::1/128 scope host
    inet6 2001:db8:f61:a1ff:0:0:0:80/64 scope global mngtmpaddr dynamic
    inet6 fe80::f03c:92ff:fe12:e46e/64 scope link

  • After clicking Reread IP in Plesk in Tools & Settings > IP Addresses, the added IPv6 address is not shown OR the below message is shown under it:

    This IP address is not configured properly.

  • Manually adding that IPv6 address in Tools & Settings > IP Addresses > Add IP Address fails with the error:

    Error: ifmng failed: Execution of /sbin/ip addr add 2001:db8:f61:a1ff:0:0:0:80 dev eth0 failed with return code 2. Stderr is RTNETLINK answers: File exists

  • Subscriptions assigned to the IPv6 address can have a red exclamation mark next to them. When hovering the icon with the exclamation mark the following information is displayed:

    Some of the domain IP addresses are inoperable and excluded from server configuration. Check domain IP bindings and update if needed.

Cause

A dynamic IPv6 address is used.

Until Plesk Obsidian 18.0.27, Plesk for Linux does not support dynamic IPv6 addresses.

Note: Plesk for Windows supports dynamic IPv6 addresses.

Resolution

In Plesk Obsidian 18.0.27 and later

In Plesk Obsidian 18.0.27, beta support for dynamic IPv6 addresses was added:

It is now possible to enable beta support for dynamic IP addresses by adding the following lines to the panel.ini file (not recommended for use in production, please report any issues you encounter on the Plesk Forum):

[network]
dynamic_ipv6 = on

So, if using the feature in beta stage is suitable, follow the steps below to use it:

  1. Install the extension Panel.ini Editor.

  2. Go to Extensions > My Extensions > Panel.ini Editor > Open > Editor.

  3. Add the following lines to the text field and click Save:

    [network]
    dynamic_ipv6 = on

  4. Go to Tools & Settings > IP Addresses and click Reread IP.

Warning: The support for dynamic IPv6 addresses is in the beta stage so it is not recommended to use it in production. In case of any issues with this feature, please refer to our Forum for assistance.

In Plesk versions prior to Obsidian 18.0.27 (including Plesk Onyx 17.x)

Contact entity that provided the dynamic IPv6 address and request to replace it with a global static IPv6 address.

Also, the following workaround can be used:

  1. Connect to the server using SSH.

  2. Manually remove the dynamic IPv6 address from the network interface.

  3. Log in to Plesk.

  4. Go to Tools & Settings > IP Addresses, click Add IP Address and proceed with adding the required IPv6 address.

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

How to Check Open Ports in Linux (Simple Commands & Tools)

Read More »

Linux Logs Explained

Read More »

How to Host a Go App on Plesk

Read More »
Knowledge Base

 An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’

Read More »

Different operations on Plesk for Linux server fail: /usr/sbin/usermod execution failed: usermod: user is currently used by process

Read More »

Some functionalities are missing in Plesk admin interface

Read More »

How to install / remove additional PHP versions provided by Plesk

Read More »

Hosting Wiki

  • Django
  • DBMS Interface
  • Server Redundancy
  • Linux Containers
  • Google Cloud CDN
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • JavaScript
  • MongoDB
  • Plesk
  • Web Server
  • DNS Server
  • IPv6
  • IPv4
  • SIP
  • SSH
  • UDP/IP
  • Network Bandwidth
  • TCP/IP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family