home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / 5924 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!cmcl2!panix!major!dos
  2. From: dos@major.panix.com (Dave O'Shea)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Address conversion
  5. Message-ID: <giT8wB1w165w@major.panix.com>
  6. Date: 11 Jan 93 13:47:51 GMT
  7. Organization: Department of Redundancy Department
  8. Lines: 21
  9.  
  10. I've got the enviable task of connecting together two networks that were
  11. designed separately. One is on the internet, so they've kept their
  12. addressing clean and up to specs, but the other one is a small
  13. stand-alone network that has its own rather unique addressing scheme.
  14.  
  15. Changing the addresses on the network is not really an option; the app
  16. they have is hard-coded to look for certain addresses, and rewriting it
  17. would be more troublesome than it's worth.
  18.  
  19. What I'm looking for is something along the lines of a router than could
  20. hold an address translation table (which would, of course, have to be
  21. generated by hand, but that's no problem), and convert addresses going
  22. in both directions.
  23.  
  24. As this will be used to pass only some SNMP traffic, performance isn't
  25. an issue; 50-100 packets/second would be more than sufficient.
  26.  
  27. Does anyone know if such an animal exists? I've heard of folks doing
  28. something along these lines with what they called a gateway, but I've
  29. been unable to trace down any commercial source for a product such as
  30. this.
  31.