similar to: Routing problems?

Displaying 20 results from an estimated 10000 matches similar to: "Routing problems?"

2000 Aug 21
2
tinc TODO list
Hi, here's a small list of things that need to be done, and the version when it should be ready. smartcard support 1.1 LDAP support 1.1 public/private keys for authentication 1.1 don't store passphrases in files that are called after IP addresses 1.0 use names to identify
2005 Apr 13
3
Patch for tunnelserver mode in protocol_subnet.c
Hello, Here is a patch for protocol_subnet.c with two modifications : - in tunnelserver mode, tinc must check subnets in the ".../hosts/owner" config file, not in "c->config_tree" (which is the configuration of the meta-connection from which we receive the ADD_SUBNET message). - this checking can be made before the check of the owner, especially before any
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
2003 Jul 19
8
Problem with more than two Subnets!
Hello, I successfully built a vpn between two hosts ("main" and "iquique") (and its SubNets), but I have problems when I want to add another host ("valparaiso"): I get a lot of Duplicates packets everywhere and a very slow vpn. I guess that is a routing problem, but I have try with a lot of alternatives without result. I have try with "switch",
2002 Oct 06
1
trouble routing packets
Hi all :) I have a masqueraded home lan as well as a friend of mine. I have set up two tinc daemons on both masquerading gateways and I have no trouble connecting (it works pretty smooth) and they show up in the syslog as configured after sending an USR1 / USR2 signal to the daemons. The trouble is the routing / firewalling of the packets. Maybe somebody could give me a hand here? :) The
2006 Apr 26
3
Weird arp behavior
Hi all, So, I've deployed Tinc in a non normal manor to which has been working just fine for days up until recent. Here is a description of the network. There are two VPN host controllers, A and B. All nodes have a separate connection to A and B. Tinc has been configured to be in 'switch' mode for both the A cloud and B cloud. On the back end, I have OSPF running on all nodes and
2006 Dec 04
4
20 kb/s as max with TCPonly
Hi there! Today I've tried a FTP connection (me with TCPOnly send file to another no TCPOnly), but the upload bandwidth was about 20 kb/s, while connecting to the other directly (I upload a file to him via FTP) the connection was about 5 times faster... what's wrong? thanks
2006 Dec 04
4
20 kb/s as max with TCPonly
Hi there! Today I've tried a FTP connection (me with TCPOnly send file to another no TCPOnly), but the upload bandwidth was about 20 kb/s, while connecting to the other directly (I upload a file to him via FTP) the connection was about 5 times faster... what's wrong? thanks
2007 Jan 02
2
strange speed issue
Hello, I'm trying to connect some windows machines together using tinc 1.0.6. The basic connectivity (ping) works fine as expected. But I'm getting really poor speeds over the tinc tunnel. The test machines are on the same switch and get values ranging from 6-9 MBytes/s speaking directly to each other. However over the tinc tunnel the speeds are in the range of 20-40 kbytes/s. The machines
2007 May 11
1
Using tinc on a blocked network..
hi guys! i was using +PPP over SSH tunneling in the past to achieve a kind of VPN between two networks: A is a public network B is a private network The problem is that network B is behind a firewall that for some reasons cannot be opened whatsoever. This mean that: Network B can freely connect to network A (SSH, for example) Netowkr A cannot access network B in any way (except, trough a
2003 Apr 01
2
Another idea for tinc on windows
Since the lack of code to implement a virtual network adapter driver (tun/tap equivalent) seems to be the primary roadblock preventing a tinc port to Windows, has anyone given any thought to the idea of implementing a very basic pptp server front-end for the tinc code (in place of the tun/tap driver) whose sole purpose would be to allow a windows PPTP client connection to connect to it via a
2001 Dec 10
4
tinc dies after some days/weekes of normal activity
Hello, I successfully use tinc for one year in a configuration with several subnets (about 5-7 subnets) and one main server. Sometimes tinc dies with the error message: Error while waiting for input: Bad file descriptor If it happens, this happens immediately, when one subnet has disconnected. tinc (on the main server) tries then to disconnect all currently connected subnets and while
2005 Apr 11
2
SVN source windows installer
Can anyone provide me with the windows installer from the last SVN source code? I only have mac os X and my friends, who use windows, unfortunately are no developpers and therefore can not create such an installer nor compile it. I also want to confirm again, that the latest SVN code fixed the switch mode bug in 1.0.3. It works like a charm now. Thanks a lot for the great program, Thomas
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
2004 Nov 09
1
Connection is up - but no packets are coming back...
All, I've set up tinc yesterday (Win32 -> Linux), the connection comes up but I can't reach a host behind the tinc "Server". Maybe I did something completely wrong, so let me first describe my network.... The "Server" has multiple Interfaces, be we just care for two of them here. One NIC "eth2" ist to the LAN (192.168.100.x/24) and the oher one is
2003 Jul 22
2
Error starting tinc (metasocket)
Hi, I'm getting this weird error in the logs when starting tinc "Creating metasocket faile: Address family not supported by protocol" I've tried explicitly putting AddressFamily = ipv4 in the tinc.conf file but it doesn't seem to make a difference. The IP's i'm using for the vpn are 10.0.x.x Thanks for your assistance, R. Schwarzenberg -------------- next part
2003 Jan 27
1
Help with tinc over http-tunnel
Hi, I have successfully setup a tinc vpn between two machines, which is great, and now need do the same to a machine behind a firewall (I do not control the firewall, alas). The firewall will allow port 80 out (via an http proxy), so I wish to use GNU http-tunnel (or similar) to tunnel through the firewall. I have also successfully used http-tunnel to tunnel a simple ppp over ssh connection.
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users' I'm new whit tinc and this mail-list. I like to build a vpn over the internet between two sites in Holland and Germany. Are there some experience whit the performance (turn-a-round en bandwidth) of a link. I want to use it for a 1,5Mb connection. Greetings, Fred Krom. - Tinc: Discussion list about the tinc VPN daemon Archive:
2001 Jan 10
2
1.0pre3 difficulties
Was running 1.0pre2 just fine, but had to move machines, so I figgured I'd give 1.0pre3 a try. After getting everything to build and figguring out the new config files, here's where I'm stuck. Start the server process (remote machine). Start the client process (local machine). In remote machine, the following shows up in syslog: tinc[2659]: Got SEGV signal In local machine, the