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) starting, debug level 3
> Could not open /dev/tun0: No such file or directory
> Terminating

That sounds like the tun module is not loaded. If you didn't reboot
since installing the tuntaposx modules, try running the following
command:

kextload /Library/Extensions/tun.kext/

Then try to start tinc again.

> And here's the contents of my files in /opt/local/etc/tinc:
> 
> > dpsf/tinc.conf
> Name = ntwigg2009mac
> AddressFamily = ipv4
> Interface = dpsfVPN
> ConnectTo = dpserver001
> 
> > dpsf/tinc-up
> #!/bin/sh
> ifconfig $INTERFACE 10.0.0.13 netmask 255.255.255.0
> 
> > dpsf/tinc-down
> #!/bin/sh
> ifconfig $INTERFACE down

All that looks OK.

> > sudo launchctl load -w
> /Library/LaunchDaemons/org.macports.tuntaposx.plist
> /opt/local/etc/LaunchDaemons/org.macports.tuntaposx/org.macports.tuntaposx.plist:
> Operation already in progress

Hm, that's weird. I don't know what that error message means here.

-- 
Met vriendelijke groet / with kind regards,
     Guus Sliepen <[email protected]>

Attachment: signature.asc
Description: Digital signature

_______________________________________________
tinc mailing list
[email protected]
http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc

Reply via email to