Displaying 3 results from an estimated 3 matches for "gtdb".
Did you mean:
gdb
2019 May 20
1
Second VPN network fails to start
...fortunately I made an error in writing the network I expected to connect to. I meant 10.3.0.0/24 The one I wrote in fact was one network of the already established VPN. I have included full details of my relevant files below.
Background: I am trying to set up a second VPN between two servers: gtdb and db2. Both servers are already part of separate VPNs: 10.1.0.0/24 and 10.0.0.0/24
These are my files:
On server 1: db2
/etc/tinc/nets.boot
#
gainplus (this works fine, autostarts, etc)
vpn1
/etc/tinc/vpn1/tinc.conf
Name = db2
BindToAddress = 10.130.17.192
AddressFamily = ipv4
Port = 656...
2019 May 23
1
Second VPN network fails to start
...se are my files:
>
> On server 1: db2
>
> /etc/tinc/nets.boot
> #
> gainplus (this works fine, autostarts, etc)
> #vpn1
stats
>
> /etc/tinc/vpn1/tinc.conf
> Name = db2
> BindToAddress = 10.130.17.192
> AddressFamily = ipv4
> Port = 656
> ConnectTo = gtdb
># Interface = tun0
I would recommend to remove the "Interface" line (this results in an interface
called "vpn1" in your case) or specify a human-readable name of the VPN instead.
done.
> /etc/tinc/vpn1/tinc-up
> #!/bin/sh
> # tinc-up
> ip addr add 10.3.0.50/24...
2019 May 15
1
Second VPN network fails to start
...scope link src 10.15.0.10
10.130.0.0/16 dev eth1 proto kernel scope link src 10.130.17.192
206.189.32.0/20 dev eth0 proto kernel scope link src 206.189.47.8
This has been in place for 3 months, no problems at all
I created VPN1 I have set port 656 for connecting
DB1 10.1.0.50 should connect to gtdb 10.1.0.51
I have a VPN1 directory under \etc\tinc
tinc.conf
Name = db2
Device = /dev/net/tun
BindToAddress = 10.130.17.192
AddressFamily = ipv4
Port = 656
hosts/
gtdb
Subnet = 10.3.0.51/32
Port = 656
=========public key etc
db2
Address = 10.130.17.192
Subnet = 10.3.0.50/32
Port = 656
=========p...