This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c-services:wlan-c-base-crew-netctl [2015/07/05 22:10] – created 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 | + | netctl switch-to c-base-crew-5ghz |
- | + | ||
- | To use the 5GHz network use this file and save it as **/ | + | |
- | Description=' | + | To use the 2.4GHz network remove **-5ghz** to the network |
- | Interface=wlan0 | + | |
- | Connection=wireless | + | |
- | Security=wpa-configsection | + | |
- | IP=dhcp | + | |
- | IP6=stateless | + | |
- | Priority=2 | + | |
- | WPAConfigSection=( | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ' | + | |
- | ) | + |