No-one has tried that yet (to my knowledge). But yes, 99% you seem to have hit upon the correct general approach. It is a good strategy and should work in most cases.eldude_123 wrote:has anyone tried to install openVPN via Finch on an embedded build yet? If so is it just a case of following the Finch guides and a guide for installing openVPN on a non embedded setup?
For OpenVPN it's probably more challenging than the other ones. Because, well... its openVPN. So if you encounter some issue please share with us here the error messages etc.
Yes. I haven't tried OpenVPN myself yet. But that is the correct approach.eldude_123 wrote:Hi dreamcat4,
I've just followed your guide regarding installing Finch on my embedded setup (latest version 9.2) - seems to have installed fine thanks very much!
Just wanted to query a couple of things.
I want to install OpenVPN on a new jail. Other than the Jail Installation instructions http://dreamcat4.github.io/finch/jails-how-to/ do I just follow one of the normal OpenVPN install guides for non embedded setups?
There is no reason to worry. If you make a mess inside of a jail, then it's very easy to delete the failed jail with:eldude_123 wrote: Bit scared about installing a jail incase I break something!
Code: Select all
qjail stop "$jailname"
qjail delete "$jailname"
No. The 2 jail systems are entirely independent of each other. You may use both at once. Finch's jails are all installed inside of Finch's folder at "$finch_realpath/usr/jails/$jailname". So they aren't going to ever interfere with theBrig's own folders. Just don't use the same ip address however. Because the jail's IP address may conflict.eldude_123 wrote:Also, I already have Sabnzbd installed via the brig - will installing a jail via Finch break this?
Yes I guess so? I mean - they won't see each other's folders but can communicate over the LAN between each other if necessary? You can install multiple related services into the same 1 jail - if they really depend upon each other. For example Apache+PHP+MYSQL, and communicate locally over loopback interface TCP 127.0.0.1:9000 localhost.eldude_123 wrote:One final thing, I want to install CouchPotato, Sickbeard, Headphones - can I install via Finch even though my Sabnzbd setup is done via the brig?
If that is true (for those ones you mention), then some hint is often found in the installation guides of those specific software. (in other words - I haven't installed them myself so really don't know how to answer that).
If they are entirely separate services then it really doesn't matter.
No.eldude_123 wrote:... or do I need to delete that jail and install all via Finch?
Just make sure that for all of your total jails (all together both Finch AND theBrig) - don't have the same IP address as another jail. Because all these jails share same NIC and LAN. You don't want an IP address conflict.
It is best to keep all of your 'theBrig' jail for now. Until later, after you are sure that you no longer need them and the new Finch jails are all proven working OK. Then you may be deleting the old ones.

