Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share internet connection helpers. #6

Open
sque opened this issue Apr 8, 2014 · 0 comments
Open

Share internet connection helpers. #6

sque opened this issue Apr 8, 2014 · 0 comments
Assignees
Milestone

Comments

@sque
Copy link
Member

sque commented Apr 8, 2014

There is a common scenario right now in HWMN where peers want to share their internet connection with other peers. It would be nice to include the appropriate packages for this purpose and maybe a script or a Luci mod to setup and monitor this procedure.

Right now there is no perfect solution for this issue that addresses all requirements.

Requirements

  • Support authentication and preferably encryption
  • Be lightweight enough to run on routerboard or even better on ubiquity nanobridge
  • Manage properly the extra routes.

Solutions that have been tested:

  • OpenVPN
    • Pros: Strong authentication, encryption, flexible configuration
    • Cons: Very heavy for embedded devices. On 750gl maximum speed 10mbps
  • GRE Tunnel
    • Pros: Extremely lightweight, 100mbps with negligible CPU footprint, flexible
    • Cons: No authentication or encryption.
@sque sque added this to the poc-3 milestone Apr 8, 2014
@sque sque self-assigned this Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant