Git Product home page Git Product logo

icvpn's Introduction

Build Status

This repository contains the tinc hosts for ICVPN-Peers and several helper scripts.

Setup

This network requires the use of the Tinc VPN Daemon. You should use at least version 1.0.24 or higher, also the current pre-release version 1.1pre11 seems to work just fine.

Clone the repository

# cd /etc/tinc/
# git clone https://github.com/freifunk/icvpn.git
# cd icvpn
# cp scripts/post-merge .git/hooks/

Create your tinc configuration

Open your favorite editor and create the /etc/tinc/icvpn/tinc.conf.

Name=entenhausen1
Mode=switch

More options can be found through

# man tinc.conf

Afterwards create a keypair with tincd.

# tincd -n icvpn -K

Hint: In version 1.1 this option was moved to the tinc binary and is called generate-rsa-keys.

Execute post-merge hook

This step is necessary to populate your new configuration with infos about the metanodes.

# ./.git/hooks/post-merge

Set up a cronjob to update the repository in regular intervals.

# crontab -e

and insert for example

@daily cd /etc/tinc/icvpn/; git pull > /dev/null

What are meta nodes?

Tinc has a ConnectTo configuration option that describes which peers on startup to connect and sync metadata to.

Until now (2015/4) we had roughly 74 nodes, and every node connected to each other (full mesh). Tinc however does not scale this way, because on each connect and disconnect all ConnectTo-lines are being notified of this and then notify their neighbours again. Many smaller nodes seemingly could not handle the amount of metadata generated by this which resulted in TCP Zero Windows. They then disconnected, and reconnected, producing more metadata in the process, which was followed by even larger nodes queueing up metadata, which resulted in all nodes taking a massive cpu and memory hit. Memory usage of up to 1.5GB was spotted, accumulated in less than 12 hours.

However for tinc to build its network graph it is sufficient, if all nodes only exchange metadata at a few nodes, which results in much less strain on the whole network. This is why we now use meta nodes, which are defined in the ./metanodes file.

Criteria for the selection of meta nodes are:

  1. autonomous system diversity
  2. community diversity
  3. ample resources (cpu, memory, traffic)

When data needs to be transfered between two nodes, this will happen independently of those meta nodes. Through the shared network graph a direct transfer is possible and will be tried: at first via UDP, then via TCP, then indirectly. While indirect routing is possible the meta nodes are not required to provide forwarding for those packets.

Contact

The maintainers can be reached at

We have set up IRC notifications for all repositories concerning the icvpn network.

icvpn's People

Contributors

ecsv avatar egmont1227 avatar egon0 avatar elberfeld avatar freifunkufo avatar joerg-d avatar jplitza avatar ka-ba avatar kalbfuss avatar kerel-fs avatar kerlerm avatar kokel avatar kpanic23 avatar kst87 avatar lemoer avatar lx1ge avatar marku89 avatar mart-ffbsee avatar mmunz avatar mweinelt avatar ohrensessel avatar ranlvor avatar reissmann avatar sargon avatar sbias avatar suicider avatar tackin avatar thomasdotwtf avatar wusel42 avatar zaunei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

icvpn's Issues

Autocheck fails

Hey
Der automatische check hat Probleme mit einem Debian package und funktioniert daher nicht:

E: Unable to locate package checkinstall

The command "sudo apt-get install iputils-ping checkinstall" failed and exited with 100 during .

Remove dead peers

Maybe we should consider to remove some dead peers, for example hamburg5 has 100% packetloss on ping. hamburg3 has an not existing domain-name...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.