<div dir="ltr">i need forwarding off , cause i need a central node , which is connected directly to all the network , directly , so it can usually upload content directly , without slowing down other nodes in the network , i also don't want it to act as a forwarder , since ,it only has 2mbps of bandwidth , and i don't want it for that purpose , <br>

is there any other way to fix this problem ?<br><br><div class="gmail_quote">On 16 March 2012 14:30,  <span dir="ltr"><<a href="mailto:tinc-request@tinc-vpn.org">tinc-request@tinc-vpn.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Send tinc mailing list submissions to<br>
        <a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:tinc-request@tinc-vpn.org">tinc-request@tinc-vpn.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:tinc-owner@tinc-vpn.org">tinc-owner@tinc-vpn.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of tinc digest..."<br>
<br>Today's Topics:<br>
<br>
   1. random problems with Forwarding=off (Siavash Sameni)<br>
   2. Re: random problems with Forwarding=off (Guus Sliepen)<br>
<br><br>---------- Forwarded message ----------<br>From: Siavash Sameni <<a href="mailto:siavash.sameni@gmail.com">siavash.sameni@gmail.com</a>><br>To: <a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>Cc: <br>

Date: Fri, 16 Mar 2012 13:51:56 +0330<br>Subject: random problems with Forwarding=off<br><div dir="ltr">Hi , <br>I've added one node to my tinc mesh , with forwarding off , and the network got splitted into several pieces !!,<br>

the thing is that , the node with forwarding off is connected to all hosts , directly with connect to , <br>

and seems like that for some nodes the shortest path , that the tinc network can find is through the node with forwarding off , <br>here are the results of my first ping to all my hosts with the host with forwarding off present : <br>



 ./monitorhosts <br>Host : 10.0.113.3 is down (ping failed) at Fri Mar 16 13:36:57  2012<br>Host : 10.0.128.3 is down (ping failed) at Fri Mar 16 13:37:43  2012<br>Host : 10.0.130.3 is down (ping failed) at Fri Mar 16 13:37:59  2012<br>



Host : 10.0.132.3 is down (ping failed) at Fri Mar 16 13:38:05  2012<br>Host : 10.0.138.3 is down (ping failed) at Fri Mar 16 13:38:34  2012<br>Host : 10.0.141.3 is down (ping failed) at Fri Mar 16 13:38:43  2012<br><br>


if i switch off the node with forwarding=off , the result is as follows :<br>
./monitorhosts <br>Host : 10.0.113.3 is down (ping failed) at Fri Mar 16 13:39:28  2012<br>which is flawless (don't mind 113) , <br>when i reconnect the node with forwarding=off , the result changes to the following :<br>



./monitorhosts<br>Host : 10.0.113.3 is down (ping failed) at Fri Mar 16 13:44:49  2012<br>Host : 10.0.141.3 is down (ping failed) at Fri Mar 16 13:46:06  2012<br>. :D<br>when i try to ping 10.0.114.3 i receive the following :<br>



ping 10.0.141.3<br>PING 10.0.141.3 (10.0.141.3) 56(84) bytes of data.<br>From 10.0.141.3 icmp_seq=1 Destination Net Prohibited<br>From 10.0.141.3 icmp_seq=2 Destination Net Prohibited<br>.<br>the tinc version is 1.0.16 , running on centos 5. <br>



if anymore information needed i'd be happy to help , <br>also i should mention that , i have no problem reaching the nodes from the node with forwarding off .<br>i have around 64 nodes in my tinc mesh , <br>i remember our previous admin told me that , when he made full mesh , (connectto to everwhere) , the network became unstable , is there a limit ? should we experience slowdowns or something as the nodes grow ?<br>



thank you.<br><br><br></div>
<br><br>---------- Forwarded message ----------<br>From: Guus Sliepen <<a href="mailto:guus@tinc-vpn.org">guus@tinc-vpn.org</a>><br>To: <a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>Cc: <br>Date: Fri, 16 Mar 2012 11:44:13 +0100<br>

Subject: Re: random problems with Forwarding=off<br>On Fri, Mar 16, 2012 at 01:51:56PM +0330, Siavash Sameni wrote:<br>
<br>
> I've added one node to my tinc mesh , with forwarding off , and the network<br>
> got splitted into several pieces !!,<br>
> the thing is that , the node with forwarding off is connected to all hosts<br>
> , directly with connect to ,<br>
> and seems like that for some nodes the shortest path , that the tinc<br>
> network can find is through the node with forwarding off ,<br>
<br>
That is correct. And indeed with Forwarding = off, those packets are dropped,<br>
that is exactly what this option is meant to do. Why do you want to use<br>
Forwarding = off?<br>
<br>
> i have around 64 nodes in my tinc mesh ,<br>
> i remember our previous admin told me that , when he made full mesh ,<br>
> (connectto to everwhere) , the network became unstable<br>
<br>
64 nodes is not an unusual number for tinc. In what way does the network become<br>
unstable?<br>
<br>
> is there a limit ?<br>
<br>
There is no limit in tinc itself, but if you have slow network connections it<br>
can take a while for tinc to exchange metadata between nodes. If it takes too<br>
long, it might close connections. You can try to increase the value of<br>
PingTimeout in that case.<br>
<br>
> should we experience slowdowns or something as the nodes grow ?<br>
<br>
It should not be noticably slower, but if you have a lot of nodes joining and<br>
leaving all the time it might.<br>
<br>
--<br>
Met vriendelijke groet / with kind regards,<br>
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org">guus@tinc-vpn.org</a>><br>
<br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
<br>
iEYEARECAAYFAk9jGX0ACgkQAxLow12M2nuP0gCfWpssVCMghqIKjDWeO/oLNKI6<br>
TLcAnR9BIsQDX5DUOZQakfUhdJF4lGVt<br>
=nfT+<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div>