Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 5, 2015 00:58
Show Gist options
  • Save kaworu/450285aa200c62d4ca6b to your computer and use it in GitHub Desktop.
Save kaworu/450285aa200c62d4ca6b to your computer and use it in GitHub Desktop.
# $FreeBSD: releng/10.2/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $
#
# 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
# https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html
net.link.tap.up_on_open=1
net.inet.ip.forwarding=1
net.inet6.ip6.forwarding=1
# without this one, we get a lot of kernel messages:
# arp: proxy: ignoring request from 178.63.43.248 via tap0, expecting re0
net.link.ether.inet.proxyall=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment