From c98580946d903e07d311ed8b01cde382b16a1d2c Mon Sep 17 00:00:00 2001 From: Vincent Wiemann <webmaster@codefetch.de> Date: Tue, 9 Apr 2019 00:10:34 +0200 Subject: [PATCH] docs: faq: add note for supported hardware (#1665) A table with hardware supported by Gluon can be found on the OpenWrt Wiki. This commit adds a corresponding FAQ entry. (cherry picked from commit deb020d3ef850c93549c7036ece5e3039339c2f3) --- docs/user/faq.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/user/faq.rst b/docs/user/faq.rst index c6b819776..41e756e8c 100644 --- a/docs/user/faq.rst +++ b/docs/user/faq.rst @@ -1,10 +1,20 @@ Frequently Asked Questions ========================== +.. _faq-hardware: + +What hardware is supported? +~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A table with hardware supported by Gluon can be found on the `OpenWrt Wiki`_. +If you want to find out if your device can potentially be supported +have a look at :doc:`../dev/hardware` for detailed hardware requirements. + +.. _OpenWrt Wiki: https://openwrt.org/toh/views/toh_gluon_supported + .. _faq-dns: -DNS does not work on the nodes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Why does DNS not work on the nodes? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gluon nodes will ignore the DNS server on the WAN port for everything except the mesh VPN, which can lead to confusion. @@ -18,8 +28,8 @@ in this case, the *radvd* is only used to announce the DNS server. .. _faq-mtu: -What is a good MTU on the mesh-vpn -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +What is a good MTU on the mesh-vpn? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Setting the MTU on the transport interface requires careful consideration, as setting it too low will cause excessive fragmentation and setting it too high -- GitLab