From owner-freebsd-questions Tue Apr 11 09:43:44 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA22786 for questions-outgoing; Tue, 11 Apr 1995 09:43:44 -0700 Received: from humbaba.ipfw.indiana.edu (humbaba.ipfw.indiana.edu [149.164.187.87]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA22772 for ; Tue, 11 Apr 1995 09:43:32 -0700 Received: (from wert@localhost) by humbaba.ipfw.indiana.edu (8.6.9/8.6.9) id LAA05910; Tue, 11 Apr 1995 11:44:19 -0500 Date: Tue, 11 Apr 1995 11:44:18 -0500 (EST) From: "Randall S. Wert" To: Gene Stark cc: "Randall S. Wert" , questions@FreeBSD.org Subject: Re: FreeBSD as a router In-Reply-To: <199504111037.GAA06392@starkhome.cs.sunysb.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk Folks, After some more snooping with my config I believe that my two FreeBSD box's are not properly announing my home subnet to my office subnet. Here is my gated.conf from the FreeBSD box at the office rip yes { interface sl ripin ripout version 1 ; interface ed ripin ripout version 1 ; traceoptions route ; } ; kernel { traceoptions remnants request routes info interface ; } ; # *** Propgate route(s) to 149.164.200.X and 168.102.1.X # *** out the ed interface export proto rip interface ed { proto direct { 149.164.200 mask 255.255.255.0 metric 1 ; # SLIP connections } ; } ; export proto rip interface 149.164.187.87 { proto direct { 168.102.1.0 mask 255.255.255.0 metric 1 ; } ; } ; 149.164.187.87 is the address of my office system on the campus backbone. If I hand add a route for the 168.102.1 subnet from another FreeBSD system on the campus backbone I can then route to my home subnet. Should I just setup a plain vanilla gated.conf that announces via rip on all interface's and run it on both end of the slip link. Would this properly announce the 168.102.1 subnet ? Thanks Randy =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Randall Wert Email: wert@smtplink.ipfw.indiana.edu Instructional Technologies Coordinator wert@ft-wayne.in.us Indiana Purdue University Ft. Wayne Voice: (219) 481-5747 Fax: (219) 481-6880 URL: http://humbaba.ipfw.indiana.edu/~wert/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=