mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2025-02-28 19:51:34 +00:00
openwrt: supported since 17.01 (#228)
This commit is contained in:
parent
3181db3678
commit
7134a1cf37
@ -5,7 +5,7 @@ sitemap: true
|
|||||||
|
|
||||||
# Installing on OpenWrt
|
# Installing on OpenWrt
|
||||||
|
|
||||||
`yggdrasil` v0.4+ packages are available in OpenWRT since 21.02.
|
`yggdrasil` v0.4+ packages are available in OpenWRT since 17.01!
|
||||||
|
|
||||||
To configure Yggdrasil with the LuCI web interface, install the package `luci-app-yggdrasil`.
|
To configure Yggdrasil with the LuCI web interface, install the package `luci-app-yggdrasil`.
|
||||||
|
|
||||||
@ -29,3 +29,24 @@ uci set yggdrasil.@peer[-1].uri='tcp://1.2.3.4:5678'
|
|||||||
uci commit
|
uci commit
|
||||||
/etc/init.d/yggdrasil restart
|
/etc/init.d/yggdrasil restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## OpenWrt Yggdrasil on Matrix
|
||||||
|
|
||||||
|
Please stop by `#yggdrasil-openwrt:matrix.org` to join the community development channel.
|
||||||
|
|
||||||
|
|
||||||
|
## NodeInfo enabled by default
|
||||||
|
|
||||||
|
The Yggdrasil daemon will provide some basic NodeInfo information to the mesh by default.
|
||||||
|
This can be disabled by configuring the section in `/etc/config/yggdrasil` or LuCI admin.
|
||||||
|
|
||||||
|
This means the following example can be queried by others in the network:
|
||||||
|
|
||||||
|
```
|
||||||
|
"NodeInfo": {
|
||||||
|
"kernel": "4.14.123",
|
||||||
|
"hostname": "OpenWrt",
|
||||||
|
"model": "Globalscale Marvell ESPRESSOBin Board",
|
||||||
|
"board_name": "globalscale,espressobin"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
@ -19,7 +19,7 @@ Yggdrasil is well supported on Linux. There are a number of distribution package
|
|||||||
- [Debian, Ubuntu, elementaryOS, Linux Mint and similar](installation-linux-deb.md)
|
- [Debian, Ubuntu, elementaryOS, Linux Mint and similar](installation-linux-deb.md)
|
||||||
- [Red Hat Enterprise Linux, Fedora, CentOS and similar](installation-linux-rpm.md)
|
- [Red Hat Enterprise Linux, Fedora, CentOS and similar](installation-linux-rpm.md)
|
||||||
- [Gentoo Linux](installation-linux-gentoo.md)
|
- [Gentoo Linux](installation-linux-gentoo.md)
|
||||||
- [OpenWRT](installation-linux-openwrt.md)
|
- [OpenWrt](installation-linux-openwrt.md)
|
||||||
- [Manual install or build from source](installation-linux-other.md)
|
- [Manual install or build from source](installation-linux-other.md)
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user