home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20763 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.9 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!gdt!uwe-bristol!slave.uwe.ac.uk!root
  2. From: root@slave.uwe.ac.uk (Operator (Phil/Dylan))
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS98p1-TCPIP
  5. Message-ID: <1992Dec17.043831.6484@csd.uwe.ac.uk>
  6. Date: 17 Dec 92 04:38:31 GMT
  7. References: <A53741@HB.maus.de> <1992Dec11.221047.22954@sun1.ruf.uni-freiburg.de>
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Reply-To: p_copela@csd.uwe.ac.uk
  10. Organization: The New University in the West of England, Bristol (WEB)
  11. Lines: 36
  12. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  13.  
  14. In article <1992Dec11.221047.22954@sun1.ruf.uni-freiburg.de>,
  15. hartnegg@sun1.ruf.uni-freiburg.de (Klaus Hartnegg) writes:
  16. |> Michael_Kraehe@hb.maus.de (Michael Kraehe) writes:
  17. |> 
  18. |> >   socket: Protocol not supported
  19. |> 
  20. |> ftp ftp.ruf.uni-freiburg.de
  21. |> cd pc/linux/packages/tcpip
  22. |> get config.c
  23. |> quit
  24. |> cc -o config config.c
  25.  
  26. alternively, another mishap that will cause this is the absence of a
  27. 'protocols'
  28. file... absolutely devestating if you are mounting NFS systems in your rc 8-)
  29.  
  30. /etc/protocols (linked to /usr/etc/inet/protocols should have the following
  31. /etc/protocols
  32.         # protocols - standard well defined IP protocols
  33.         ip      0       # internet protcol, pseudo protocol number
  34.         icmp    1       # internet control message protocol
  35.         igmp    2       # internet group multicast protocol
  36.         ggp     3       # gateway -> gateway protocol
  37.         tcp     6       # transmission control protocol
  38.         egp     8    # (forgotten but it's on our sun's)
  39.         pup     12      # PARC universal packet protocol
  40.         udp     17      # user datagram protocol
  41.         idp     22    # Think this is internet datagram protocol?
  42.         raw     255     # raw
  43.  
  44. I beg to differ with the 0.8.0 distribution's line which says
  45.     ggp     2
  46. but this isn't used yet (I think) so it shouldn't matter (just being purist)
  47.  
  48. Phil
  49. =--=
  50.