Displaying 9 results from an estimated 9 matches for "imun".
Did you mean:
imu
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 netgra...
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..
A...
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
ti...
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 cont...
2005 Mar 10
0
Spybot S&D Network Problem
..._FindItem COMBOBOXEX item structures broken. Please
report!
err:comboex:COMBOEX_FindItem COMBOBOXEX item structures broken. Please
report!
Clicking on "Search for Updates" yeilds a German error message: AVI kann
nicht geoffnet werden.
But the program continues. Fortunately the "Imunization against Active
X components works"
-Joe Baker
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....
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 -DCONFD...
2008 Mar 30
3
replicating a live directory
...'ing can we be sure that
the queues on the replica machine are in a consisten state ?
same for dhcpd leases or squid's cache ?
We would really like to leave all those important services up but we are
really affraid of producing a corrupted replica...
can anyone comment on this ? is rsync imune to this kind of problem ?
thank you very much.
Joao
-------------- next part --------------
HTML attachment scrubbed and removed
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