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:
This is the real code of my interfaces file after adding the last IPv4 yesterday.
I wonder why the standard IPv6 is in the extra file "ipv6" of /interfaces.d/ directory. But that's unimportant.
Lots of greets
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:
Note: After I corrected the configuration of all 3 additional IPv4 the last two weeks, they immediately ran successful without failure.systemctl status networking.service
and / or
/etc/init.d/networking restart
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: