mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 08:54:25 +08:00
updating docs for 0.8
This commit is contained in:
parent
683d9e61e9
commit
a3118963fa
6 changed files with 11 additions and 1 deletions
BIN
docs/_build/doctrees/environment.pickle
vendored
BIN
docs/_build/doctrees/environment.pickle
vendored
Binary file not shown.
BIN
docs/_build/doctrees/troubleshoot.doctree
vendored
BIN
docs/_build/doctrees/troubleshoot.doctree
vendored
Binary file not shown.
|
@ -102,6 +102,10 @@ Netclient
|
|||
**I have a handshake with a peer but can't ping it, what gives?**
|
||||
This is commonly due to incorrect MTU settings. Typically, it will be because MTU is too high. Try setting MTU lower on the node. This can be done via netconfig, or by editing the node in the UI.
|
||||
|
||||
**I have a hard to reach machine behind a firewall or a corporate NAT, what can I do?**
|
||||
In this situation you can use the Relay Server functionality introduced in Netmaker v0.8 to designate a node as a relay to your "stuck" machine. Simply click the button to make a node into a relay and tell it to relay traffic to this hard-to-reach peer.
|
||||
|
||||
|
||||
CoreDNS
|
||||
--------
|
||||
**Is CoreDNS required to use Netmaker?**
|
||||
|
|
2
docs/_build/html/searchindex.js
vendored
2
docs/_build/html/searchindex.js
vendored
File diff suppressed because one or more lines are too long
2
docs/_build/html/troubleshoot.html
vendored
2
docs/_build/html/troubleshoot.html
vendored
|
@ -824,6 +824,8 @@ You can also see the current WireGuard configuration with <code class="docutils
|
|||
</dd>
|
||||
<dt><strong>I have a handshake with a peer but can’t ping it, what gives?</strong></dt><dd><p>This is commonly due to incorrect MTU settings. Typically, it will be because MTU is too high. Try setting MTU lower on the node. This can be done via netconfig, or by editing the node in the UI.</p>
|
||||
</dd>
|
||||
<dt><strong>I have a hard to reach machine behind a firewall or a corporate NAT, what can I do?</strong></dt><dd><p>In this situation you can use the Relay Server functionality introduced in Netmaker v0.8 to designate a node as a relay to your “stuck” machine. Simply click the button to make a node into a relay and tell it to relay traffic to this hard-to-reach peer.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
|
@ -102,6 +102,10 @@ Netclient
|
|||
**I have a handshake with a peer but can't ping it, what gives?**
|
||||
This is commonly due to incorrect MTU settings. Typically, it will be because MTU is too high. Try setting MTU lower on the node. This can be done via netconfig, or by editing the node in the UI.
|
||||
|
||||
**I have a hard to reach machine behind a firewall or a corporate NAT, what can I do?**
|
||||
In this situation you can use the Relay Server functionality introduced in Netmaker v0.8 to designate a node as a relay to your "stuck" machine. Simply click the button to make a node into a relay and tell it to relay traffic to this hard-to-reach peer.
|
||||
|
||||
|
||||
CoreDNS
|
||||
--------
|
||||
**Is CoreDNS required to use Netmaker?**
|
||||
|
|
Loading…
Add table
Reference in a new issue