Displaying 10 results from an estimated 10 matches for "gainplus".
2019 May 23
1
Second VPN network fails to start
Hi Lars,
Appreciate all your help, unfortunately the problem remains. I've marked up below:
>>> Lars Kruse <lists at sumpfralle.de> 22-May-19 4:02 PM >>>
Hello Robert,
Am Mon, 20 May 2019 11:11:39 +0700
schrieb "Robert Horgan" <Robert at gainplus.asia>:
> These 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 = 6...
2019 May 24
0
Second VPN network fails to start
...e.
With your help I finally have my existing configuration working so it was not eventually an error with the config files but with the start process.
These are the sequence of commands which eventually got everything working for me
Note that I now have in addition to my first Tinc VPN /etc/tinc/gainplus a second, /etc/tinc/stats
sudo systemctl disable tinc at VPN1 # the previous name that I used for the VPN causing an error in syslog
sudo systemctl stop tinc
systemctl enable tinc at gainplus
systemctl enable tinc at stats
sudo systemctl start tinc
At this point I could run systemctl and se...
2019 May 20
1
Second VPN network fails to start
...y 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
ConnectTo = gtdb
Interface = tun0
/etc/tinc/vpn1/tinc-up
#!/bin/sh
# tinc-up
ip addr add 10.3.0.50/24 dev $INTERFACE
ip link set dev $INTERFACE up
/etc/ti...
2019 May 16
1
Second VPN network fails to start
...eth0 proto kernel scope link src 206.189.47
A restart after that does not change things. I am expecting an
interface 10.1.0.0/24 on tun0.
regards
Robert
>>> Parke <parke.nexus at gmail.com> 16-May-19 3:00 AM >>>
On Wed, May 15, 2019 at 5:32 AM Robert Horgan <robert at gainplus.asia>
wrote:
> On the other side its pretty much the same. However on a restart,
VPN1 does not initiate and no tunnel is created. It is not a firewall
issue as no connection is attempted (and firewall exceptions are in
place). It just wont start the second instance!
Did you try:
systemc...
2018 Jun 12
2
iproute2 problems
Hi Thanks
removing the first line "ip tuntap add dev $INTERFACE mode tun" seems to have helped regarding the tun error, however it is not connecting. If I stop the tinc service and then run:
root at web3:~# tincd -n gainplus -d -D
tincd 1.0.33 starting, debug level 1
/dev/net/tun is a Linux tun/tap device (tun mode)
Listening on 10.130.69.123 port 655
Ready
Trying to connect to db1 (10.130.39.180 port 655)
Timeout from db1 (10.130.39.180 port 655) during authentication
Could not set up a meta connection to db1
Trying t...
2019 May 15
1
Second VPN network fails to start
Hi,
I have a small problem and any help appreciated.
Tinc 1.0.33 Ubuntu 18.04 at Digital Ocean
I need VPNs between 1 database server and two servers on separate networks:
VPN0 works OK
DB2 10.0.0.50/24 connects to Web1 10.0.0.1
Here is my ip r result:
default via x.x.x.x dev eth0 proto static
10.0.0.0/24 dev tun0 proto kernel scope link src 10.0.0.51
10.15.0.0/16 dev eth0 proto kernel scope
2018 Jun 13
1
iproute2 problems
...manually telnet/socket 10.130.39.180
nsasia at web3:~$ telnet 10.130.39.180 655
Trying 10.130.39.180...
Connected to 10.130.39.180.
Escape character is '^]'.
0 db1 17
Connection closed by foreign host.
Stopping the service and running debug I get:
nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
tincd 1.0.33 starting, debug level 5
/dev/net/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Listening on 10.130.69.123 port 655
Ready
Trying to connect to db1 (10.130.39.180 port 655)
Connected to db1 (10.130.39.180 port 655)
Sending ID to db1 (10.130.39.180 port 655): 0...
2018 Jun 13
2
iproute2 problems
...manually telnet/socket 10.130.39.180
nsasia at web3:~$ telnet 10.130.39.180 655
Trying 10.130.39.180...
Connected to 10.130.39.180.
Escape character is '^]'.
0 db1 17
Connection closed by foreign host.
Stopping the service and running debug I get:
nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
tincd 1.0.33 starting, debug level 5
/dev/net/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Listening on 10.130.69.123 port 655
Ready
Trying to connect to db1 (10.130.39.180 port 655)
Connected to db1 (10.130.39.180 port 655)
Sending ID to db1 (10.130.39.180 port 655): 0...
2018 Jun 13
0
iproute2 problems
...manually telnet/socket 10.130.39.180
nsasia at web3:~$ telnet 10.130.39.180 655
Trying 10.130.39.180...
Connected to 10.130.39.180.
Escape character is '^]'.
0 db1 17
Connection closed by foreign host.
Stopping the service and running debug I get:
nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
tincd 1.0.33 starting, debug level 5
/dev/net/tun is a Linux tun/tap device (tun mode)
Executing script tinc-up
Listening on 10.130.69.123 port 655
Ready
Trying to connect to db1 (10.130.39.180 port 655)
Connected to db1 (10.130.39.180 port 655)
Sending ID to db1 (10.130.39.180 port 655): 0...
2018 Jun 13
0
iproute2 problems
...39.180 655
>> Trying 10.130.39.180...
>> Connected to 10.130.39.180.
>> Escape character is '^]'.
>> 0 db1 17
>> Connection closed by foreign host.
>>
>> Stopping the service and running debug I get:
>>
>> nsasia at web3:~$ sudo tincd -n gainplus -d5 -D
>> tincd 1.0.33 starting, debug level 5
>> /dev/net/tun is a Linux tun/tap device (tun mode)
>> Executing script tinc-up
>> Listening on 10.130.69.123 port 655
>> Ready
>> Trying to connect to db1 (10.130.39.180 port 655)
>> Connected to db1 (10.130....