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/12/16 00:08] – 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=static | ||
- | Address6=(' | ||
- | Gateway6=' | ||
- | 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 | + | To use the 2.4GHz |