Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created November 5, 2014 15:35
Show Gist options
  • Save kaworu/1a40a148f11fa88c6664 to your computer and use it in GitHub Desktop.
Save kaworu/1a40a148f11fa88c6664 to your computer and use it in GitHub Desktop.
hostname="smaug.kaworu.ch"
fsck_y_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
# IPv4 config
ifconfig_re0="inet 178.63.43.209/32"
gateway_if="re0"
gateway_ip="178.63.43.193"
static_routes="gateway default"
route_gateway="-host $gateway_ip -interface $gateway_if"
route_default="default $gateway_ip"
ifconfig_re0_alias0="inet 178.63.43.249 netmask 255.255.255.255"
#ifconfig_re0_alias1="inet 178.63.43.248 netmask 255.255.255.248"
# IPv6 config
ipv6_default_interface="re0"
ifconfig_re0_ipv6="2a01:4f8:120:5388::1/64"
# set a static local interface-route
ipv6_defaultrouter="fe80::1%re0"
pf_enable="YES"
local_unbound_enable="YES"
sshd_enable="YES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment