home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / mobile / mip-summer98.BLURB < prev    next >
Text File  |  1998-08-04  |  3KB  |  57 lines

  1. Portland State University's newest release of Mobile IP for FreeBSD is now
  2. available.  This release adds various features to the previous summer
  3. 1997 release.
  4.  
  5. Mobile IP is a network protocol that allows hosts ("mobile nodes") to
  6. change their point of Internet connectivity without having to change their
  7. IP address.
  8.  
  9. ftp://ftp.cs.pdx.edu/pub/mobile/mip-summer98.tar.gz contains the release.  It
  10. includes kernel sources based on FreeBSD 2.2.1 and PAO-970331, including
  11. ISA and PCMCIA WaveLAN drivers, source code for Mobile IP utilities and
  12. daemons, and binaries of all the user-level programs.
  13.  
  14. Portions of the release are export controlled.  They can only be downloaded
  15. by filling out a form at http://web.mit.edu/network/isakmp/isakmpform.html 
  16. and by downloading the code from MIT.
  17.  
  18. New in this release:
  19.  
  20. * HARP - the Home Agent Redundancy Protocol allows two Mobile-IP
  21. Home Agent systems to act redundantly and in parallel thus curing the 
  22. Mobile-IP single point of failure problem due to Home Agent failure.
  23.  
  24. * MADRP - An experimental multi-hop routing protocol that is
  25. integrated with Mobile-IP and allows Mobile Nodes to setup routing
  26. across other Mobile Nodes.
  27.  
  28. * DHCP/IPSEC - Mobile Nodes can use DHCP server/links and can do
  29. this with IPSEC support for talking to/from the Home Agent.
  30.  
  31. Noteworthy properties of PSU's implementation in general:
  32.  
  33. * Foreign agent switching based on WaveLAN signal strength (other link
  34. layer technologies are supported, but switching is less intelligent).
  35.  
  36. * An optional replacement for ARP called "ad hoc" mode that eliminates
  37. ARP spoofing attacks.  In this mode, logical networks are defined by a
  38. shared secret key, and every host regularly broadcasts its MAC->IP address
  39. binding. This mode also permit mobile nodes to communicate with each other
  40. directly, even if no foreign or home agents can be accessed.
  41.  
  42. * Minimal kernel changes that provide basic, general-purpose mechanisms
  43. upon which Mobile IP daemons are implemented.
  44.  
  45. * Foreign agents can have mobile security associations with both mobile
  46. nodes and home agents, as described in the RFC.
  47.  
  48. * X-based user interface to monitor and control the mobile node.
  49.  
  50. * Both multicast and broadcast agent advertisements.
  51.  
  52. * ISA and PCMCIA WaveLAN drivers and applications to configure them.
  53.  
  54. * NRL's IPSEC, ported to FreeBSD, with extensions to allow IPSEC security
  55. associations to be bound to routes.  This allows virtual private networks
  56. (VPNs) to be created by simply configuring the routing table appropriately.
  57.