IPとGatewayを変更する。
/etc/sysconfig/networks-scripts/ifcfg-eth0
/etc/sysconfig/network
/etc/rc.d/init.d/network restart
レコードをチェック
mysql -u admin -p`cat /etc/psa/.psa.shadow`
select * from IP_Addresses;
IPの変更
update IP_Addresses SET ip_address=’10.0.0.1′ where id=1;
サブネットマスクの変更
update IP_Addresses SET mask=’255.255.0.0′ where id=1;
コメント
コメント (0)
トラックバックは利用できません。
この記事へのコメントはありません。