When running setsiteip and changing an accounts IP, the data shown in WHM after is partly correct and partly not:
Ex:
domain: test123.com
user: test123
IP after having created the account: 123.123.123.111
Running:
$xmlapi->setsiteip("123.123.123.222",""," test123.com");
When checking in WHM some parts are changed and others not:
IP Functions » Show IP Address Usage
shows 123.123.123.111 (old IP)
IP Functions » Change a Site’s IP Address
Shows: Current Address: 123.123.123.222 (new IP)
Account Information » List Accounts
shows 123.123.123.111 (old IP)
DNS Functions » Edit DNS Zone
shows 123.123.123.222 (new IP)
Should I run some "post setsiteip script" in order to solve this, or how can I make it all work correct?
Running setsiteip with user or domain gives the same result.
If I change the IP via WHM all info shows the new IP.
// kjg
Ex:
domain: test123.com
user: test123
IP after having created the account: 123.123.123.111
Running:
$xmlapi->setsiteip("123.123.123.222",""," test123.com");
When checking in WHM some parts are changed and others not:
IP Functions » Show IP Address Usage
shows 123.123.123.111 (old IP)
IP Functions » Change a Site’s IP Address
Shows: Current Address: 123.123.123.222 (new IP)
Account Information » List Accounts
shows 123.123.123.111 (old IP)
DNS Functions » Edit DNS Zone
shows 123.123.123.222 (new IP)
Should I run some "post setsiteip script" in order to solve this, or how can I make it all work correct?
Running setsiteip with user or domain gives the same result.
If I change the IP via WHM all info shows the new IP.
// kjg