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

write a prototype :) #1

Closed
philips opened this issue Jul 10, 2014 · 8 comments
Closed

write a prototype :) #1

philips opened this issue Jul 10, 2014 · 8 comments

Comments

@philips
Copy link
Contributor

philips commented Jul 10, 2014

No description provided.

@philips
Copy link
Contributor Author

philips commented Jul 10, 2014

/cc @eyakubovich Want to look into this?

@eyakubovich
Copy link
Contributor

Yes. I will after label query stuff.

@marineam
Copy link

re the mention of openvpn, a google guy some of us met with a few months ago recommended this: http://www.tinc-vpn.org/

@marineam
Copy link

Also the readme mentions IPv4, if you need to support NAT between the overlay and external networks that's a must. If this is an isolated network lets use IPv6 please :)

@philips
Copy link
Contributor Author

philips commented Jul 11, 2014

@marineam I would say we have a few things to benchmark before making a decision on v4 vs v6:

  1. Measure throughtput and latency of tinc vs openvpn vs unencapsulated connections.

  2. Measure the CPU/memory considerations for tinc vs openvpn.

  3. Measure throughput and latency of v4 vs v6 of tinc vs openvpn.

@philips
Copy link
Contributor Author

philips commented Jul 13, 2014

Another thing Alex and I talked about: using 6to4 instead. https://gist.github.com/rmoriz/6d5e6649ab2f5588fdbe

@marineam
Copy link

I don't follow how 6to4 is applicable, unless you simply mean following 6to4's scheme for mapping IPv6 prefixes to IPv4 addresses so the overlay network is essentially stateless. That does place the requirement that hosts be directly IPv4 addressable between them all.

@philips
Copy link
Contributor Author

philips commented Jul 14, 2014

@marineam Having this sort of encapsulation should be much lighter weight than a full VPN and we sort of push stuff towards ipv6 naturally too. The downside of everyone having the same network view is noted but we could then fall back to a site to site vpn instead.

@philips philips closed this as completed Aug 12, 2014
jiangxiaobin96 pushed a commit to jiangxiaobin96/flannel that referenced this issue Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants