tonyseek / openvpn-status

Parse OpenVPN status logs in Python
https://openvpn-status.readthedocs.io
MIT License
83 stars 31 forks source link

Add TAP mode support. #1

Closed tonyseek closed 6 years ago

tonyseek commented 8 years ago

In TAP mode, virtual_address will be a virtual MAC address instead of a virtual IP address.

nemesifier commented 6 years ago

Stumbled upon this issue in @openwisp too.

tonyseek commented 6 years ago

The v0.2 release is coming soon. It will implement the TAP mode.

rohithasrk commented 6 years ago

Hi @tonyseek. Are you working on adding support to TAP mode? Would work on it if not.

tonyseek commented 6 years ago

I'm still working for it.

nemesifier commented 6 years ago

let us know if you need help

tonyseek commented 6 years ago

Hi @nemesisdesign @rohithasrk,

The openvpn-status 0.2.0 has been released to PyPI. The TAP mode (virtual_addr is a MAC instead of a IP) and client-config-dir (virtual_addr is a certain IP or a IP subnet) are compatible both now.

It is glad to hear that this library may help @openwisp.

Thanks for your encouragement.

rohithasrk commented 6 years ago

Thank you @tonyseek. :smile:

nemesifier commented 6 years ago

Thanks a lot @tonyseek, will send a link to a testing instance to show you what we are using it for :-)