Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

dmix/night_watchman

Repository files navigation

night_watchman

Summary

A security-focused OpenVPN client for Linux. Planned features:

  • Auto-reconnect on failure
  • Blocks hosts non-VPN internet traffic in the event VPN connection fails
  • Verifies VPN servers IP address and hostname authenticity (similar to SSH known_hosts)
  • Verifies cipher suite is forward-secret and not degraded
  • Runs OpenVPN as unprivileged user

Note: this project is primarily a challenge for me to learn the internals of the Linux kernel and get exposure to C programming. It is very much a work-in-progress.

How to run:

Step 1): Set-up OpenVPN to run as an unprivileged user

To improve security, we're going to run both openvpn and night_watchman without root privileges. OpenVPN typically requires root, so openvpn needs a be set up to run as an unprivileged user.

I've created a simple instruction guide on how to run OpenVPN without root.

Step 2): Now compile & run Night Watchman

$ make
$ ./night_watchman

About

A security-focused OpenVPN client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published