search for: imunes

Displaying 9 results from an estimated 9 matches for "imunes".

2015 Sep 23
3
Large scale tinc tests
Hello. I wonder if someone here performe such large scale tinc-vpn tests.. There are platforms like Imunes or CORE to do generic Ethernet and IP testing and routing, but I found that at least on Imunes it is problematic to start TAP iface on vimage on FreeBSD (at least 4.11 with I use). To fix that, I think about coding in BSD NetGraph support to tinc. But first I need to do testing if actualy netgraph...
2015 Sep 23
2
Large scale tinc tests
Well. I want to test subnet propagation, alternate paths, etc... Do this, I would use Imunes because im very familiar with it.. I want to build small test network around 10 nodes with different connectivity between them and then lay-out tinc network on it. Then I can just set BER=1 to kill links and see how things happen etc.. Nice spot about ng_eiface indeed. I'll check it out.. As...
2016 Apr 08
2
Commit 68f4ca7 issues
There are few reasons why I stick to older OSes. In case of FreeBSD its my customized Imunes platform for network simulations... Anyway, back to root problem: gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o tincd.c &&\ mv -f $depbase.Tpo $depbase.Po tinc...
2015 Sep 23
0
Large scale tinc tests
On Wed, Sep 23, 2015 at 09:07:16AM +0200, borg at uu3.net wrote: > I wonder if someone here performe such large scale > tinc-vpn tests.. There are platforms like Imunes or CORE > to do generic Ethernet and IP testing and routing, but I found > that at least on Imunes it is problematic to start TAP iface > on vimage on FreeBSD (at least 4.11 with I use). What do you want to do exactly? You can run a lot of tinc processes on a single machine without contai...
2005 Mar 10
0
Spybot S&D Network Problem
SpyBot Search and Destroy. http://www.safer-networking.net Not Open Source program; No charge; They accept donations. Free to use though even for corporate use. This tool has an Inoculate feature which blocks known "bad" active X controls from running in IE. It seems to work for the most part inside Wine with a couple error messages during install and then the network update feature
2015 Sep 23
0
Large scale tinc tests
On Wed, Sep 23, 2015 at 08:01:59PM +0200, borg at uu3.net wrote: > Well. I want to test subnet propagation, alternate paths, etc... > Do this, I would use Imunes because im very familiar with it.. > I want to build small test network around 10 nodes with different > connectivity between them and then lay-out tinc network on it. > Then I can just set BER=1 to kill links and see how things happen etc.. Ok, that doesn't sound too complicated. &g...
2016 Apr 08
0
Commit 68f4ca7 issues
On Fri, Apr 08, 2016 at 02:55:10PM +0200, borg at uu3.net wrote: > There are few reasons why I stick to older OSes. > In case of FreeBSD its my customized Imunes platform > for network simulations... Hm, I just tried FreeBSD 4.11 in a VM and it seems it doesn't support C99 at all. So I guess you already had to install a newer GCC and what not to get things running :) > Anyway, back to root problem: > gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR...
2008 Mar 30
3
replicating a live directory
Hello all, we are using rsync to produce a replica of our filesystem. it's very important for us to be sure that the files replicated on the remote backup host are left in a consistent state as we may need to boot services from those files (configs, logs, etc)! right now we use a 'greedy approach'... we stop all important services (dhcpd, squid, sendmail, etc) just to minimize the
2016 Apr 08
2
Commit 68f4ca7 issues
Hi. I have issues building tincd-1.0.26 on FreeBSD 4.11 Seems commit 68f4ca711593416d0defd81199b176ba604c6cb1 that "modernizes" build system was a bad idea after all? Not sure why merging lib/ to src/ was done. Most software I see contains directories like compat/ to aid building for older or broken environments.. This makes clear difference between software sources itself (src) and