Solved CBSD installation question

Hi,

Following this post, I set off to install sysutils/cbsd..
So far I have ran
Code:
% pkg install cbsd
% env workdir="/usr/jails" /usr/local/cbsd/sudoexec/initenv
just after the last command, I get a message asking
-------[CBSD v.11.0.1]-------
This is install/upgrade scripts for CBSD.
Don't forget to backup.
-----------------------------
Do you want prepare or upgrade hier environment for CBSD now?
[yes(1) or no(0)]
I am correct to think that saying yes(1) will set the layout of file systems exactly as I know it in FreeBSD?
Or is it something completly different than what I am thinking about?

The installation note also say
Please fill nodeip — Working and static IP address of a node. It shouldn't be an alias and it is desirable to register this IP on a separate interface (free from any other except a management-traffic). For example: 192.168.1.2
I only have 1 static IP and I use pf to redirect traffice to the jails using internal alias.. So how does this work? Can anyone / Ole help please

Thank you
 
Hi,
Following this post, I set off to install sysutils/cbsd..
So far I have ran
Code:
% pkg install cbsd
% env workdir="/usr/jails" /usr/local/cbsd/sudoexec/initenv
just after the last command, I get a message asking
I am correct to think that saying yes(1) will set the layout of file systems exactly as I know it in FreeBSD?
Or is it something completly different than what I am thinking about?
This only prepare/upgrade CBSD.

The installation note also say
Code:
Please fill nodeip — Working and static IP address of a node. It shouldn't be an alias and it is desirable to register this IP on a separate interface (free from any other except a management-traffic). For example: 192.168.1.2
I only have 1 static IP and I use pf to redirect traffice to the jails using internal alias.
Fill with your static IP. Each jail may have its own IP which you provide it when create jail.
 
Thank you very much vejnovic
I am now asked for if i want to
nat_enable: Enable NAT for RFC1918 networks?
I looked in the web but I'm not a network person.Could you please tell me what does it do if I say yes to that?
The big picture is to have 3 jails (Mysql, Apache, Unify controller)
 
I am now asked for if i want to I looked in the web but I'm not a network person.Could you please tell me what does it do if I say yes to that?
Configure NAT for RFC1918 Network? — Whether to use network address translation (NAT) for private addresses. When jails are created in RFC1918 networks, it is necessary to enable this for internet access. For example: 1.
Taken from (end of the page): https://www.bsdstore.ru/en/installing_cbsd.html
 
Configure NAT for RFC1918 Network? — Whether to use network address translation (NAT) for private addresses. When jails are created in RFC1918 networks, it is necessary to enable this for internet access. For example: 1.
Really sorry didn't saw that :(
 
Back
Top