This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| c-services:wlan-c-base-crew-netctl [2015/07/05 22:11] – xen | c-services:wlan-c-base-crew-netctl [2016/02/22 23:25] (current) – xen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Create a file **/ | + | Zertifikat runterladen |
| + | <code bash> | ||
| + | wget -O / | ||
| + | </ | ||
| + | |||
| + | Create a file **/ | ||
| + | |||
| + | < | ||
| + | Description=' | ||
| + | Interface=wlan0 | ||
| + | Connection=wireless | ||
| + | Security=wpa-configsection | ||
| + | ESSID=c-base-crew-5ghz | ||
| + | IP=dhcp | ||
| + | IP6=static | ||
| + | Address6=(' | ||
| + | Gateway6=' | ||
| + | Priority=2 | ||
| + | WPAConfigSection=( | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ) | ||
| + | </ | ||
| - | Description=' | ||
| - | Interface=wlan0 | ||
| - | Connection=wireless | ||
| - | Security=wpa-configsection | ||
| - | IP=dhcp | ||
| - | IP6=stateless | ||
| - | Priority=2 | ||
| - | WPAConfigSection=( | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ) | ||
| Enable the profile with: | Enable the profile with: | ||
| - | netctl enable c-base-crew | + | netctl enable c-base-crew-5ghz |
| And start it with: | And start it with: | ||
| - | netctl switch-to c-base-crew | + | netctl switch-to c-base-crew-5ghz |
| - | To use the 5GHz network **-5ghz** to the network and filename. | + | To use the 2.4GHz |