Displaying 20 results from an estimated 3000 matches similar to: "Tinc on FreeBSD"
2001 Jun 01
1
No subject
Hi Tinc Groups again,
Now i can set syslog. But my problem still the same. When i check Tap0 configure. I know idea what's wrong that i set. I set up tap follow these.
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 192.168.1.1 netmask 255.255.255.0
ifconfig tap0 -arp
But i notice in my routing table have 2 myvpn. Like these,
myvpn * 255.0.0.0
2001 Feb 25
1
Tinc config problem
I fairly new to Linux, and I'm trying to set up Tinc on my Linux box. However I got stuck at the following point in the documentation:
"....
The actual setup of the ethertap device is quite simple, just repeat after me:
ifconfig tap_n_ hw ether fe:fd:00:00:00:00
...
".
Now, this is obviously not what I have to type to the command prompt, although, I'm not ashamed to say,
2001 May 25
4
tinc 1.0pre4 released
Hello everybody,
I have just released tinc 1.0pre4. Changes:
- New authentication protocol (better security, and faster too).
- TCPonly and IndirectData are back (but not fully tested).
- Documentation revised, it's really up to date with the released package now.
- tincd -K now stores public/private keys in PEM format, but keys of 1.0pre3
can still be used.
- Faster and more secure
2002 Oct 03
1
VPN behind masquerading firewall 1.Opre7
Dear Tinc developer,
I have some problems connecting to the other site of the VPN
Here are my configuration files on pc1
Configuration files on pc2
/usr/local/etc/tinc/tinc.conf
/usr/local/etc/tinc/tinc.conf
Name = pc1 Name = pc2
TapDevice = /dev/tap0 TapDevice =
/dev/tap0
PrivateKeyFile =
2001 May 26
1
How to test and debug.
Hi Tincs Groups,
I try to set up Tinc-1.0pre 3 on RedHat kernel 2.2.14.
I think i setup it's ok. Because it's show message like this.
**********************************************************************
Site A
May 22 07:30:00 sg1 tinc[802]: tincd 1.0pre3 (Apr 5 2001 02:02:52) starting, debug level 5
May 22 07:30:00 sg1 tinc[802]: Ready: listening on port
2016 Apr 27
2
[Announcement] Tinc version 1.1pre12 released
On Wed, Apr 27, 2016 at 05:26:36PM +0800, hshh wrote:
> >> It is broken on FreeBSD tun.
> >>
> >> tcpdump on tun,
> >> 09:05:07.458988 IP0 bad-hlen 0
It's indeed broken. As a workaround, can you try to change Device to
/dev/tap10? You might have to run "kldload if_tap.ko" before starting
tinc.
--
Met vriendelijke groet / with kind regards,
2000 Jul 08
1
Problems starting up tincd with startupscript 1.0pre2-1.i386.rpm
Hello,
I'm trying to set up a vpn using tinc, so I installed tinc with the rpm version on my firewall as a listener. Setting up the tap device is no problem. The file /etc/tinc/tinc.conf looks like:
TapDevice = /dev/tap0
MyVirtualIP = 192.168.2.1/24
Vpnmask = 255.255.255.0
When I start the script /etc/rc.d/init.d/tinc start it says something about missing /etc/tinc/nets.boot
2000 Sep 10
2
tinc SECURITY INFORMATION - Unauthorized access to VPN
Although we (the authors of tinc) have done our best to make tinc as
secure as possible, an unfortunate combination of encryption and key
exchange techniques has created a hole in at least all versions of
tinc >= 0.3, including the current CVS version.
Exploit:
If somebody can intercept the meta protocol to a host that is running
a tinc daemon, it is possible to decrypt the passphrase, which
2000 Sep 10
2
tinc SECURITY INFORMATION - Unauthorized access to VPN
Although we (the authors of tinc) have done our best to make tinc as
secure as possible, an unfortunate combination of encryption and key
exchange techniques has created a hole in at least all versions of
tinc >= 0.3, including the current CVS version.
Exploit:
If somebody can intercept the meta protocol to a host that is running
a tinc daemon, it is possible to decrypt the passphrase, which
2006 Sep 26
0
tinc-devel Digest, Vol 12, Issue 1
Can i know where can i get into the digest?Got any links?Can sir recommend some journal or related works for me to refer?Thanks.
tinc-devel-request@tinc-vpn.org wrote: Send tinc-devel mailing list submissions to
tinc-devel@tinc-vpn.org
To subscribe or unsubscribe via the World Wide Web, visit
http://brouwer.uvt.nl/cgi-bin/mailman/listinfo/tinc-devel
or, via email, send a message with subject or
2001 May 01
0
Tinc: tap0 probs
On Mon, Apr 30, 2001 at 03:57:25AM +0000, cuBe wrote:
> Having some probs with setting up tap0:
>
> aibo:~# ifconfig tap0 hw ether fe:fd:00:00:00:00
> SIOCSIFHWADDR: No such device
>
> Now, I;ve checked everthing, and it all seems in order. I have compiled in
> theUniversal TAP/TUN support, and Netlink (including CONFIG_NETLINK_DEV),
> but to no avil, that error always
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello.
When tinc is compiled with MingW, sockets are not made non-blocking
because O_NONBLOCK is not defined anywhere.
This leads to weird timeouts when one or more hosts part of a VPN are
unreachable, because tinc hangs in connect() (and possibly other
places as well).
This guy is probably experiencing this bug:
http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html
I've attached a
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello.
When tinc is compiled with MingW, sockets are not made non-blocking
because O_NONBLOCK is not defined anywhere.
This leads to weird timeouts when one or more hosts part of a VPN are
unreachable, because tinc hangs in connect() (and possibly other
places as well).
This guy is probably experiencing this bug:
http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html
I've attached a
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems.
I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following,
$./configure
...
checking openssl/evp.h usability... yes
...
checking for openssl/engine.h... yes
checking for SHA1_version in -lcrypto... no
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
Using tincd 1.0.7, if I send a SIGALRM to tincd when a host is
unresolvable, it gets stuck in a nasty loop:
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Got ALRM signal
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Trying to connect to
calvin (216.136.66.56 port 655)
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Error looking up slamb-
linux.dyn.slamb.org port 4500: Name or service not
2016 Apr 27
2
[Announcement] Tinc version 1.1pre12 released
On Wed, Apr 27, 2016 at 05:15:57PM +0800, hshh wrote:
> >Updated support for BSD tun/tap devices.
> It is broken on FreeBSD tun.
>
> tcpdump on tun,
> 09:05:07.458988 IP0 bad-hlen 0
Can you show me your tinc.conf and tinc-up script? Also, which version
of FreeBSD are you using?
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
2003 May 06
0
lzo compression support for tinc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I've added lzo compression support for tinc 1.0pre8. Lzo is a very fast
compressor (see http://www.oberhumer.com/opensource/lzo/).
I've implemented it by using two new compression levels. Compression level 10
is for fast compression using lzo1x-1 algorithm. Compression level 11 is for
slow compression using lzo1x-999 algorithm.
2000 May 28
0
tinc
Viraj Alankar wrote:
> I've successfully setup tinc-1.0pre1 but I notice on my firewall
> that it requires fragmented UDP packets to be let in in order to work
> properly. Is there any way to avoid this?
[ This is true. We don't inherit the DF (Don't Fragment) flag onto the
UDP data, so path MTU discovery doesn't work. We have to fix this. ]
Yes, you can avoid this
2005 Feb 10
3
IP packets with source address of 0.0.0.0
Hi,
I've got a bit of a weird one I've not figured out yet, so thought I'd
come see if you guys can help. I've just added a new box to an existing
tinc vpn. The vpn consists of some debian Linux and freebsd 5.2 and 5.3
boxes. All boxes are running tinc 1.0.2.
The box I've just added is the first and only fbsd 5.3 box on the vpn.
tinc on the fbsd5.3 box seems to happily
2006 Sep 26
2
VPN in IPV6
I am a university student from Malaysia.This is my final year and i need to do final year project.I would like to try by applying the VPN in a IPV6 enviroment.Can sir give me some comments and idea on this topic?Thanks.
---------------------------------
Try the all-new Yahoo! Mail . "The New Version is radically easier to use" ? The Wall Street Journal
-------------- next part