Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created December 8, 2013 11:40
Show Gist options
  • Save schnell18/7856334 to your computer and use it in GitHub Desktop.
Save schnell18/7856334 to your computer and use it in GitHub Desktop.
Sample FreeBSD network interface configuration
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"
@schnell18
Copy link
Author

The em0 and em1 are network interfaces. The name depends the driver type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment