<div dir="ltr">Hello all, <br><br>After testing ovz-9 alpha releases for some weeks using VMs, I have OVZ9 installed on a physical machine to do some further testing. Containers with host routed connections are working fine, and can migrate to and from OVZ-7 machines. <br><br>So I wanted to go to the next level, create lan and wan bridges for bridged networks, but it seems the prlsrvctl syntax has changed, and the commands no longer work as they did on OVZ-7. <br><br>A bridge br0 was created by the installer on the internal lan, and I added a bridge br1 which connects to the default gateway device, but trying to associate a bridge with a network fails with an error.<br><br>I created the network &quot;Bridged&quot; (which used to be automatically created on OVZ-7 install) and it defaulted to type host-only. Then I added the network &quot;firewalla&quot; as I have done on the OVZ-7 machine, and it also defaulted to host-only&quot;<br><br>root@katyusha ~]# prlsrvctl net list<br>WARNING: You are using a deprecated CLI component that will be dropped in the next major release. Please use virsh instead<br>Network ID        Type      Bound To       Bridge         Slave interfaces<br>Bridged           host-only                virbr3                        <br>Host-Only         host-only                virbr1                        <br>firewalla         host-only                virbr4         <br><br>My next step was to change the type from &quot;host-only&quot; to &quot;bridged&quot;, and that&#39;s where things went south:<br><br><div>[root@katyusha ~]# prlsrvctl net set Bridged -t bridged --ifname br0 -d &quot;internal bridge&quot;<br>WARNING: You are using a deprecated CLI component that will be dropped in the next major release. Please use virsh instead<br>Failed to find network adapter br0 on the server.</div><div><br>[root@katyusha ~]# prlsrvctl net set firewalla -t bridged --ifname br1 -d &quot;firewalla bridge&quot;<br>WARNING: You are using a deprecated CLI component that will be dropped in the next major release. Please use virsh instead<br>Failed to find network adapter br1 on the server.<br><br>Is there some documentation on the updated syntax?<br><br>Jake<br><br></div></div>