Update of /cvsroot/netadm/gwc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24813
Added Files:
INSTALL
Log Message:
Initial check-in
--- NEW FILE: INSTALL ---
#
#
# Title : INSTALL
# Author : Jeho-Park <ne...@ke...>
# Created date : 2006. 02. 08. (wen) 02:21:58 KST
# Description : The manual for installation.
#
#ident "@(#) $Header: /cvsroot/netadm/gwc/INSTALL,v 1.1 2006/02/07 18:04:03 linuxpark Exp $"
Contents
=========
1. Compilation.
2. Installation.
3. Start gwc.
4. Uninstallation.
1. Compilation.
----------------
$make
2. Installation.
-----------------
Before installation of gwc, you are needed to check your network environment.
and then verify which this the case your network it is below.
case 1 ) Have remote machine to monitoring and linux gateway to use firewall
or network control system.
external internet +--------+ linux gateway +-------+ intranet
+
|
+---------------+ remote machine
In this case, the installation process is like below
$su
#make
#make install
#Select where the target system exiest
This target system means the remote machine to monitor
so just select "1. Remote"
#Select whether the target system is wireless AP or IPv4 router
select the type of remote machine
If the type of your remote machine is just IPv4 supporting router,
select "0. IPv4 support router".
or If the type of the remote machine is wireless AP but is not
CISCCO's, select "1. 802.11 support wireless AP but not CISCO's"
#Please enter IP address of target system
The target system means the remote machine to monitor. so
enter the IP address of this system.
#Select whether target system support SNMP query using SNMPv1.0
If the target system or remote machine is SNMP enabled,
select "1. yes" else select "0. no"
note )
If you select "1. yes" but the target or remote machine is not
SNMP supporting or it can't support SNMPv1.0, you will meet
some problems whenever you start gwc.
case 2 ) Both target system which also called "remote machine" and
gateway are same host.
external internet +--------+ linux gateway +-------+ intranet
In this case the installation is almost same as above.
the only difference is the first question in installation process.
#Select where the target system exiest
just select "0. This local system".
3. Start gwc.
-------------
#gwc start
...
#gwc stop
4. Uninstallation.
-------------------
change directory to the main source directory.
and then execute like below.
#make uninstall
|