home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13102 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gatech!rpi!usc!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watserv1!cape.UWaterloo.ca!dherman
  3. From: dherman@cape.UWaterloo.ca (Dennis Herman)
  4. Subject: Re: Problem with the gated daemon
  5. Message-ID: <C0HzJG.F1w@watserv1.uwaterloo.ca>
  6. Sender: news@watserv1.uwaterloo.ca
  7. Organization: University of Waterloo
  8. References: <1993Jan7.144916.15389@cs.wm.edu>
  9. Date: Thu, 7 Jan 1993 19:02:03 GMT
  10. Lines: 24
  11.  
  12. In article <1993Jan7.144916.15389@cs.wm.edu> mark@ga.cs.wm.edu (Mark Raciborski) writes:
  13. >I seem to be having a problem with the "gated" daemon. I have a server with 
  14. >2 ethernet cards in it. One card is connected to a lab and the other is 
  15. >connected to our campus backbone.
  16. >
  17. >After rebooting the server the netstat -r command will show the
  18. >Destination/Gateway info to the lab network. If the network is not being used
  19. >this entry seems to get deleted from the routing table. I then can't boot my
  20. >machines in the lab. My /etc/gated.conf file looks like
  21. >rip quiet;
  22. >hello quiet;
  23. >Is there someway to tell gated not to delete this entry? 
  24.  
  25. Try putting the following statement at the top of /etc/gated.conf
  26.  
  27. interface xxx.xxx.xxx.xxx passive; 
  28.  
  29. Where xxx.xxx.xxx.xxx is the ip address of the ethernet card to the lab
  30. subnet. This tells gated to remember the route to this subnet even if 
  31. there is no activity on it for a period of time ( 10 min I think ) . 
  32.  
  33. Worked for me. 
  34.  
  35. Dennis
  36.