Created
December 8, 2013 11:40
-
-
Save schnell18/7856334 to your computer and use it in GitHub Desktop.
Sample FreeBSD network interface configuration
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="vmfreebsd92" | |
ifconfig_em0="DHCP" | |
ifconfig_em1="inet 192.168.56.104 netmask 255.255.255.0" | |
defaultrouter="192.168.1.1" | |
sshd_enable="YES" | |
ntpd_enable="YES" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The em0 and em1 are network interfaces. The name depends the driver type.