home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!davidsys.com!sung
- From: sung@davidsys.com
- Newsgroups: comp.unix.bsd
- Subject: Help: Routing Problem on 386BSD
- Message-ID: <1992Jul24.172258.30400@davidsys.com>
- Date: 24 Jul 92 17:22:58 PST
- Organization: DAVID Systems Inc, Sunnyvale CA
- Lines: 32
-
- Dear 386BSD Folks,
- Have you ever routed packets from Node_A to Node_C thru
- Node_B using the following configuration ?
- I think something wrong on "route.c". Please help.
- Thanks.
-
- Kwang Sung
- sung@davidsys.com
-
-
- +---------------+
- | 386BSD |
- | Node_B |
- +---------| |--+
- ec0 | | we0
- | +----------------------------
- ------------------------------+ | we0
- | we0 +---------------+
- +---------------+ | 386BSD |
- | 386BSD | | Node_C |
- | Node_A | +---------------+
- +---------------+
-
-
- NOTE:
-
- On Node_A: ifconfig we0 inet 132.240.25.3 netmask 255.255.255.0 up
- route add default 132.240.25.2
- On Node_B: ifconfig we0 inet 132.240.24.2 netmask 255.255.255.0 up
- ifconfig ec0 inet 132.240.25.2 netmask 255.255.255.0 up
- On Node_C: ifconfig we0 inet 132.240.24.1 netmask 255.255.255.0 up
- route add default 132.240.24.2
-