Skip to content

Instantly share code, notes, and snippets.

@lancechentw
Created August 22, 2012 19:34
Show Gist options
  • Save lancechentw/3428614 to your computer and use it in GitHub Desktop.
Save lancechentw/3428614 to your computer and use it in GitHub Desktop.
freebsd basic settings
/dev/mirror/gm0 / ufs rw 1 1
/dev/gpt/swap0 none swap sw 0 0
/dev/gpt/swap1 none swap sw 0 0
geom_mirror_load="YES"
hostname="your.domain.name"
ifconfig_em0="inet 192.168.0.123/24"
defaultrouter="192.168.0.254"
# ipv6 autoconf
ifconfig_em0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_host="YES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment