From owner-freebsd-questions Tue May 28 11:24:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19829 for questions-outgoing; Tue, 28 May 1996 11:24:29 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA19812 for ; Tue, 28 May 1996 11:24:15 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.6.12/8.6.12) id OAA05753 for freebsd-questions@freebsd.org; Tue, 28 May 1996 14:24:06 -0400 From: Charles Henrich Message-Id: <199605281824.OAA05753@crh.cl.msu.edu> Subject: Routing... To: freebsd-questions@freebsd.org Date: Tue, 28 May 1996 14:24:06 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, Im trying to get my stinkin FreeBSD box to realize that there are multiple networks on the same interface, but it refuses to realize this. I have a private 10.* network on the same wire as the public class C network. The system's IP address is in the public net. I want the system to be able to ping addresses in the 10.* net so I have /etc/sysconfig issuing static route's for that network. (E.g. route_private="10.0.0.0 -interface ${hostname}"). This appears to work (netstat -rn) default 198.109.160.1 UGSc 36 3522685 ed0 10 link#1 UCSc 3 0 127.0.0.1 127.0.0.1 UH 1 12334 lo0 198.109.160 link#1 UC 0 0 However I still am unable to ping addersses in the 10 range, the packets are sent to the default gateway :(. # ping -r 10.1.1.1 PING 10.1.1.1 (10.1.1.1): 56 data bytes ping: sendto: Network is unreachable ping: wrote 10.1.1.1 64 chars, ret=-1 Any ideas as to what Im doing wrong here? I am not running routed BTW. Any help appreciated! -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich