search for: dpsf

Displaying 5 results from an estimated 5 matches for "dpsf".

Did you mean: dpf
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 of my files in /opt/local/etc/tinc: > dpsf/tinc.conf Name = ntwigg2009mac AddressFamily = ipv4 Interface = dpsfVPN ConnectTo = dpserver...
2016 Jan 07
2
Troubleshooting on OS X
...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/. Not sure why the macports install didn't work, but it seems I'm making progress. Now I get this: > sudo tincd -n dpsf -D -d3 tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3 /dev/tun0 is a Generic BSD tun device Executing script tinc-up ifconfig: interface dpsfVPN does not exist Script tinc-up exited with non-zero status 1 Listening on 0.0.0.0 port 655 Ready Trying to connect to dpserver001 (71.202.38.8...
2016 Jan 08
1
Troubleshooting on OS X
Thanks very much! It's alive! For others who are having problems, this is a summary of the differences I needed between Linux and OS X: You'll need to install http://tuntaposx.sourceforge.net/ manually. On tinc.conf: > Linux Name = ntwigg2014linux AddressFamily = ipv4 Interface = dpsfVPN ConnectTo = dpserver001 > Mac Same, but remove the Interface line entirely On tinc-up: > Linux ifconfig $INTERFACE 10.0.0.12 netmask 255.255.255.0 > Mac ifconfig $INTERFACE 10.0.0.12/24 10.0.0.100 ; 10.0.0.100 is dpserver001 above route add -net 10.0.0.0 10.0.0.12 255.255.255.0 With...
2016 Jan 07
0
Troubleshooting on OS X
...ons/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 macports install didn't work, but it seems I'm making progress. > > Now I get this: > > sudo tincd -n dpsf -D -d3 > tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3 > /dev/tun0 is a Generic BSD tun device > Executing script tinc-up > ifconfig: interface dpsfVPN does not exist > Script tinc-up exited with non-zero status 1 > Listening on 0.0.0.0 port 655 > Ready > Tryin...
2016 Jan 07
0
Troubleshooting on OS X
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: kext...