Displaying 8 results from an estimated 8 matches for "clearpathrobot".
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
...It can be something like this:
>
> #!/bin/sh
> ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0
>
> It no need to add up at the end of ifconfig string. And "ip route" can be
> skipped too.
>
>
> On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <
> mpurvis at clearpathrobotics.com> wrote:
>
>> Hi Maxim,
>>
>>
>> Not much to it:
>>
>> avahi-autoipd -D $INTERFACE
>>
>> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up
>>
>> ip route add 172.20.0.0/16 dev $INTERFACE
>>
>>
>> Mac...
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
...o set the IP address.
On 25 February 2016 at 23:40, Maxim Vorontsov <6012030 at gmail.com> wrote:
> Hi.
>
> May you show your tinc-up script? And subnet-up, host-up if you have they
> at all.
>
> On February 25, 2016 9: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
>...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Lets view your tinc.conf
On February 26, 2016 6:41:30 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote:
>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 ti...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...e, you can use ifconfig, it should work fine.
It can be something like this:
#!/bin/sh
ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0
It no need to add up at the end of ifconfig string. And "ip route" can be
skipped too.
On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <mpurvis at clearpathrobotics.com>
wrote:
> Hi Maxim,
>
>
> Not much to it:
>
> avahi-autoipd -D $INTERFACE
>
> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up
>
> ip route add 172.20.0.0/16 dev $INTERFACE
>
>
> Mac OS X doesn't have "ip" by default, so I a...
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
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Hi.
May you show your tinc-up script? And subnet-up, host-up if you have they at all.
On February 25, 2016 9: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
>A...
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:
> On Thu,
2016 Jun 02
0
Bug report/compiling with debug.
Hi All,
Looking for some guidance on debugging and also reporting a bug.
First off I can't seem to find any information on reproducing the ubuntu
16.04 build with debug symbols, I do have a core file I'd like to
introspect to potentially provide a patch.
Secondly the bug report itself:
I am receiving a segfault signal 11 when one or more machines share a
*Address* specific IP.
For