• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Bad code format by adding IPv4 over Plesk Panel

Dukemaster

Regular Pleskian
Hi Plesk developers,
Now I reproduced this error for several times during the last weeks. By adding new IPv4 over IP Pool of Plesk Panel the new code is pasted directly behind the last letter of existing code of /etc/network/interfaces ...Please look.
The result is failure by:
systemctl status networking.service
and / or
/etc/init.d/networking restart
Note: After I corrected the configuration of all 3 additional IPv4 the last two weeks, they immediately ran successful without failure.

This is the real code of my interfaces file after adding the last IPv4 yesterday.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 217.160.92.49
netmask 255.255.255.255
gateway 10.255.255.1
pointopoint 10.255.255.1

auto eth0:1
iface eth0:1 inet static
address 217.160.167.167
netmask 255.255.255.255

auto eth0:2
iface eth0:2 inet static
address 217.160.130.142
netmask 255.255.255.255iface eth0:3 inet static
address 212.227.254.115
netmask 255.255.255.255
auto eth0:3

I wonder why the standard IPv6 is in the extra file "ipv6" of /interfaces.d/ directory. But that's unimportant.

Lots of greets
 
Last edited:
Hi Dukemaster,

such issues appear, if you manually edited the file "/etc/network/interfaces", without adding a space/tab and a new line AFTER your manual edits... so it's a user mistake. :(

I wonder why the standard IPv6 is in the extra file "ipv6" of /interfaces.d/ directory. But that's unimportant.
Pls. add more informations to this statement, as it is unclear, WHAT you mean with it and what your ( possible ) issues/errors/problems you experience. In addition, pls. note, that this might be unrelated to your thread title, which could irritate other forum users. :(
 
Back
Top