Displaying 4 results from an estimated 4 matches for "px920906".
2019 May 06
4
config help & pid file not existing issue
Tinc team:
I'm creating a vpn for my work laptop and vps and got trapped, here are my
config files:
on laptop:
*tinc.conf
Name = envy13
Device = /dev/net/tun
ConnectTo = main
*hosts/main
Address = <my vps ext ip address>
Port = 655
Subnet = 10.0.0.1/32
*hosts/envy13
Port = 655
Subnet = 10.0.0.2/32
*tinc-up
#!/bin/sh
ip link set myvpn up
ip addr add 10.0.0.2/32 dev myvpn
ip route add
2019 May 07
1
config help & pid file not existing issue
...nc and restart, nothing in config
changed, and it works!
I don't know what's behind but I should've try system "kill" rather than
tinc's stop/restart stuff...
Parke <parke.nexus at gmail.com> 于2019年5月7日周二 上午5:12写道:
> On Mon, May 6, 2019 at 2:12 AM David Penn <px920906 at gmail.com> wrote:
>
> > On both nodes I installed 1.1pre17 (laptop from aur package, vps using
> make install), and when I use commands like "tinc stop","tinc dump nodes",
> it says "Could not open pid file /usr/local/var/run/tinc.pid: No such file
>...
2019 May 06
0
config help & pid file not existing issue
On Mon, May 6, 2019 at 2:12 AM David Penn <px920906 at gmail.com> wrote:
> On both nodes I installed 1.1pre17 (laptop from aur package, vps using make install), and when I use commands like "tinc stop","tinc dump nodes", it says "Could not open pid file /usr/local/var/run/tinc.pid: No such file or directory".
&g...
2019 May 06
0
config help & pid file not existing issue
Hallo David,
Am Mon, 6 May 2019 16:43:28 +0800
schrieb David Penn <px920906 at gmail.com>:
> *tinc.conf
> Name = envy13
> Device = /dev/net/tun
I think, you do not need to specify "Device".
(I never did)
> ConnectTo = main
>
> *hosts/main
> Address = <my vps ext ip address>
> Port = 655
> Subnet = 10.0.0.1/32
>
> *h...