===== 11_Plesk9でIP変更 =====
Plesk9ではコントロールパネルからIPの変更が行えない
reconfigurator.plを使用する。
# /usr/local/psa/bin/reconfigurator.pl \\
Plesk reconfigurator - utility to change IP addresses used by \\
Plesk Server Administrator \\
\\
usage:\\
/usr/local/psa/bin/reconfigurator.pl \\
\\
If doesn't exists - template will be created, otherwise\\
it will be used to map IP addresses.
==== マップファイル作成 ====
現在のIPアドレスを次の形式で記述する
# vi ip_map.txt\\
eth0:192.168.50.60 255.255.255.0 -> eth0:192.168.50.60 255.255.255.0\\
eth0:192.168.50.70 255.255.255.0 -> eth0:192.168.50.70 255.255.255.0
==== 新しいIPを記述 ====
※新しいIPは必ず矢印の右側に
例として、192.168.50.60/24から192.168.80.55/24に変更する場合
eth0:192.168.50.60 255.255.255.0 -> eth0:192.168.50.60 255.255.255.0\\
eth0:192.168.50.60 255.255.255.0 -> eth0:**192.168.80.55 255.255.255.0**
==== コマンドを実行 ====
/usr/local/psa/bin/reconfigurator.pl ip_map.txt