FreeBSD/freebsd_vm/sysctl.conf

16 lines
629 B
Plaintext
Raw Normal View History

2021-04-18 01:07:42 -07:00
# $FreeBSD$
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
2021-04-18 01:24:17 -07:00
vfs.zfs.min_auto_ashift=12
2021-04-18 01:07:42 -07:00
net.inet.ip.forwarding=1 # Enable IP forwarding between interfaces
net.link.bridge.pfil_onlyip=0 # Only pass IP packets when pfil is enabled
net.link.bridge.pfil_bridge=0 # Packet filter on the bridge interface
net.link.bridge.pfil_member=0 # Packet filter on the member interface