What is the proper directory for a network startup script?

sossego

Retired from the forums
I want
Code:
 ifconfig wlan create wlandev iwi0
to be started at boot, and, I'm thinking that /etc/rc.conf is the right area.

Am I wrong?
 
No script needed, just set a value in /etc/rc.conf.
Code:
wlans_iwi0="wlan"

Normally that would be wlan0, and probably there would also be
Code:
ifconfig_wlan0="WPA SYNCDHCP"
 
Back
Top