How to prevent openvz container from adding another ip address ? I'm using VETH Container.
I used this command to configure the network :
vzctl set xxx --save --netif_add ethx,,,FE:FF:FF:FF:FF:FF
How to prevent openvz container from adding another ip address ? I'm using VETH Container.
I used this command to configure the network :
vzctl set xxx --save --netif_add ethx,,,FE:FF:FF:FF:FF:FF
Do you mean addresses assigned to venet0? You can remove all of them by the following command:
vzctl set xxx --save --ipdel all