CloudVPN 1.0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CloudVPN 1.0.6 (Default branch)
# 1  
Old 01-28-2009
CloudVPN 1.0.6 (Default branch)

CloudVPN is a VPN that allows mesh networking. It can create secured networks with special or weird topologies. All nodes of the network are equal and can connect in any way, so it's very easy to create connection schemes with (for example) clustered servers, decentralized servers, complete topologies for better throughput, ring topologies for failover, long-line for passing through many routes, or tree topology for optimizing inter-server bandwidth needs. It is very easy to get working. License: GNU General Public License v3Changes:
A new SSL verification scheme supports CA treesand CRLs. Network bridging is now possible, evenwith some optimizations for mesh shape. Massivecode and warning cleanup was done. Some fixes weremade for OpenBSD. Logging and status export wereimproved. ToS and nodelay settings were added forconnections. A new user-friendlydaemon-controlling script was added.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HWLOC-ASSEMBLER-REMOTE(1)					       hwloc						 HWLOC-ASSEMBLER-REMOTE(1)

NAME
hwloc-assembler-remote - Assemble multiple remote host topologies SYNOPSIS
hwloc-assembler-remote [options] output.xml host1 host2 ... OPTIONS
--ssh <ssh> Use the given ssh command (and options) to connect to remote hosts. --lstopo-path <path> Use the given path as the remote lstopo command when gathering remote topologies. By default, lstopo is taken from the PATH envi- ronment variable. --lstopo-opts <opts> Pass the given lstopo options when gathering remote topologies. --show Display the resulting topology before exit. -v --verbose Verbose messages. DESCRIPTION
hwloc-assembler-remote is a frontend to hwloc-assembler. It takes care of retrieving the remote nodes' topologies before assembling them with hwloc-assembler. EXAMPLES
To assemble three nodes topologies: $ hwloc-assembler-remote output.xml host1 host2 host3 To assemble the topology of a multi-process MPI job defined as a machinefile: $ hwloc-assembler-remote output.xml `cat machinefile | sort | uniq` RETURN VALUE
Upon successful execution, hwloc-assembler-remote returns 0. hwloc-assembler-remote will return nonzero if any kind of error occurs, such as (but not limited to) failure to parse the command line. SEE ALSO
hwloc(7), lstopo(1), hwloc-assembler(1) 1.4.1 Feb 27, 2012 HWLOC-ASSEMBLER-REMOTE(1)