Achtung! Der deutschsprachige Inhalt ist wegen fehlenden Betreuerinnen und Betreuern veraltet. Verwenden Sie bitte die englischsprachige Version!
Download
If you want to install and use CBSD on the FreeBSD host, use these instructions.
CBSDWEB VirtualBox Appliance
If you want to see CBSD without having to install a working system (CBSDWEB in the early stages of development, not for production use only!), you may obtain a monthly development-snapshot image for VirtualBox. Keep in mind that VirtualBox does not support Nested Virtualization (Nested VTx/VT-d/IOMMU), For this reason, and XEN and bhyve hypervisors will not work here - only jail container available. For bhyve / XEN please setup FreeBSD on a bare metal server.
Credential:
- - WEB interface: https://IPADDR/ (see: *notes1)
- - root user unix/shell password: cbsd
- - cbsd user unix/shell password: cbsd
* notes1: If DHCP is not work in your network, edit /etc/rc.conf to static addresses, replacing the line:
ifconfig_vtnet0="DHCP"
to:
ifconfig_vtnet0="IP/PREFIX" defaultrouter="GW"
For example:
ifconfig_vtnet0="192.168.0.2/24" defaultrouter="192.168.0.1"
or:
ifconfig_vtnet0="192.168.0.2 netmask 255.255.255.0" defaultrouter="192.168.0.1"