===============================================================================
    LINSPOT 0.3 (c) 2003 -     Gye-Ok Jung <hook7346@kornet.net>
                               http://linspot.kldp.net/
                               http://kldp.net/projects/linspot/
===============================================================================


    Check CHANGELOG to see what's new!

Installation:
-------------

0. PCAP Library Installation Check

[root@csblue root]# rpm -qa|grep libpcap
libpcap-0.7.2-1

   or,

[root@hacker root]# rpm -qa|grep libpcap
libpcap-devel-0.7.1-1prism
libpcap-0.7.1-1prism
libpcap-static-0.7.1-1prism


   If you don't get the result like above,
      You MUST install the PCAP Library.

   ex) rpm -Uvh libpcap-0.7.2-1.i386.rpm


1. Network Library Installation

[root@hacker Nespot]# tar -zxvf libnet-1.1.0.tar.gz
[root@hacker Nespot]# cd Libnet-latest
[root@hacker Libnet-latest]# ./configure
[root@hacker Libnet-latest]# make
[root@hacker Libnet-latest]# make install

%% Caution : You Can't use libnet-1.0.2a, The Migration is Completed.
             libnet-1.1.0 is not compatible with libnet-1.0.2a !!


2. Linspot Program Installation

[root@hacker Nespot]# tar -zxvf linspot-0.3.tar.gz
[root@hacker Nespot]# cd ver0.3
[root@hacker ver0.3]# make

3. NESPOT Service Connect

[root@hacker ver0.3]# ./nespot -i (eth1) -d (nespot_id) -p (nespot_pwd)

  or,

[root@hacker ver0.3]# ./nespot -i (wlan0) -d (nespot_id) -p (nespot_pwd)


@@ You MUST type your NESPOT ID and PASSWORD with options.


4. Network Interface Restart (For DHCP)

IF you don't get the proper IP Settings ( IP address, Gateway address, Netmask and so on...),
   You Must Restart your Wireless Network Interface.

[root@hacker ver0.3]# ifdown eth1
[root@hacker ver0.3]# ifup eth1

  or,

[root@hacker ver0.3]# ifdown wlan0
[root@hacker ver0.3]# ifup wlan0



EOF
