home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2833 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.3 KB

  1. Path: sparky!uunet!davidsys.com!sung
  2. From: sung@davidsys.com
  3. Newsgroups: comp.unix.bsd
  4. Subject: Help: Routing Problem on 386BSD
  5. Message-ID: <1992Jul24.172258.30400@davidsys.com>
  6. Date: 24 Jul 92 17:22:58 PST
  7. Organization: DAVID Systems Inc, Sunnyvale CA
  8. Lines: 32
  9.  
  10. Dear 386BSD Folks,
  11. Have you ever routed packets from Node_A to Node_C thru
  12. Node_B using the following configuration ?
  13. I think something wrong on "route.c". Please help.
  14. Thanks.
  15.  
  16. Kwang Sung
  17. sung@davidsys.com
  18.  
  19.  
  20.                     +---------------+
  21.                     | 386BSD        |
  22.                     | Node_B        |
  23.                     +---------|  |--+
  24.                           ec0 |  | we0
  25.                               |  +----------------------------
  26. ------------------------------+              | we0
  27.             | we0                   +---------------+
  28.     +---------------+               | 386BSD        |
  29.     | 386BSD        |               | Node_C        |
  30.     | Node_A        |               +---------------+
  31.     +---------------+
  32.  
  33.  
  34. NOTE:
  35.  
  36. On Node_A: ifconfig we0 inet 132.240.25.3 netmask 255.255.255.0 up
  37.            route add default 132.240.25.2
  38. On Node_B: ifconfig we0 inet 132.240.24.2 netmask 255.255.255.0 up
  39.            ifconfig ec0 inet 132.240.25.2 netmask 255.255.255.0 up
  40. On Node_C: ifconfig we0 inet 132.240.24.1 netmask 255.255.255.0 up
  41.            route add default 132.240.24.2
  42.