Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:wireless_set-up [2017/09/18 15:43] – [Configure wireless network] sm8ps | dcore:wireless_set-up [2017/09/18 16:19] (current) – [Configure wireless network] sm8ps | ||
---|---|---|---|
Line 66: | Line 66: | ||
</ | </ | ||
- | Having used ' | + | Alternatively, |
== Set-up key file by use of WPA-cli== | == Set-up key file by use of WPA-cli== | ||
Line 120: | Line 120: | ||
< | < | ||
- | sudo udhcpc -b -i <IF> -x hostname < | + | sudo udhcpc -b -i <IF> -x hostname < |
</ | </ | ||
acquires a DHCP-lease. ' | acquires a DHCP-lease. ' | ||
Line 129: | Line 129: | ||
==Persistence== | ==Persistence== | ||
- | The configuration file can be made persistent by adding "/ | + | The configuration file can be made persistent by adding "/ |
Note that the folder '/ | Note that the folder '/ | ||
Line 141: | Line 141: | ||
< | < | ||
/ | / | ||
- | /bb/udhcpc -b -i <IF> -x hostname $(hostname) -p / | + | /bb/udhcpc -b -i <IF> -x hostname $(hostname) -p / |
</ | </ | ||
If Syslog is running, one may want to add the option '' | If Syslog is running, one may want to add the option '' |