autostart network with rc.conf

A

Anonymous

Guest
After boot i connect to the net with
Code:
#dhclient fxp0
so i put
Code:
sshd_enable="YES"
dhclient_flags="fxp0"
but i still have to run 'dhclient fxp0' manually.
 
Thanks.
The site you linked to doesn't contain the search term ifconfig_, the web gave me the info i used in my first try.
Of course i do read it, but i am not able to read all at once.
 
When in doubt, read the man page: rc.conf(5)
And you can see everything that can be set in rc.conf by reading through /etc/defaults/rc.conf. Just DO NOT EDIT THIS FILE. Anything you want to change, copy into /etc/rc.conf and set it there.
 
Back
Top