mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
Add docs about max_mss
This commit is contained in:
parent
b70e335a55
commit
d5f0805282
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ Then, set the MTU size on your network adapter (wlan0 or eth0):
|
|||
$ sudo ifconfig wlan0 mtu 1438
|
||||
```
|
||||
|
||||
If you still have problems try to define the `max_mss` variable in config.cfg and redeploy your server
|
||||
|
||||
### "Error 809" or IKE_AUTH requests that never make it to the server
|
||||
|
||||
On Windows, this issue may manifest with an error message that says "The network connection between your computer and the VPN server could not be established because the remote server is not responding... This is Error 809." On other operating systems, you may try to debug the issue by capturing packets with tcpdump and notice that, while IKE_SA_INIT request and responses are exchanged between the client and server, IKE_AUTH requests never make it to the server.
|
||||
|
|
Loading…
Add table
Reference in a new issue