<div dir="ltr">> <span style="font-size:12.8px">kextload /Library/Extensions/tun.kext/</span><div><br></div><div>I didn't have a <span style="font-size:12.8px">/Library/Extensions/tun.kext/ on my machine.  I googled around, and downloaded and installed from <a href="http://tuntaposx.sourceforge.net/" target="_blank">http://tuntaposx.sourceforge.net/</a>.  Not sure why the macports install didn't work, but it seems I'm making progress.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Now I get this:</span></div>> sudo tincd -n dpsf -D -d3<br>tincd 1.0.21 (Feb  3 2015 20:09:36) starting, debug level 3<br>/dev/tun0 is a Generic BSD tun device<br>Executing script tinc-up<br>ifconfig: interface dpsfVPN does not exist<br>Script tinc-up exited with non-zero status 1<br>Listening on 0.0.0.0 port 655<br>Ready<br>Trying to connect to dpserver001 (71.202.38.86 port 655)<br>Connected to dpserver001 (71.202.38.86 port 655)<br>Sending ID to dpserver001 (71.202.38.86 port 655)<div>... (lots of stuff, but I can't ping through the VPN)</div><div><br></div><div>So then I tried changing the interface in my conf.vpn to tun0, but then I get<br><br>> sudo tincd -n dpsf -D -d<br>tincd 1.0.21 (Feb  3 2015 20:09:36) starting, debug level 1<br>/dev/tun0 is a Generic BSD tun device<br>ifconfig: ioctl (SIOCAIFADDR): Destination address required<br>Script tinc-up exited with non-zero status 1<br></div><div>... (lots of stuff, but ping doesn't work).</div><div><br></div><div>I tried Spencer's suggestion re: the FAQ <a href="http://tinc-vpn.org/faq/#index5h3">http://tinc-vpn.org/faq/#index5h3</a></div><br>> ifconfig tap0 10.0.0.13<br>ifconfig: interface tap0 does not exist<br>> ifconfig dpsfVPN 10.0.0.13<br>ifconfig: interface dpsfVPN does not exist<br>> ifconfig tun0 10.0.0.13<br>ifconfig: ioctl (SIOCAIFADDR): Destination address required<div><br></div><div>Thanks for the help, I think I'm closer!  Any ideas for next steps?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div style="font-family:arial;font-size:small"><font color="#38761d">Ned Twigg<br></font></div><div style="font-family:arial;font-size:small"><font color="#38761d">Lead Software Architect, DiffPlug LLC</font></div><div style="font-family:arial;font-size:small"><font color="#38761d">949-264-3433<br></font></div><div style="font-family:arial;font-size:small"><font color="#38761d">340 S Lemon Ave #3433, Walnut, CA 91789</font></div></div></div></div>
<br><div class="gmail_quote">On Thu, Jan 7, 2016 at 11:16 AM, Guus Sliepen <span dir="ltr"><<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jan 07, 2016 at 09:55:14AM -0800, Ned Twigg wrote:<br>
<br>
> > sudo tincd -n dpsf -D -d3<br>
> tincd 1.0.21 (Feb  3 2015 20:09:36) starting, debug level 3<br>
> Could not open /dev/tun0: No such file or directory<br>
> Terminating<br>
<br>
That sounds like the tun module is not loaded. If you didn't reboot<br>
since installing the tuntaposx modules, try running the following<br>
command:<br>
<br>
kextload /Library/Extensions/tun.kext/<br>
<br>
Then try to start tinc again.<br>
<br>
> And here's the contents of my files in /opt/local/etc/tinc:<br>
><br>
> > dpsf/tinc.conf<br>
> Name = ntwigg2009mac<br>
> AddressFamily = ipv4<br>
> Interface = dpsfVPN<br>
> ConnectTo = dpserver001<br>
><br>
> > dpsf/tinc-up<br>
> #!/bin/sh<br>
> ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0<br>
><br>
> > dpsf/tinc-down<br>
> #!/bin/sh<br>
> ifconfig $INTERFACE down<br>
<br>
All that looks OK.<br>
<br>
> > sudo launchctl load -w<br>
> /Library/LaunchDaemons/org.macports.tuntaposx.plist<br>
> /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist:<br>
> Operation already in progress<br>
<br>
Hm, that's weird. I don't know what that error message means here.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Met vriendelijke groet / with kind regards,<br>
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org">guus@tinc-vpn.org</a>><br>
</font></span><br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div>