Created
August 22, 2012 19:34
-
-
Save lancechentw/3428614 to your computer and use it in GitHub Desktop.
freebsd basic settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dev/mirror/gm0 / ufs rw 1 1 | |
| /dev/gpt/swap0 none swap sw 0 0 | |
| /dev/gpt/swap1 none swap sw 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| geom_mirror_load="YES" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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