home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / 3b1 / 4201 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!psinntp!monymsys!sonyd1.broadcast.sony.com!blilly.uucp!bruce
  3. From: bruce@blilly.uucp (Bruce Lilly)
  4. Subject: WIN/3B pty's (Was Re: Sendmail problem on AT&T unix 7300 (3b1).,
  5.     which was really about smail trouble)
  6. References: <C0ABsD.32M@zero.com>
  7. Organization: Bruce Lilly
  8. Date: Thu, 7 Jan 93 01:56:18 GMT
  9. Message-ID: <1993Jan7.015618.14815@blilly.uucp>
  10. Reply-To: lilb@sony.compuserve.com (Bruce Lilly)
  11. Lines: 29
  12.  
  13. In article <C0ABsD.32M@zero.com>,
  14.  posted to comp.sys.3b1,comp.mail.misc,
  15.  steve@zero.com (Steve Urich) wrote:
  16. >    Speaking about the tcpip win3b1 stuff. Does anyone know how to setup
  17. >    up the Wollongong(sp?) pty socket stuff to work on a machine that
  18. >    doesn't have a ethernet board yet? Do I have to enter 0.0.0.0 or
  19. >    something to make it local only? Also what driver do I use the ether.o?
  20. >    I remember someone doing a "netstat" showing the availability of using
  21. >    it without a ethernet board. Am I right?
  22.  
  23. ptys are independent of whether or not Ethernet hardware is installed.
  24.  
  25. If you want to use sockets (something completely different), and you don't
  26. have the interface board, you probably want to use a network pseudo-address
  27. of 127.0.0.1, which is the software loopback interface.
  28.  
  29. You need to have the ether software loadable driver loaded.
  30.  
  31. You might also want to edit ether.rc (in /etc/lddrv) as it will exit early
  32. if the Ethernet board isn't installed. Look at what this shell script does
  33. and decide for yourself.
  34.  
  35. If you want to compile network programs, you'll need the header files in
  36. /usr/ethernet/include, and the library archive file /usr/lib/libnet.a.
  37.  
  38. You may find Wollongong's implementation lacking in some respects...
  39.  
  40. -- 
  41.     Bruce Lilly        ...uupsi!monymsys!sonyd1!blilly!bruce
  42.