home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / mobile / linux.README < prev    next >
Text File  |  1998-11-16  |  3KB  |  91 lines

  1.  
  2. LINUX-Introduction:
  3. --------------------
  4.  
  5. This is the README for the Fall 1998 special Linux mini-release.
  6.  
  7. This is NOT a complete release of PSU Secure Mobile IP for Linux.  This
  8. release contains ONLY the code for the mobile node daemon (MND).  (This
  9. means that we can run Mobile-IP on a linux laptop.) There is md5
  10. Mobile-IP authentication, but the Linux mobile node daemon does not
  11. include IPSEC.
  12.  
  13. This Mobile Node Daemon is designed to be run in conjunction with the 
  14. PSU Mobile IP Daemon (MIPD) available with the full release of PSU MIP 
  15. available from: 
  16.     http://www.cs.pdx.edu/research/SMN/index.html
  17. It may well work with other Mobile-IP versions too.
  18.  
  19. At this time, the full release (routing infrastructure and laptops)
  20. is only available for FreeBSD.
  21.  
  22. Since this is not a full release, the README will not go into a gory 
  23. description of Mobile IP as that is available with the full release. 
  24.  
  25. The mini-release includes:
  26.  
  27. README - this readme file.
  28.  
  29. mnd.conf.example - an example of /etc/mnd.conf, the configuration file for
  30.     the mobile node daemon.
  31.  
  32. mip.src.linux - directory containing the Linux mobile node daemon source-code.
  33.  
  34. wireless_tools - directory containing a set of tools for querying and 
  35.     manipulating the wavelan wireless interface.  
  36.     Written by Jean Tourrilhes - jt@hplb.hpl.hp.com
  37.  
  38. man - directory containing the man pages for mnd, mnstat and mnd.conf
  39.  
  40. copyright - copyright information which applies to the release
  41.  
  42. bin - mnd and mnstat binaries compiled from mip.src.linux sources.
  43.  
  44. Tools provided include:
  45. 1. wireless_tools for looking at the state of the wavelan system.
  46. 2. mnd - the Mobile-IP routing daemon necessary for Mobile-IP on
  47.     the linux laptop.
  48. 3. mnstat - a tool used to query information provided from mnd.  E.g.,
  49.     you can learn your current agent and current Mobile-IP state
  50.     (at home, away, not connected), etc. 
  51.  
  52. Installation:
  53. -------------
  54.  
  55. The mobile node daemon is designed to be used over a Wavelan wireless 
  56. interface.  However it may be used with ethernet interfaces as well,
  57. although we have not tested that functionality.
  58.  
  59. For wavelan, the kernel MUST be configured with Radio network interface 
  60. support enabled. 
  61.  
  62. The tested configuration is:
  63.     2.0.35 kernel 
  64.     3.0.5 pcmcia support.
  65.     915MHz Wavelan 
  66.  
  67. step 1:
  68.     configure OS if necessary, ie. recompile kernel, install pcmcia etc..
  69. step 2:
  70.     compile and install Linux mnd.  This should be as simple as typing 
  71.     "make install".   You may alternatively use mnd and mnstat from
  72.     the bin directory.
  73. step 3:
  74.     install man pages for mnd, mnd.conf and mnstat.  cd into the man
  75.     directory and type "sh install.sh"
  76. step 3:
  77.     edit /etc/mnd.conf according to the instructions in the mnd.conf 
  78.     manpage and the help files available with the full release. 
  79.     You will have to make sure that mobile-ip keys match any mobile-ip
  80.     keys used elsewhere (on Home Agents and/or Foreign Agents).
  81. step 4:
  82.     start the mobile node daemon. you may wish to place "/usr/sbin/mnd" 
  83.     in /etc/rc.d/rc.local so that it starts at boot.
  84. step 5:
  85.     test the status of mnd with mnstat.
  86.  
  87.     If you have additional questions, send mail to:
  88.             Bjorn Chambless - bjorn@cs.pdx.edu
  89.                     
  90.  
  91.