Skip to content

Commit

Permalink
updated wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Aug 7, 2024
1 parent d26de61 commit f72735d
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions docs/wiki/vpn/ports/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can debug an open port using the
The service should be started automatically, to rerun it:

```sh
systemctl restart vpnTestService
systemctl restart vpn-test-service
```

If the DNS and IP checks out, it will
Expand All @@ -58,15 +58,41 @@ You can then run the following from any computer:
```

Where the "`public VPN ip`" is the public IP of your VPN address, i.e. the
one shown in the `vpnTestService` logs as your ip:

```
one shown in the `vpn-test-service` logs as your ip:

```default
; <<>> DiG 9.18.27 <<>> google.com
...
Getting IP:
{
"ip": "12.34.56.78",
"hostname": "---.--.---.--.-------.----",
"city": "---------",
"region": "---------",
"country": "--",
"loc": "00.0000,00.0000",
"org": "----------------------",
"postal": "------",
"timezone": "----------------",
"readme": "-----------------------------"
}
DNS leak test:
Your IP:
12.34.56.78 [------, ----------------------]
You use 3 DNS servers:
---.---.---.-- [------, -----------------------]
---.---.---.- [------, -----------------------]
---.---.---.- [------, -----------------------]
Conclusion:
DNS may be leaking.
```

Upon succesful connection type messages that _should_ show up in the
`vpnTestService` logs. Reminder, to check the logs:
Here, your "`public VPN ip`" would be "`12.34.56.78`". Upon succesful
connection type messages that _should_ show up in the `vpn-test-service`
logs. Reminder, to check the logs:

```sh
journalctl -xeu vpnTestService
journalctl -xeu vpn-test-service
```

0 comments on commit f72735d

Please sign in to comment.