home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6569 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  2.0 KB

  1. Path: sparky!uunet!know!mips2!news.bbn.com!olivea!hal.com!decwrl!mips!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!iagu.itd.adelaide.edu.au!andrewr
  2. From: andrewr@iagu.itd.adelaide.edu.au (Andrew Rutherford)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: routing through a DECstation 5000/125
  5. Message-ID: <8370@sirius.ucs.adelaide.edu.au>
  6. Date: 30 Aug 92 05:44:11 GMT
  7. References: <1992Aug28.123033.23973@alf.uib.no>
  8. Sender: news@ucs.adelaide.edu.au
  9. Reply-To: andrewr@itd.adelaide.edu.au
  10. Organization: Information Technology Division, Adelaide University, Australia
  11. Lines: 31
  12. Nntp-Posting-Host: iagu.itd.adelaide.edu.au
  13.  
  14. In article <1992Aug28.123033.23973@alf.uib.no>, iversen@dsfys1.fi.uib.no (Per Steinar Iversen) writes:
  15.  
  16. +At our department there is a Pathworks server with two Ethernet interfaces.
  17. +One of the interfaces is to the Internet, the other interface connects a number
  18. +of DEC PCs to the server. This works fine, except that now the PC users wants to
  19. +access the outside world. In the /etc/rc.local file, the following lines 
  20. +set up the interfaces:
  21.  
  22. +[ -f /etc/routed ] && {
  23. +        /etc/routed -q & echo 'routed'                          >/dev/console
  24. +}
  25.  
  26.     Apart from the already stated "Don't use the quiet option", you
  27. may also need to reconfgiure the PC's to tell them the IP address of the
  28. gateway - they may not listen to RIP.
  29.     Not sure, we've had enough problems getting this to work at all,
  30. it took Digital Customer Support five weeks to work out the reason the
  31. PC's couldn't see the server was because the server had registered the
  32. name on the wrong interface as it was looking up BIND and finding the
  33. hostname with two IP's, and guessing thw rong one, rather than /etc/hosts
  34. which had one name per interface. And svc.conf was "hosts=local,bind".
  35. Another "gotcha".
  36.  
  37. Cya,
  38.     Andrew.
  39.  
  40. /*
  41.  * Andrew Rutherford                 andrewr@itd.adelaide.edu.au
  42.  * +61 8 228 5669            Real Programmers always confuse Christmas and
  43.  * Room 1060, Adelaide Uni      Halloween because OCT 31 == DEC 25 !
  44.  */
  45.