16:08:07 I would like to activate two instances of OpenVPN server: The instance « server » which use NAT networking and the instance « server-bridge » which use bridge networking. I’ve tried to do « svccfg export -a svc:/ooce/network/openvpn » , add to the exported xml the instance server-bridge ( 16:08:11 16:08:12 16:08:13 16:08:14 Help anyone? 16:24:35 Even if I don’t modify at all the .xml and reimport it, it fails with the same error.. 23:29:24 mighty_spiky - Rather than trying to re-import, you should just use `svccfg` to create a new instance. 23:29:58 I am not at a proper keyboard to give any example just now, but I can tomorrow or there might be something similar on the web site. I'll check. 23:31:04 There's an example of how we add new instances for the pkg/server service in https://omnios.org/makingof/setuprepo 23:31:58 Thanks for the help.. For the moment, I’ll just use the existing instance « client » to define my bridge instance and will move to a proper instance name later (when my bridge instance works) 23:31:59 Basically `svccfg -s add ` and then configure its properties as necessary, although in this instance it looks like just having a new instance will make it use .conf for the configuration file etc. 23:43:54 I’ve just executed the command you indicated to me and it works without further configuration at SMF level! Thanks again andyf !! 23:57:58 Now, I’ve created a bridge with dladm command and tried adding the real network interface to it successfully (dladm add-bridge -l rge0 bridge) but I cannot do the same with tap0 even if that interface appears when I run « ifconfig ». « tap0 » has been created by starting my OpenVPN bridge instance but it is not listed when running « dladm show-link »… Any help on that? (I think this is the last obstacle before a fully workin 23:57:58 OpenVPN)