This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:ubuntu:openvpn [2019/01/21 12:57] – lunetikk | linux:ubuntu:openvpn [2021/05/14 17:14] (current) – lunetikk | ||
|---|---|---|---|
| Line 108: | Line 108: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== Commands ===== | ||
| + | |||
| + | ^ Command | ||
| + | | nmap -sL 10.8.0.* | ||
| ===== Connecting a QNAP as client ===== | ===== Connecting a QNAP as client ===== | ||
| Line 168: | Line 173: | ||
| Reload the "/ | Reload the "/ | ||
| - | systemctl daemon-reload | + | < |
| Restart the OpenVPN | Restart the OpenVPN | ||
| Line 185: | Line 190: | ||
| </ | </ | ||
| - | ===== Raspbian 9 as client ===== | + | ===== Connecting a Raspbian 9 as client ===== |
| Install the client | Install the client | ||
| Line 193: | Line 198: | ||
| </ | </ | ||
| - | Copy the .ovpn file from your server to your client into / | + | Copy the .ovpn file from your server to your client into / |
| Rename it to .conf, for example client.conf | Rename it to .conf, for example client.conf | ||
| < | < | ||
| Line 207: | Line 212: | ||
| Reload the "/ | Reload the "/ | ||
| - | systemctl daemon-reload | + | < |
| Restart the OpenVPN | Restart the OpenVPN | ||
| Line 222: | Line 227: | ||
| 64 bytes from 10.8.0.1: icmp_seq=1 ttl=64 time=38.6 ms | 64 bytes from 10.8.0.1: icmp_seq=1 ttl=64 time=38.6 ms | ||
| 64 bytes from 10.8.0.1: icmp_seq=2 ttl=64 time=37.9 ms | 64 bytes from 10.8.0.1: icmp_seq=2 ttl=64 time=37.9 ms | ||
| + | </ | ||
| + | |||
| + | and with systemctl | ||
| + | < | ||
| + | # systemctl status [email protected] | ||
| + | ● [email protected] - OpenVPN connection to client | ||
| + | | ||
| + | | ||
| + | Docs: man: | ||
| + | | ||
| + | | ||
| + | Process: 1684 ExecStart=/ | ||
| + | Main PID: 1686 (openvpn) | ||
| + | | ||
| + | | ||
| + | |||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| + | Jan 21 12:56:40 raspbian ovpn-client[1686]: | ||
| </ | </ | ||