Skip to content

Commit

Permalink
Bhyve and OpenSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed Apr 24, 2024
1 parent 8144059 commit b140a61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion freebsd/server/etc/rc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ firewall_enable="YES"
firewall_type="workstation"
firewall_quiet="YES"
firewall_logdeny="NO"
firewall_myservices="22/tcp 80/tcp 443/tcp 445/tcp"
firewall_myservices="22/tcp 80/tcp 443/tcp 445/tcp 9200/tcp"
firewall_allowservices="any"

# UPS
nut_enable="YES"
nut_upsmon_enable="YES"

# OpenSearch
opensearch_enable="YES"

# Bhyve
vm_enable="YES"
vm_dir="zfs:writable/vm"
1 change: 1 addition & 0 deletions freebsd/server/etc/sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ vfs.zfs.min_auto_ashift=12
kern.coredump=0
kern.vt.enable_bell=0
hw.syscons.bell=0
security.bsd.unprivileged_mlock=1

0 comments on commit b140a61

Please sign in to comment.