Displaying 9 results from an estimated 9 matches for "robotvpn".
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all,
I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having
some trouble. Is anyone successfully doing this?
Here's my config:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Interface = tincdev0
Compression = 1
ConnectTo = robot_ph_cpe22_04
And here's the invocation:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
/dev/tap0 is a Generic BSD tap device...
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
Ah, fantastic. With the following config I get a usable tap0:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Device = /dev/tap0
Compression = 1
ConnectTo = robot_ph_cpe22_04
Still need to figure out the Avahi side of things for name resolution, but
thanks all!
On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote:
>...
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
Hi Maxim,
I'm having the same result, though I got some more output with debug level
5; it's definitely failing to create the specified tincdev0 network device.
Is there something I need to change on OS X to enable that? See:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
/dev/tap0 is a Generic BSD tap device
ifconfig: interface tincdev0 does not exist
Script tinc-up exited with non-zero status 1
Listening on 0.0.0.0 port 655
Ready
Trying to connect to robot_ph_cpe22_04 (10.27.200.104 port 655)
Connected...
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
...urvis at clearpathrobotics.com> wrote:
>
>> Hey all,
>>
>> I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and
>> having some trouble. Is anyone successfully doing this?
>>
>> Here's my config:
>>
>> $ sudo cat /etc/tinc/robotvpn/tinc.conf
>> Name = elendur
>> Mode = switch
>> AddressFamily = ipv4
>> Interface = tincdev0
>> Compression = 1
>> ConnectTo = robot_ph_cpe22_04
>>
>> And here's the invocation:
>>
>> $ sudo tincd -D -c /etc/tinc/robotvpn -d
>> t...
2016 Jun 02
0
Bug report/compiling with debug.
...e where the secondary fallback Address is used and
a segfault occurs.
Example host file for HOSTA:
Address = HOSTA
Address = 10.254.254.1
<snip key>
Example host file for :
Address = HOSTB
> Address = 10.254.254.1
> <snip key>
Relevant Syslog:
Jun 1 18:10:09 HOSTA tinc.robotvpn[6844]: Peer 10.254.254.1 port 655 is
> HOSTA instead of HOSTB
> Jun 1 18:10:09 HOSTA tinc.robotvpn[6844]: Error while processing ID from
> HOSTB (10.254.254.1 port 655)
> Jun 1 18:10:09 HOSTA tinc.robotvpn[6844]: Got fatal signal 11
> (Segmentation fault)
>
If either compiling...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...55:59 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote:
>Hey all,
>
>I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and
>having
>some trouble. Is anyone successfully doing this?
>
>Here's my config:
>
>$ sudo cat /etc/tinc/robotvpn/tinc.conf
>Name = elendur
>Mode = switch
>AddressFamily = ipv4
>Interface = tincdev0
>Compression = 1
>ConnectTo = robot_ph_cpe22_04
>
>And here's the invocation:
>
>$ sudo tincd -D -c /etc/tinc/robotvpn -d
>tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug le...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...gt;Hi Maxim,
>
>I'm having the same result, though I got some more output with debug
>level
>5; it's definitely failing to create the specified tincdev0 network
>device.
>Is there something I need to change on OS X to enable that? See:
>
>$ sudo tincd -D -c /etc/tinc/robotvpn -d
>tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
>/dev/tap0 is a Generic BSD tap device
>ifconfig: interface tincdev0 does not exist
>Script tinc-up exited with non-zero status 1
>Listening on 0.0.0.0 port 655
>Ready
>Trying to connect to robot_ph_cpe22_04 (10.27...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...rote:
>>
>>> Hey all,
>>>
>>> I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and
>>> having some trouble. Is anyone successfully doing this?
>>>
>>> Here's my config:
>>>
>>> $ sudo cat /etc/tinc/robotvpn/tinc.conf
>>> Name = elendur
>>> Mode = switch
>>> AddressFamily = ipv4
>>> Interface = tincdev0
>>> Compression = 1
>>> ConnectTo = robot_ph_cpe22_04
>>>
>>> And here's the invocation:
>>>
>>> $ sudo tinc...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
On Thu, Feb 25, 2016 at 01:55:59PM -0500, Mike Purvis wrote:
> Here's my config:
>
> $ sudo cat /etc/tinc/robotvpn/tinc.conf
[...]
> Interface = tincdev0
[...]
> Error while writing to Generic BSD tap device /dev/tap0: Input/output error
Unfortunately, on Mac OS X, tinc cannot change the name of the
interface. It's probably just tap0. Tinc should've warned about this,
but it doesn't. The solu...