Difference between revisions of "Tinc"

From Tmplab
(Yet Another Help For Basic tinc-vpn setup)
(Yet Another Help For Basic tinc-vpn setup)
Line 12: Line 12:
 
                             Client1
 
                             Client1
 
                             Client2
 
                             Client2
                             Server
+
                             TincServer
  
== in Nets.boot ==
+
== Nets.boot ==
  
 
  networkname
 
  networkname
 +
 +
== tinc.conf ==
 +
 +
Name=Client1
 +
Device=/dev/net/tun
 +
ConnectTo=TincServer
 +
AddressFamily = ipv4
  
 
====
 
====

Revision as of 02:04, 25 May 2016

Yet Another Help For Basic tinc-vpn setup

Configuration Directory Structure

/etc/tinc/
          nets.boot
          networkname/
                      tinc.conf
                      tinc-up
                      tinc-down
                      hosts/
                            Client1
                            Client2
                            TincServer

Nets.boot

networkname

tinc.conf

Name=Client1
Device=/dev/net/tun
ConnectTo=TincServer
AddressFamily = ipv4

==