search for: diffplug

Displaying 4 results from an estimated 4 matches for "diffplug".

Did you mean: difflog
2016 Jan 08
1
Troubleshooting on OS X
...r now). My windows box can ping the linux box, but not the mac box. The linux and mac boxes can't ping anyone except the server. That works fine for my usecase, but just a notable limitation for anyone else who is tinkering with this stuff. Thanks again! Ned Twigg Lead Software Architect, DiffPlug LLC 949-264-3433 340 S Lemon Ave #3433, Walnut, CA 91789 On Thu, Jan 7, 2016 at 2:37 PM, pjv <pjv at pjv.me> wrote: > I might be able to help with this. Here is an email that I sent to Guus > some time ago: > > Having moved onward from setting up a private tinc router-mode mesh...
2016 Jan 07
2
Troubleshooting on OS X
...erface tap0 does not exist > ifconfig dpsfVPN 10.0.0.13 ifconfig: interface dpsfVPN does not exist > ifconfig tun0 10.0.0.13 ifconfig: ioctl (SIOCAIFADDR): Destination address required Thanks for the help, I think I'm closer! Any ideas for next steps? Ned Twigg Lead Software Architect, DiffPlug LLC 949-264-3433 340 S Lemon Ave #3433, Walnut, CA 91789 On Thu, Jan 7, 2016 at 11:16 AM, Guus Sliepen <guus at tinc-vpn.org> wrote: > On Thu, Jan 07, 2016 at 09:55:14AM -0800, Ned Twigg wrote: > > > > sudo tincd -n dpsf -D -d3 > > tincd 1.0.21 (Feb 3 2015 20:09:36) st...
2016 Jan 07
0
Troubleshooting on OS X
...stall/> >> >> >> tinc-up (for OS X yosemite): >> >> #!/bin/sh >> >> ifconfig $INTERFACE 10.112.1.2/16 10.112.1.2 >> route add -net 10.112.0.0 10.112.1.2 255.255.0.0 hope that helps. > On Jan 7, 2016, at 3:25 PM, Ned Twigg <ned.twigg at diffplug.com> wrote: > > > kextload /Library/Extensions/tun.kext/ > > I didn't have a /Library/Extensions/tun.kext/ on my machine. I googled around, and downloaded and installed from http://tuntaposx.sourceforge.net/ <http://tuntaposx.sourceforge.net/>. Not sure why the macpo...
2016 Jan 07
3
Troubleshooting on OS X
I've got tinc running happily on a couple linux and win computers, but no luck on OS X. I'm on Yosemite 10.10.5, and I think I followed the OS X tutorial exactly, but no luck. Here's my error message: > sudo tincd -n dpsf -D -d3 tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3 Could not open /dev/tun0: No such file or directory Terminating And here's the contents