blob: ad4b93bcb11697a74b1aff887313e0b8e1e2f161 (
plain)
1 To use NetworkManager for your network connections:
2
3 1. Disable any previous network scripts in rc.conf (except for loopback)
4 2. Add networkmanager *after* dbus
5 3. Create your network configuration files in:
6 /etc/NetworkManager/system-connections
7 The syntax is described here:
8 https://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
9 and here:
10 https://developer.gnome.org/NetworkManager/unstable/ref-settings.html
11 The post-install script creates a sample config for each of your interfaces.
12
13 Note: To use networkmanager for wifi connections you must compile
14 wpa_supplicant with DBUS support.
15 At the time of writing, the port in opt doesn't have it.
16 See this feature request to find out more:
17 http://crux.nu/bugs/index.php?do=details&task_id=957
|