ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

parallels:01_plesk:11_change_ip_for_plesk9

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 <map_file>



If <map_file> 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
parallels/01_plesk/11_change_ip_for_plesk9.txt · 最終更新: 2014/06/03 16:09 by matsui