Re: Lion OS X tinc issues.

2012-04-11 Thread Mike Bentzen
Hi Matthew, The subnet variable is not needed in switch mode. You can remove this line from your laptop's hosts file. "Error while writing to Generic BSD tap device /dev/tun0: Input/output error" This means that tinc cannot write to the network interface. It usually means that the interfaces

Re: Lion OS X tinc issues.

2012-04-11 Thread Mike Bentzen
Hi Matthew, Did you compile from source, or did you use the macport instructions? If you didn't use macports, have you installed tuntaposx? The device should be tap0, not tun0. Remove the Subnet variable from your laptop hosts file. It is not needed in switch mode. I wouldn't worry about brid

Re: Lion OS X tinc issues.

2012-04-11 Thread Mike Bentzen
#x27;ve tried waiting for a few minutes after the tunnels is up to see if things > need to settle down before I run the DHCP command. Doesn't make a difference. > > Thanks, > > -Matt > > > On Apr 11, 2012, at 4:33 AM, Mike Bentzen wrote: > >> Hi Matth

Re: tinc router mode on Windows 7

2012-04-24 Thread Mike Bentzen
Hi Eric, Do you need router mode? You'll probably want switch mode for this, not router mode. Your email isn't very descriptive of what you require - but do you actually need the whole network to be bridged? If you only have 3 hosts you want to connect, it's probably easier just to install t

Re: Macbook DHCP issue.

2012-11-27 Thread Mike Bentzen
Can you please provide tinc debug 5 output? Tinc should be set to switch mode. If you manually set an IP address, can you ping all the hosts on the tinc network? Have you restarted or upgraded your dhcp server? Mike Please excuse my brevity. Sent from my iPhone. On 28/11/2012, at 11:09, Mat

Re: Macbook DHCP issue.

2012-11-28 Thread Mike Bentzen
f file: > > Name = remote > ConnectTo = late > ConnectTo = laptop > ConnectTo = cranky > Mode = switch > > servers hosts file: > > Subnet = 5.5.5.0/23 > Address = 5.5.5.5 > > -BEGIN RSA PUBLIC KEY- > > What other info can I provide? > > T

Re: Macbook DHCP issue.

2012-11-28 Thread Mike Bentzen
r does the connecting. It's behind a firewall. > > The remote server's tinc.conf file: > > Name = remote > ConnectTo = late > ConnectTo = laptop > ConnectTo = cranky > Mode = switch > > servers hosts file: > > Subnet = 5.5.5.0/23 > Address = 5.5.5.5

Re: Install Tinc in iPhone / iPad.

2013-04-26 Thread Mike Bentzen
Hey, I've successfully compiled tinc for iPad and iPhone and packaged for cydia. Unfortunately, I don't have any web space to host the deb files for cydia. I will try to find somewhere to host them. Mike Please excuse my brevity. Sent from my iPhone. On 26/04/2013, at 9:10, Ramses II wrote:

Re: Install Tinc in iPhone / iPad.

2013-04-26 Thread Mike Bentzen
Yes, the tun module is included. I'll recompile the latest version of tinc for iphone/ipad and make it available soon. Just on my way home at the moment. Please excuse my brevity. Sent from my iPhone. On 27/04/2013, at 2:30, Ramses II wrote: > Hi Mike, > > 2013/4/26 Mike Be

Re: Install Tinc in iPhone / iPad.

2013-05-04 Thread Mike Bentzen
27 PM, Mike Bentzen wrote: Yes, the tun module is included. I'll recompile the latest version of tinc for iphone/ipad and make it available soon. Just on my way home at the moment. Please excuse my brevity. Sent from my iPhone. On 27/04/2013, at 2:30, Ramses II wrote: Hi Mike, 2013/4/26 Mi

connectivity issues

2013-05-11 Thread Mike Bentzen
Hi Guus and List, Since the CVE-2013-1428 was announced, I followed the recommendation to update my windows machines to tinc1.1pre7. I've had connectivity issues since upgrading. I've done some debugging but I can't figure out when or why its happening. All machines on the network are running

Re: tinc on mac os x

2013-07-02 Thread Mike Bentzen
The easiest way to install tinc on macosx is by using macports. Macports handles dependencies for tinc, so the tuntaposx module would automatically be installed too. Please see this document: http://www.tinc-vpn.org/examples/osx-install/ We will need further information about how you've configu

Re: Cydia packages for tinc

2013-07-24 Thread Mike Bentzen
. Mike On 25/07/2013, at 7:51 AM, Ramses wrote: > Hi Guus, > > El 24/07/2013, a las 21:04, Guus Sliepen escribió: > >> Hello, >> >> Mike Bentzen has created Cydia packages for tinc. This allows you to easily >> install tinc on your jailbroken iOS

Re: tinc and mac osx

2013-09-21 Thread Mike Bentzen
Please install tinc from macports. It will also include any dependencies you might be missing. Otherwise, the tuntaposx project is what you require. http://tuntaposx.sourceforge.net Please excuse my brevity. Sent from my iPhone. On 22/09/2013, at 2:21, perry wrote: > Hi, > > I am trying to

Re: Node behind SonicWall Router

2014-10-28 Thread Mike Bentzen
I had a similar problem. Turn off the deep packet inspection feature on the sonicwall and try again. Mike Please excuse my brevity. Sent from my iPhone. > On 29 Oct 2014, at 03:40, Lance Fredrickson wrote: > > Recently the small business I work at replaced an aging linksys wrt style > route

Re: Node behind SonicWall Router

2014-10-28 Thread Mike Bentzen
Sounds like the Deep packet inspection in the sonicwall! Turn off the deep packet inspection feature on the sonicwall and try again. In my experience, this feature breaks everything and doesn't do anything good. Mike Please excuse my brevity. Sent from my iPhone. > On 29 Oct 2014, at 03:40, La

Re: Tinc and android 6

2018-03-29 Thread Mike Bentzen
As far as I understand, it is not possible to use tinc on Android without rooting. This is because of the way tinc uses the tuntap device. It would be possible if it was implemented using the android VPN interface. Mike On 29 Mar. 2018 9:25 pm, Perry Couprie wrote: Hi, I compiled tinc 1.1pre1

Re: LAN hosts not reachable

2018-04-25 Thread Mike Bentzen
This may help... I see you're using a mix of the old and new tools. You could try use 'route' with ipconfig rather than 'ip route'. Or you could use 'ip link' instead of ipconfig. Mike Sent from my iPhone On 26 Apr 2018, at 4:59 am, Kvetoslav Jansík mailto:kjan...@gmail.com>> wrote: Me and m

Re: Issue using tinc-vpn on Windows Server 1709 with Docker Overlay Network

2018-05-19 Thread Mike Bentzen
I've not had success with using tinc and docker together. I came up against similar problems. Docker iptables in Linux seem quite complicated as well, messing with the network stack. I've seen a few tinc docker images that run tinc as a container - I haven't tried this. Please let us know if y

Re: Problems pinging PC on tunnel

2008-03-27 Thread Mike Bentzen
Hi, It looks like you've tried to follow the Windows example on the tinc website. Viktors Žilinskis wrote: > Hello! > > I have set up tunnel between a FreeBSD machine and Windows Vista. > Tunnel is established, but when I try to ping either end ping fails. I > have temporarily switched off fi

Re: Heroes III over tinc?

2008-10-30 Thread Mike Bentzen
Hi Viktors, You can play anything with TINC. It acts as a real network. I am guessing that Heros III is a game that requires a broadcasting or IPX. If this is the case.. You will need to set TINC into "switch" mode so it also handles non IP traffic. The difference between Router mode and Sw

Re: Packet looping back

2008-11-30 Thread Mike Bentzen
Hi Brent, Please provide your configuration files so we can determine your setup. Kindest Regards, Mike Brent Ingram wrote: > > Hello > > > > I am having a problem with a tinc VPN which is in switch mode. > > /Read packet of 121 bytes from Linux tun/tap device (tap mode)/ > > /Packet looping

Re: Service wont start

2010-01-21 Thread Mike Bentzen
Hi Anon, Please run tincd in debug mode to find more information. tincd -n vpn -D -d5 Mike On 22/01/2010, at 9:53 AM, Anon wrote: > WindowsXPsp3 > > All of the installation steps worked fine, it seemed. But after I ran: > > tincd -n vpn > > even though I got: > > tinc.vpn service insta

Re: tinc throughput on alix machines

2010-03-16 Thread Mike Bentzen
If you've turned on compression and set it high, it will have a big impact. You might want to play with the compression settings. High compression uses up more CPU and will be slower. You could try turning compression off, but will probably result in more bandwidth being used. But you might see a

Re: tincd without root privileges

2010-04-14 Thread Mike Bentzen
Hi mate, You can run the tinc daemon as a user. Usually on most systems, if you're not root, you won't be able to listen on the default tinc port (655). Configure tinc to listen on a different port and it should work. Mike On 15/04/2010, at 8:57 AM, pieter.heremans wrote: > hey, > > is there

Re: tinc on macosx

2010-07-02 Thread Mike Bentzen
The macports version uses /opt/local/etc/tinc/ for configuration. Freshly installed tinc without any configuration or command arguments: bash-3.2# tincd Cannot open config file /opt/local/etc/tinc/tinc.conf: No such file or directory bash-3.2# On 02/07/2010, at 6:47 PM, Guus Sliepen wrote: >

Re: tinc on macosx

2010-07-02 Thread Mike Bentzen
Maybe you chose to install macports to a different directory other than the default? All packages installed using macports will defaultly use /opt/local/ to keep the installation separate to your mac. On 03/07/2010, at 5:15 AM, Hinnack wrote: > yes I did install tinc using macports and I did f

Re: tinc on macosx

2010-07-02 Thread Mike Bentzen
Yeah, I'm pretty sure that is what has happened. I think you installed macports to /usr/ And all the root filesystem will be located under /usr/ Mike On 03/07/2010, at 5:15 AM, Hinnack wrote: > yes I did install tinc using macports and I did follow your example.. > but the docs say: /opt/local/

Re: tinc on macosx

2010-07-04 Thread Mike Bentzen
I am not sure. Maybe you could try re-installing macports? Mike On 05/07/2010, at 1:44 AM, Hinnack wrote: > interesting aspect - how would I have done this? I just installed the > packages without any parameters (both port itself and tinc) > > Henrik > > 2010/7/3 Mike Be

Re: tinc on macosx

2010-07-06 Thread Mike Bentzen
> /usr/etc/tinc/ > and for pid-files in: > /usr/var/run/tinc.pid > > (and yes, I am using the new version as I now have ver 13 :-) port only had > 11 ) > > regards > > Henrik > > 2010/7/5 Mike Bentzen > I am not sure. Maybe you could try re-installing mac

Re: Linux to Windows Tinc Issue

2010-07-07 Thread Mike Bentzen
Hi Andy, The subnet variable in your configuration files should be: Subnet=192.168.2.1/32 for masterserver and Subnet=192.168.2.2/32 for client1. Give that a try and let us know how you go. Kind Regards, Mike On 07/07/2010, at 6:56 PM, Andrew Barlow wrote: > Hello, > > I am having trou

Re: 2nd tunnel on macosx

2010-07-14 Thread Mike Bentzen
On 14/07/2010, at 9:05 PM, Hinnack wrote: > Hi, > > maybe I am blind, but how to start 2 tunnels on OSX? > > using a different device I get: > /dev/tap1 is a Generic BSD tap device > add net 192.168.1.0: gateway 10.9.99.4 > route: writing to routing socket: File exists > add net 10.150.0.0: gate

Re: A node as internet gateway?

2010-11-03 Thread Mike Bentzen
Has this problem been solved in your most recent email to this list? The exit node must have ip forwarding enabled, as well as appropriate masquerading. The client node must have the default gateway set to the exit node. Could you please provide more information including ifconfig, route and

Re: tinc node behind nat router.

2010-12-16 Thread Mike Bentzen
Hi Perry, The public ip address should be in the host file. However, you must make sure that the port 655 on the router is being forwarded to the machine running tinc. On 17/12/2010, at 8:27 AM, Perry Couprie wrote: > I have some tinc nodes behind a nat router. > > Which ipaddress should i u

Re: tinc for Android

2011-02-03 Thread Mike Bentzen
Hi Albi I don't believe. So yet. I was actually going to have a go compiling it for Android on the weekend. "albi" wrote: > >Hi, > >is there a tinc version for android? >I hope so! > > >ALBI... > >___ >tinc mailing list >tinc@tinc-vpn.org >http://ww