Skip to content

Commit 72800c9

Browse files
fix(connectivity): mention mtu changes as a troubleshooting step (#18)
1 parent 1f1d6aa commit 72800c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/faq.md

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
211211
6. Press CTRL-C to stop the capture
212212
7. Exit the root shell: `exit`
213213

214+
### Tweaking MTU
215+
216+
On some networks, you may see that packets are being exchanged, data transfer occurs in both directions (Rx/Tx) as seen in the WireGuard app or `pivpn -c`, but can't browse the web or connect to servers in the LAN. This is sometimes caused by improper [MTU](https://en.wikipedia.org/wiki/Maximum_transmission_unit). To attempt a fix, start from the default MTU of 1420 and lower the value by 10 until you find the highest that works. The MTU can be changed by adding/editing the `MTU = something` line of the `[Interface]` section of the client `.conf` file, or by changing the MTU section in the WireGuard app on Android and iOS.
217+
214218
### What to do if I see no packets?
215219

216220
- If you set up PiVPN with ethernet and later switched to wifi, you will have a different IP. Easiest way to fix is to reinstall and pick the new network interface.

0 commit comments

Comments
 (0)