similar to: tinc and mac osx

Displaying 20 results from an estimated 2000 matches similar to: "tinc and mac osx"

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
2016 Jan 07
2
Troubleshooting on OS X
> 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/. 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
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: >
2012 Apr 11
3
Lion OS X tinc issues.
Hi Folks, This has been driving me nuts all day. I've been unable to google myself out of it. Maybe someone here can help? I followed the instructions from: http://www.tinc-vpn.org/examples/macbook-install/ Ubuntu server <-> Ubuntu server works just fine with the same config. Ubuntu server <-> Mac laptop not so much. The error I'm getting is: 2012-04-10 21:48:44
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2017 Feb 02
2
Compiling tinc for android.
I am trying to compile tinc on a android tablet. When i do ./configure it does not run because the shell in not /bin/sh but /data/data/com.termux/files/usr/bin/sh. $ which sh /data/data/com.termux/files/usr/bin/sh What do i have to change to make this part of the compile work ? Greetings from Amsterdam, Perry
2010 Dec 16
3
tinc node behind nat router.
I have some tinc nodes behind a nat router. Which ipaddress should i use in de host file for the tinc nodes behind a nat router. The internet ipaddress or the private ipaddress ? Perry
2009 Dec 12
1
tinc on macosx
Hi, So I bought a new macbook 2 days ago. I already feel like I'm going to break it somehow. I am kind of surprised that there is no kind of package management system like dpkg being used. Anyway.. Looking at the macosx tinc wiki page on tinc-vpn.org, and it seems to be somewhat incomplete. I have a few questions. I installed the tuntaposx driver and set up the machine to connect to the
2010 Sep 05
1
Maximum device name ?
Hi, How long can the the tinc netname be ? -n, --net=NETNAME Connect to net NETNAME. Perry
2011 Mar 27
1
tinc will connect to a vde_switch instance ?
Hi, Can any one explain what the following can be used for ? I want to know , so that i can use it in the future :-) > Add support for VDE through libvdeplug. > > When compiled with vde/device.c, tinc will connect to a vde_switch instance > instead of using a tun/tap device. Perry
2010 Sep 23
1
Multiple tinc vpns between hosts.
Hi, I configured 2 vpn's between 2 servers. When starting the tinc on each server. De 2 vpns's look like 1 vpn. Can tinc be configure for multiple vpn's between 2 hosts or more. Lets say there are 3 servers A, B and C. I want a tinc vpn between host A en host B. And a second vpn between host B en C without is becoming one vpn. And for example a third vpn between host A en host
2010 Oct 01
1
Multiple interfaces
Hi, When is start one vpn i get the following result: tinc10703003005 Link encap:Ethernet HWaddr C2:F7:7B:75:47:1A inet addr:192.168.3.20 Bcast:192.168.3.255 Mask:255.255.255.0 inet6 addr: fe80::c0f7:7bff:fe75:471a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX
2014 Mar 19
1
Centos6 x86_64
Hi, I just tried to generate keys for tinc. /usr/sbin/tinc generate-keys When generating the key, the rsa key are generated. But ik get de following error, what does it means. Generating ECDSA keypair: Generating EC key failed: error:100AE081:elliptic curve routines:EC_GROUP_new_by_curve_name:unknown groupError during key generation! Perry
2010 Aug 04
1
tinc and voip
Hi, I want to use tinc for voip phones. How can i measure the overhead ? Compared to a direct connection ? How can i reduce overhead when tunneling voip over tinc ? Greeting from Amsterdam, Perry Couprie
2016 Mar 03
2
issue with tinc and libvirt / Network is already in use by interface tun0
2016 Mar 01
2
SystemD Trigger
On Tue, Mar 01, 2016 at 04:31:13AM -0600, md at rpzdesign.com wrote: > Where do I get information about the details of not needing a tinc-up script > anymore? (/etc/network/interfaces) You can just use the normal /etc/network/interfaces way of configuring the interface, like this: iface vpn inet manual address 192.168.1.1 netmask 255.255.255.0 tinc-net <netname> > Also,
2011 Mar 23
1
Tinc graph and label info.
Hi, I use tinc with the option GraphDumpFile=/etc/tinc/ci00036/grapd.dot In the graph there is the label section: ci00036 [label = "ci00036"]; ci00037 [label = "ci00037"]; ci00038 [label = "ci00038"]; Is there an option to set the label in the tinc config file or host file to a custom text ? Something that is easy to read and has some meaning
2011 Jan 06
3
linux ip command and routing
Hi, I have a routing problem. When i start tinc it creates the following route in the main routing table. 192.168.2.0/24 dev nb003004 proto kernel scope link src 192.168.2.8 The problem is that i want to use extra routing tables for each tinc vpn. When i set the netmask for the tinc device to 255.255.255.255. The route is not created, how can i add it to a another route table. Setting a
2010 Aug 15
1
tinc --chroot and generating keys.
Hi, Is it possible to use the chroot option during generation of the tinc keys. I want to use it like this. mkdir -p /tmp/chroot/etc/tinc/demo/hosts tincd --root /etc/chroot -K -n demo I am creating script to generate config files. And i want to create tmp files first before i copy them to /etc Greeting Perry
2010 Nov 30
1
3 tinc nodes (2 behind nat and 1 with a public ip).
Hi, I have 3 tinc nodes. 2 nodes, A and B are behind a nat router. And node C with a public ipaddress. I don't now the private ipadress for node A en B. So i don't use a ipaddress adres in the host file for node A en B. For node C is use the public ipaddress. node A en B connect to node C. But node A en B don't connect to each other. What do i have to change to connect node A