User Tools

Site Tools


tincvpn_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tincvpn_setup [2017/05/13 12:16] neoontincvpn_setup [2020/07/17 08:07] neoon
Line 4: Line 4:
  
 **Server 1 & 2** **Server 1 & 2**
-  apt-get install tinc +  apt-get install tinc && mkdir /etc/tinc/myVPN
-  mkdir /etc/tinc/myVPN+
  
 Add Add
Line 34: Line 33:
    
 **Server 1 & 2** **Server 1 & 2**
-  mkdir /etc/tinc/myVPN/hosts +  mkdir /etc/tinc/myVPN/hosts && cd /etc/tinc/myVPN/hosts
-  cd /etc/tinc/myVPN/hosts+
      
 **Server 1** **Server 1**
Line 84: Line 82:
 For Server 2 we need to copy /etc/tinc/myVPN/hosts/Server2 to Server1, /etc/tinc/myVPN/hosts/Server2 For Server 2 we need to copy /etc/tinc/myVPN/hosts/Server2 to Server1, /etc/tinc/myVPN/hosts/Server2
  
-**Finish**+**Finish**\\ 
 +Since Tinc is in nets.boot you can just reboot your boxes or sudo service tinc start. \\
  
-Since Tinc is in nets.boot you can just reboot your boxes or sudo service tinc start.+For Debian 10 you can use: 
 +  systemctl enable tinc@myVPN 
 +  systemctl start tinc@myVPN
  
 If you have issues, you can debug if tinc is able to open a connection to the other server with If you have issues, you can debug if tinc is able to open a connection to the other server with
   sudo tincd -n myVPN -D -d3   sudo tincd -n myVPN -D -d3
 +  
 +**You need to enable TUN/TAP for OVZ**
  
tincvpn_setup.txt · Last modified: 2021/11/25 22:42 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki