Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed May 19, 2024
1 parent e26e4d2 commit b938a4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/getting-started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ Then try to type on one end, you should see characters on the other side.

If it does not work for you, then most likely your port forwarding is not working correctly. Or your ISP is blocking traffic.


If you get [`Command 'nc' not found.`](https://command-not-found.com/nc) error, you can install `netcat` package using:

```shell
sudo apt-get install netcat
```

### Check if your external IP was determined correctly

One of the first logs, when the server starts, writes down your external IP that will be sent to your clients to connect to.
Expand All @@ -67,6 +74,8 @@ One of the first logs, when the server starts, writes down your external IP that
docker-compose logs neko | grep nat_ips
```

Note: Some newer versions of docker-compose use `docker compose` instead of `docker-compose`.

You should see this:

```
Expand Down

0 comments on commit b938a4e

Please sign in to comment.