nsis0.4.0安装
时间:2007-03-21 来源:purple_lotuses
Introduction
============
The implementation provided in this release contains GIST and the so
called "Ping tool", a light-weight NSLP that is able to gather information
about the path taken by GIST. In addition this release ships experimental
versions of QoS NSLP, NAT/FW NSLP and Diagnostics NSLP.
Quick-start
===========
Build the sourcecode by running:
# ./configure
# make
This creates a number of binaries:
bin/nsis, bin/nsis-ping,
bin/nsis-qos, bin/nsis-qosd,
bin/nsis-natfw bin/nsis-natfwd,
bin/nsis-diag bin/nsis-diagd
Before you can run the NSIS daemon, you need to adjust the configuration file
(Default: bin/nsis.conf). In this file you specify the NSLPs that should be started
together with GIST, your local IP addresses and a routing table telling the
NSIS daemon the local address that should be used for outgoing messages.
Check the file manual/Configuration for more information about the address
configuration and a list of possible configuration switches.
Before running the NSIS daemon you should have a look at the feature support
that was found on your machine. Please run:
# bin/nsis -i
You will see which optional features your machines supports and which NSLPs
where compiled into the NSIS daemon.
In order to run the NSIS daemon, please use the following syntax using the root account:
# bin/nsis
This starts a standard nsis instance running GIST, Qos NSLP, Diagnostics NSLP
and the "ping tool".
After starting nsis on a set of nodes, nsis-ping can be used to test GIST.
Run nsis-ping on a node running nsis and use another node as the ping target.
Ping messages will traverse the network and information about the signaling path
will be collected on all GIST aware nodes.
# bin/nsis-ping <targetIP>
This will run the "Ping tool" with UDP as transport. To tell GIST to use TCP or
TLS use (-r and -s). -r alone, will use TCP and -r -s will use TLS.
If you want to use the "Ping tool" over IPv6, use the following syntax:
# bin/nsis-ping <targetIPv6address> -v6
The other options (-r, -s, etc.) are also available for IPv6.
You will find more information about the NSIS suite in this document, in the
manual-directory and in our man pages. The man pages are installed by "make install"
but you can also have a look manually by calling:
# man man/nsis.8
注意:我已经按照上面的quick start安装完毕,还没有进行配置,在manul/configure中有关于配置的具体说明,在设置nsis.conf的中IP配置时有些没弄明白,所以暂时还未做任何配置。
相关阅读 更多 +