Cobra Forum

Plesk Panel => Plesk Service/Interface => Topic started by: mahesh on Dec 28, 2023, 07:12 AM

Title: Unable to add IP address in Plesk: The IP address is not configured properly
Post by: mahesh on Dec 28, 2023, 07:12 AM
Symptoms
QuoteThis IP address is not configured properly
#cat /etc/netplan/01-netcfg.yaml
...
  ethernets:
    ens18:
      match:
      macaddress: 00:00:5E:00:00:00
...       
#cat /etc/netplan/10-plesk.yaml
...
  ethernets:
    eth0:
      addresses:
...

Cause
Netplan is unable to add an IP address to the network interface since the Interface Name differs from the IP address mapping that is missing.

Resolution
#cat /etc/netplan/01-netcfg.yaml
...
 ethernets:
  eth0:
      match:
        macaddress: 00:50:56:45:1b:82

#netplan try
#netplan apply