similar to: graphviz

Displaying 20 results from an estimated 300 matches similar to: "graphviz"

2013 Dec 17
1
Speed issue in only one direction
Hi all, I'm back again with my speed issues. The past issues where dependant of network I used. Now I run my tests in a lab, with 2 configurations linked by a Gigabit switch : node1: Intel Core i5-2400 with Debian 7.2 node2: Intel Core i5-3570 with Debian 7.2 Both have AES and PCLMULQDQ announced in /proc/cpuinfo. I use Tinc 1.1 from Git. When I run an iperf test from node2 (client) to
2014 Feb 25
3
PMTU = 1518 over local network at 1500 MTU
Hi all, I have two nodes, connected to a switch, using Tinc 1.1 from git. They connect each other with sptps, and to other nodes in the Internet with old protocol because they have Tinc 1.0. There is no problem with remote nodes, but between my 2 local nodes, they see 1518 PMTU. But local network is 1500 MTU !!! So nodes can ping each other but larger data does not go. test1=sllm1 test2=sllm2
2010 Apr 14
1
ipv6 via tinc
Hi, At my provider (xs4all) I've got an ipv6 tunnel working. Now I would like to distribute ipv6 via the tinc tunnel. My tinc.conf: ------------ Name=server AddressFamily=ipv4 Device=/dev/net/tun PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png Mode=switch KeyExpire=299
2015 May 13
2
tinc 1.1 never seems to accept UDP packets from 1.0.24 hosts
Hallo, I have a couple of tinc hosts in the same network, some using the latest tinc 1.1 git and some using 1.0.24. It seems like traffic between 1.1 and 1.0 nodes is always transfered using TCP (and an intermediate node, if not directly connected), never with UDP. Viewed from host W (tinc 1.1): (All after successfully pinging an IP behind the remote side to trigger UDP path probing, and
2004 Aug 06
3
protocol description
Hi, Do you have any documentation on the protocol used by the icecast-server? I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would also like to convert it for icecast-sessions. This shoutcastproxy makes it possible to listen with a couple of people to a session while only 1 is retrieved from a shoutcastserver (http://www.vanheusden.com/shoutcastproxy/). <p>Folkert van
2004 Aug 06
3
protocol description
Hi, Do you have any documentation on the protocol used by the icecast-server? I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would also like to convert it for icecast-sessions. This shoutcastproxy makes it possible to listen with a couple of people to a session while only 1 is retrieved from a shoutcastserver (http://www.vanheusden.com/shoutcastproxy/). <p>Folkert van
2016 Nov 17
1
Windows tinc network no data despite tinc connection
Hi guys, thanks in advance for any answers. Trying to get tinc up and running, I hit a roadblock though. What I’m trying to do is to connect to my roaming notebook to my company network. All hosts on our network live in the 10.42.x.x range, netmask is 255.255.0.0. Tinc 1.1pre14 service is running on a Windows host 10.42.2.50. Public ports are natted through, telnetting public ip port 655 the
2010 Nov 22
1
weird routing issue
Hi, I have the following tinc grid: http://keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png Now a funny thing happens: bpsolxp routes traffic to clientbp via 'server', not directly. Both run 1.0.13. Bug? Folkert. -- Nagios user? Check CoffeeSaint, the versatile nagios status display- monitor. http://vanheusden.com/java/CoffeeSaint/
2009 Mar 22
2
GraphDumpFile - Feature request
Hi Guus, I've been a huge fan of the GraphDumpFile parameter in tinc -- it certainly beats sending USR2 to tincd, and ploughing through syslog to figure out which nodes are connected. Could I request that GraphDumpFile dumps a little more data to the file, namely, the subnet; changing the output file from (for example): digraph { nodeA [label = "nodeA"];
2003 Mar 19
1
not able to browse other domains/workgroups
Hi, I have the following situation: 192.168.64.0/24 is my local network. .1 is my PDC (samba 2.2.6) workgroup is vanheusden 192.168.97.0/24 is an intranet somewhere else to which I'm connected through a vpn. workgroup is enderman ip-forwarding is enabled on 192.168.64.1 (my default gateway and endpoint for the vpn) on 192.168.64.1 I've set hosts allow to 192.168. and 127. hosts allow =
2004 Aug 06
1
protocol description
> > Do you have any documentation on the protocol used by the icecast-server? > > I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would > > also like to convert it for icecast-sessions. This shoutcastproxy makes it > > possible to listen with a couple of people to a session while only 1 is > > retrieved from a shoutcastserver > >
2010 Nov 22
1
tinc: local address announcements
Hi, I would like to give the new local address announcements a try. What I mean is, the functionallity which discovers local vpn-endpoints of a vpn to which you're already connected but only via a remote endpoint - to improve speed etc. Can I pull this version from svn or git somewhere? And does it have debian stuff in it for easy replacing the debian version? And do I need to configure
2009 Feb 18
1
ssh -f & pid
Hi, Ssh -f forks itself in the background. Very usefull if you would like to e.g. tunnel munin over ssh. Now it's tricky to terminate one process if you have multiple running. It seems that ssh currently (looked at 5.1p1) has no write-pid-to-file functionality So I implemented a patch which do so. Tested it a little and it seems to work. Hopefully it is of any use in my form or inspires the
2010 Nov 22
7
local address announcements
Hi everyone, you can find the current version of my enhanced tinc using subversion: svn://tardyon.mon-clan.de/tinc I allowed anonymous read access, so feel free to download the sources. Unfortunately, my enhancements are based on a rather old git-checkout from Guus. The version should run under windows and Debian/Ubuntu. Best, Daniel -----Original Message----- From: folkert [mailto:folkert
2014 May 20
2
packet loss
Hi, Something strange is happening at my place: I have lots of packet loss in my tinc vpn. Network layout: laptop --- wifi --- other pc ping from laptop to other pc OUTSIDE tinc: 0% packet loss ping from laptop to other pc VIA tinc: 50% packet loss What could be the cause of that? Folkert van Heusden -- Always wondered what the latency of your webserver is? Or how much more latency you
2009 Apr 06
2
help needed for freebsd
Hi, I'm trying to run tinc 1.0.9 on freebsd 7.1-RELEASE-p4. I tried: Device=/dev/net/tun0 DeviceType=tun I tried it without the device-line, i tried the other devicetype-options, none of them work. With all of them I get the following error: 30311: open("/dev/net/tun0",O_RDWR|O_NONBLOCK,05024360414) = 3 (0x3) 30311: ioctl(3,TUNSIFHEAD,0xbfbfec58) ERR#45 'Operation not
2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
We have a handful of nodes set up. Some are NAT'd but a few have direct access to the Internet. Sample confs: HostA: Name = HostA AddressFamily = any Interface = tap0 Mode = switch Connectto = HostB GraphDumpFile = /tmp/mesh HostB: Name = HostB AddressFamily = any Interface = tap0 Mode = switch Connectto = HostA GraphDumpFile = /tmp/mesh And so on. If I use HostA as the main meta sever.
2014 Aug 26
1
key size
Hi, Tinc currently allows keys of > 4096 bit during creation. But when running with those no connection can be setup. Either there should be a limit set (or a warning at least) during generation or tincd should not have that limit. imho, of course. Folkert van Heusden -- Afraid of irssi? Scared of bitchx? Does xchat gives you bad shivers? In all these cases take a look at
2004 Aug 06
1
protocol description
> Icecast will already relay an icecast or a shoutcast stream for > you. And the client (listener) protocol is the same. Is there any description of this protocol then? I'm having some troubles getting things to work. <p>Folkert van Heusden +--------------------------------------------------------------------------+ | UNIX sysop? Then give MultiTail (
2013 Apr 17
0
proposal: unstable l2 mode
Hi, I propose a configuration file change to the files containing the public key and the setting for a host: unstable_network_connection=true/false (enables the following settings) unc_backlog_size=x (where x is in MB) unc_backlog_n=z (where z is number of packets) unc_resent_interval=y (where y is n seconds, e.g 1.1) unc_backoff_multi=b (with what factor to multiply y each y