Set/reset ovz container IP address

From vpsget wiki
Revision as of 16:54, 11 September 2013 by Ndi (talk | contribs)
Jump to: navigation, search

To set/reset ovz container ip address perfome next command from the NODE:

vzctl set <vzID> --ipdel all && vzctl set <vzID> --ipadd <IP_Addr> --save

For example

 vzctl set 398 --ipdel all && vzctl set 398 --ipadd 1.1.1.1 --save