home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6536 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.1 KB  |  49 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!alf.uib.no!dsfys1.fi.uib.no!iversen
  3. From: iversen@dsfys1.fi.uib.no (Per Steinar Iversen)
  4. Subject: routing through a DECstation 5000/125
  5. Message-ID: <1992Aug28.123033.23973@alf.uib.no>
  6. Lines: 36
  7. Sender: iversen@vsfys1.fi.uib.no (Per Steinar Iversen)
  8. Reply-To: iversen@vsfys1.fi.uib.no
  9. Organization: Department of Physics, University of Bergen, Norway
  10. Date: Fri, 28 Aug 92 12:30:33 GMT
  11. Lines: 36
  12.  
  13.  
  14.  
  15. At our department there is a Pathworks server with two Ethernet interfaces.
  16. One of the interfaces is to the Internet, the other interface connects a number
  17. of DEC PCs to the server. This works fine, except that now the PC users wants to
  18. access the outside world. In the /etc/rc.local file, the following lines 
  19. set up the interfaces:
  20.  
  21. /etc/ifconfig ln0 129.177.41.1  broadcast 129.177.41.255 netmask 255.255.255.0
  22. /etc/ifconfig ln1 129.177.40.52 broadcast 129.177.40.255 netmask 255.255.255.0
  23.  
  24. All nodes on both sides of the server uses such broadcast and netmasks. 
  25.  
  26. Somewhat later rc.local routed is started:
  27.  
  28. [ -f /etc/routed ] && {
  29.         /etc/routed -q & echo 'routed'                          >/dev/console
  30. }
  31.  
  32. Unfortunately the nodes connected to the ln0 interface can only be reached from
  33. the server, no matter the settings of the interface - if pinged from the 
  34. ln1 side, none of the nodes on the ln0 side can be reached. From the server one
  35. can ping both networks successfully. 
  36.  
  37. I would appreciate any ideas on how to make this work. We are running Ultrix 4.2
  38.  
  39. -psi
  40.  
  41. +------------------------------------------------------------------------------+
  42. ! Per Steinar Iversen    ! Internet:     iversen@vsfys1.fi.uib.no              !
  43. ! Fysisk Institutt       ! BITnet:       iversen@cernvm.bitnet                 !
  44. ! Universitetet i Bergen ! HEPnet:       VSFYS::IVERSEN (VSFYS=21.341=21845)   !
  45. ! Allegaten 55           ! Phone:       +47 5 212770                           !
  46. ! N-5007 Bergen          ! Fax:         +47 5 318334                           !
  47. ! NORWAY                 !                                                     !
  48. +------------------------------------------------------------------------------+
  49.