Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
561941d6
Commit
561941d6
authored
10 years ago
by
Julian Kornberger
Browse files
Options
Downloads
Patches
Plain Diff
docs: add private WLAN
parent
e92bceb3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/features/private-wlan.rst
+30
-0
30 additions, 0 deletions
docs/features/private-wlan.rst
docs/index.rst
+1
-0
1 addition, 0 deletions
docs/index.rst
with
31 additions
and
0 deletions
docs/features/private-wlan.rst
0 → 100644
+
30
−
0
View file @
561941d6
Private WLAN
============
It is possible to set up a private WLAN that bridges the WAN port and is seperated from the mesh network.
Please note that you should not enable ``mesh_on_wan`` simultaneously.
The private WLAN can be enabled through the config mode if the package ``gluon-luci-privatewifi`` is installed.
You may also enable a private WLAN using the command line:
::
uci set wireless.wan_radio0=wifi-iface
uci set wireless.wan_radio0.device=radio0
uci set wireless.wan_radio0.network=wan
uci set wireless.wan_radio0.mode=ap
uci set wireless.wan_radio0.encryption=psk2
uci set wireless.wan_radio0.ssid="$SSID"
uci set wireless.wan_radio0.key="$KEY"
uci set wireless.wan_radio0.disabled=0
uci commit
wifi
Please replace ``$SSID`` by the name of the WLAN and ``$KEY`` by your passphrase (8-63 characters).
If you have two radios (e.g. 2.4 and 5 GHz) you need to do this for radio0 and radio1.
It may also be disabled by running:
::
uci set wireless.wan_radio0.disabled=1
uci commit
wifi
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
0
View file @
561941d6
...
@@ -24,6 +24,7 @@ Features
...
@@ -24,6 +24,7 @@ Features
features/configmode
features/configmode
features/autoupdater
features/autoupdater
features/private-wlan
features/mesh-on-wan
features/mesh-on-wan
features/announce
features/announce
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment