home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3928 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.8 KB  |  49 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!psinntp!cooper!hak
  3. From: hak@alf.cooper.edu (Jeff Hakner)
  4. Subject: Re: ATT 3B2 Hop Counter
  5. Message-ID: <1992Jul30.014614.18338@alf.cooper.edu>
  6. Organization: The Cooper Union ( NY, NY )
  7. References: <1992Jul28.154342.17716@eco.twg.com>
  8. Date: Thu, 30 Jul 1992 01:46:14 GMT
  9. Lines: 38
  10.  
  11. in article <1992Jul28.154342.17716@eco.twg.com>, reece@eco.twg.com (Reece R. Pollack) says:
  12. > Sender: reece@crash.eco.twg.com (Reece R. Pollack)
  13. > Nntp-Posting-Host: eco.twg.com
  14. > Reply-To: reece@eco.twg.com (Reece R. Pollack)
  15. > Organization: The Wollongong Group (East Coast Operations)
  16. > References:  <1992Jul27.161124.17031@wdl.loral.com>
  17. > Date: Tue, 28 Jul 92 15:43:42 GMT
  18. > Lines: 23
  19. > In article <1992Jul27.161124.17031@wdl.loral.com>, wrl@wdl1.wdl.loral.com (Bill Lewandowski) writes:
  20. > |>We have a user with a ATT 3B2 computer. We think we have a problem
  21. > |>with data packets taking more than 16 hops through the NSFNET
  22. > |>T3 network and the MILNET and the 3B2 is ignoring them because >16.
  23. > |>
  24. > |>Anyone know how I can increase the hops to a normal 32 or so.
  25. > |>
  26. > |>I don't have the computer here so I can't read any manuals so
  27. > |>any help is really appreciated.
  28. > In the system IP configuration file '/etc/master.d/ip' there is a
  29. > definition:
  30. >     IP_TTL = 0xf
  31. > Change this to whatever hexadecimal value you deem neccesary and
  32. > reboot using '/etc/system' to rebuild the kernel.
  33.  
  34. You also need to run mkboot.  I suggest this procedure:
  35.  
  36. 1) cp /unix /unix.sav   #or some other meaningful name
  37. 2) edit /etc/master.d/ip
  38. 3) mkboot /boot/IP
  39. 4) shutdown -i5 -g0 -y
  40. 5) when you reach firmware mode, enter the firmware password
  41. 6) when asked which program to run, type /etc/system
  42. 7) hit return for the device number prompt
  43. 8) The system will come up.  A new /unix will be generated.
  44.