mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Slightly better docs
This commit is contained in:
parent
26168f10a0
commit
2559c264c6
3 changed files with 11 additions and 8 deletions
|
@ -1,13 +1,14 @@
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
* Check that you installed all the dependencies with pip and have Ansible 2.1+
|
* Check that all necessary dependencies are installed, including the correct version of Ansible
|
||||||
* If installing to a local server, use a fresh install of Ubuntu 16.04
|
* If installing to a local server, use a fresh install of Ubuntu 16.04
|
||||||
|
* Check that your issue is not already described in the [troubleshooting](docs/TROUBLESHOOTING.md) docs
|
||||||
|
|
||||||
### Filing New Issues
|
### Filing New Issues
|
||||||
|
|
||||||
* Please review the [FAQ](https://github.com/trailofbits/algo#faq)
|
* Please review the [FAQ](https://github.com/trailofbits/algo#faq)
|
||||||
* Please include the full output from your terminal window if appropriate
|
* Please include the full output from your terminal window if appropriate
|
||||||
* We only support macOS 10.11 and newer
|
* We only support macOS 10.11+, Windows 8+, and Ubuntu 16.04+
|
||||||
|
|
||||||
### Pull Requests
|
### Pull Requests
|
||||||
|
|
||||||
|
|
|
@ -125,8 +125,6 @@ OpenVPN does not have out-of-the-box client support on any major desktop or mobi
|
||||||
|
|
||||||
Alpine Linux is not supported out-of-the-box by any major cloud provider. We are interested in supporting Free-, Open-, and HardenedBSD. Follow along or contribute to our BSD support in [this issue](https://github.com/trailofbits/algo/issues/35).
|
Alpine Linux is not supported out-of-the-box by any major cloud provider. We are interested in supporting Free-, Open-, and HardenedBSD. Follow along or contribute to our BSD support in [this issue](https://github.com/trailofbits/algo/issues/35).
|
||||||
|
|
||||||
## [Troubleshooting](docs/Troubleshooting.md)
|
## [Troubleshooting](docs/TROUBLESHOOTING.md)
|
||||||
|
|
||||||
### Little Snitch is broken when connected to the VPN
|
If you have issues deploying and using the Algo VPN server, check the [troubleshooting](docs/TROUBLESHOOTING.md) documentation for solutions to common problems.
|
||||||
|
|
||||||
Little Snitch is not compatible with IPSEC VPNs due to a known bug in macOS and there is no solution. The Little Snitch "filter" does not get incoming packets from IPSEC VPNs and, therefore, cannot evaluate any rules over them. Their developers have filed a bug report with Apple but there has been no response. There is nothing they or Algo can do to resolve this problem on their own. You can read more about this problem in [issue #134](https://github.com/trailofbits/algo/issues/134).
|
|
|
@ -45,6 +45,10 @@ Storing debug log for failure in /Users/algore/Library/Logs/pip.log
|
||||||
|
|
||||||
You are running an old version of `pip` that cannot build the `pycrypto` dependency. Upgrade to a new version of `pip` by running `sudo pip install -U pip`.
|
You are running an old version of `pip` that cannot build the `pycrypto` dependency. Upgrade to a new version of `pip` by running `sudo pip install -U pip`.
|
||||||
|
|
||||||
### Various parts of the internet appear to be offline through the VPN
|
### Little Snitch is broken when connected to the VPN
|
||||||
|
|
||||||
The issue may related to the MTU size, try to use `ping` with the don't fragment bit and various packet size in order to determine the MTU size for your network and set up this properly on the physical adapter.
|
Little Snitch is not compatible with IPSEC VPNs due to a known bug in macOS and there is no solution. The Little Snitch "filter" does not get incoming packets from IPSEC VPNs and, therefore, cannot evaluate any rules over them. Their developers have filed a bug report with Apple but there has been no response. There is nothing they or Algo can do to resolve this problem on their own. You can read more about this problem in [issue #134](https://github.com/trailofbits/algo/issues/134).
|
||||||
|
|
||||||
|
### Various websites appear to be offline through the VPN
|
||||||
|
|
||||||
|
This issue appears intermittently due to issues with MTU size. If you experience this issue, we recommend filing a ticket for assistance. Advanced users can troubleshoot the correct MTU size by retrying `ping` with the "don't fragment" bit size and decreasing packet size. This will determine the correct MTU size for your network, which you then need to update on your network adapter.
|
Loading…
Add table
Reference in a new issue