search for: mpurvis

Displaying 7 results from an estimated 7 matches for "mpurvis".

Did you mean: purvis
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 >> >...
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
...ifconfig to 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/robot...
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:...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Mike, 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"...
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 >M...
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,