2,253
edits
Changes
m
Robot: Automated text replacement (-VEID +CTID)
=== Adding IP address to a VE ===
<pre>
vzctl set <VEIDCTID> --ipadd <IP1>[,<IP2>,...] [--save]
</pre>
=== Removing IP address from a VE ===
<pre>
vzctl set <VEIDCTID> --ipdel <IP1>[,<IP2>,...] [--save]vzctl set <VEIDCTID> --ipdel all [--save]
</pre>