On Fri, 04 Apr 2014 12:47:15 +0200, Ludo Beckers <[email protected]> wrote:
/etc/rc.conf has this content:
# Basic rc.conf, adjust according to your needs
#
nfs_reserved_port_only="YES"
sshd_enable="YES"
usbd_enable="YES"
nfs_client_enable="YES"
rpc_umntall_enable="NO"
dumpdev="/dev/serno/5QZ48QQK.s1b" # via installer configuration
hostname="ludoFly_test.be" # via installer configuration
keymap="us.pc-ctrl" # via installer configuration
Yeah you can edit the file for further configuration.
See which interface shows in the first line of the output of "ifconfig |
grep flags". That is the one you have to put with ifconfig_<iface>="DHCP"
in /etc/rc.conf (e.g. ifconfig_em0="DHCP"), assuming the usual dhcp
configuration is what you want for your setup.
Sascha