i-need-mny
New Pleskian
Hello,
i wanted to change the ip address in Plesk.
After changing there were problems with the assignment.
Now the ip addresses are broken and i have multiple addresses.
The output of
/usr/local/psa/admin/bin/ifmng -l
The output of
plesk db => select * from IP_Addresses;
The output of
plesk bin ipmanage --ip_list
Here is an error message show up on the main page of Plesk (unfortunately only in German)
Reread of the addresses and repair of a address and also plesk repair can not fix this.
How i can fix this? I just want the ip address 10.0.1.10
Thank you in advance.
i wanted to change the ip address in Plesk.
After changing there were problems with the assignment.
Now the ip addresses are broken and i have multiple addresses.
The output of
/usr/local/psa/admin/bin/ifmng -l
Code:
172.17.0.1 255.255.0.0 docker0 1
10.0.1.10 255.255.255.0 enp2s0 1
10.0.1.100 255.0.0.0 enp2s0 0
10.0.1.100 255.255.255.255 enp2s0 0
fd16:cd9e:5937::a0f 128 enp2s0 0
The output of
plesk db => select * from IP_Addresses;
Code:
+----+---------------------+-----------------+--------+--------------------+-------------------+-------+--------+---------------+-------------------+-------+
| id | ip_address | mask | iface | ssl_certificate_id | default_domain_id | ftps | status | serviceNodeId | public_ip_address | main |
+----+---------------------+-----------------+--------+--------------------+-------------------+-------+--------+---------------+-------------------+-------+
| 2 | fd16:cd9e:5937::a0f | 128 | enp2s0 | 1 | 0 | false | 0 | 1 | NULL | false |
| 5 | 10.0.1.10 | 255.255.255.0 | enp2s0 | 1 | 0 | false | 1 | 1 | 111.111.111.111 | false |
| 7 | 10.0.1.100 | 255.255.255.255 | enp2s0 | 1 | 0 | false | 0 | 1 | 111.111.111.111 | false |
| 8 | 10.0.1.52 | 255.255.255.0 | enp2s0 | 1 | 0 | false | 0 | 1 | NULL | false |
+----+---------------------+-----------------+--------+--------------------+-------------------+-------+--------+---------------+-------------------+-------+
The output of
plesk bin ipmanage --ip_list
Code:
State Type IP Clients Hosting PublicIP
0 E enp2s0:fd16:cd9e:5937::a0f/128 0 0
1 S enp2s0:10.0.1.10/255.255.255.0 0 3 111.111.111.111
0 S enp2s0:10.0.1.100/255.255.255.255 0 0 111.111.111.111
0 E enp2s0:10.0.1.52/255.255.255.0 0 0
Here is an error message show up on the main page of Plesk (unfortunately only in German)
Code:
Aufgrund folgender Fehler in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: nginx: [emerg] bind() to 10.0.1.52:80 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failed . Ausführliche Fehlerbeschreibungen wurden Ihnen per E-Mail zugesendet. Bitte lösen Sie das Problem und klicken Sie hier, um die beschädigten Konfigurationsdateien erneut zu erstellen, oder hier, um alle Konfigurationsdateien zu erstellen. Einzelheiten im Configuration Troubleshooter ansehen
Reread of the addresses and repair of a address and also plesk repair can not fix this.
How i can fix this? I just want the ip address 10.0.1.10
Thank you in advance.