Skip to content

Commit

Permalink
check_vpn: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danfruehauf committed Nov 30, 2013
1 parent 650ca2c commit 2874988
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions check_vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ To use locking you need ot specify <i>-l</i> or <i>--lock</i>. For instance the

Generally speaking I would encourage running check_vpn with the <i>--lock</i> option as it can avoid many problems. Should the lock file get stuck and undeleted for any reason please:
* Fill in an issue of how to reproduce
* rmdir /var/run/check_vpn
* Run:
```
rmdir /var/run/check_vpn
```

## Limitations

Expand Down Expand Up @@ -184,8 +187,6 @@ declare -i device_number=$(expr `echo another-host.openvpn.vpn.com | cksum | cut
# device_number=168
```

This was tested fully with OpenVPN and SSH, however I still need to setup a proper test environment for L2TP and PPTP.

In case multiple access is still being an issue, please refer to the section about [Locking](README.md#locking).

### Same IP, Different Interface
Expand Down

0 comments on commit 2874988

Please sign in to comment.