TITLE:
Adding IPv6 removes other IPs from Adapter
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:Plesk Onyx Version 17.8.11 Update #29 ON Ubuntu 18.04.1 LTS ON vServer
PROBLEM DESCRIPTION:Adding an IPv6 from my Subnet under Tools & Settings -> IP Adresses get stuck. After 20 Minutes waiting I tried to reload but cant reach my Server.
Via a rescue VNC I could see that "ip a" returns the adapter with the new IP-Adress but the old ones(IPv4 and v6) are deleted. Even the "plesk -> rereadip" didn't work. Luckily I could restore my server with an older Snapshot.
My solution was to add the IPs manually via CLI and then run "plesk -> rereadip"
This problem didn't occur earlier on my Server with Ubuntu 16.xx.
I didn't upgrade, I completely reinstalled the Server, so it is not an upgrade-fault or something like that.
STEPS TO REPRODUCE:Via a rescue VNC I could see that "ip a" returns the adapter with the new IP-Adress but the old ones(IPv4 and v6) are deleted. Even the "plesk -> rereadip" didn't work. Luckily I could restore my server with an older Snapshot.
My solution was to add the IPs manually via CLI and then run "plesk -> rereadip"
This problem didn't occur earlier on my Server with Ubuntu 16.xx.
I didn't upgrade, I completely reinstalled the Server, so it is not an upgrade-fault or something like that.
Go to Tools & Settings -> IP Adresses and add an IP Adress:
e.g. Adapter: ens18 -> IP: [Prefix]::2/64 -> shared or dedicated doesn't matter.
Klick OK and that's all.
ACTUAL RESULT:e.g. Adapter: ens18 -> IP: [Prefix]::2/64 -> shared or dedicated doesn't matter.
Klick OK and that's all.
IP [Prefix]::2/64 gets added to adapter, but the old IPs are getting deleted.
so ip a shows:
ens18:
[Prefix]::2/64 scope global
fe..:l)... scope link
EXPECTED RESULT:so ip a shows:
ens18:
[Prefix]::2/64 scope global
fe..:l)... scope link
IP [Prefix]::2/64 gets added to adapter
so ip a shows:
ens18:
123.456.789.012/32 scope global
[Prefix]::1/64 scope global
[Prefix]::2/64 scope global
fe..:l)... scope link
ANY ADDITIONAL INFORMATION:so ip a shows:
ens18:
123.456.789.012/32 scope global
[Prefix]::1/64 scope global
[Prefix]::2/64 scope global
fe..:l)... scope link
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Confirm bug