Container Network Bridge Not Persistent after Reboot [message #52401] |
Thu, 12 May 2016 20:55 |
kenhess
Messages: 2 Registered: May 2016
|
Junior Member |
|
|
I have successfully setup an OpenVZ host and successfully setup bridging for VETH interfaces. The problem is that when I reboot a container either from inside the container or from the host using vzctl restart, the container reboots, but with no bridge.
After a reboot:
host> # vzctl restart 100
I have to use the brctl statement again to make the network connection active again.
host> # brctl addif br0 veth100.0
And then everything works.
Is there a way to make the bridge persist?
|
|
|
|
|