Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 1995 11:44:18 -0500 (EST)
From:      "Randall S. Wert" <wert@humbaba.ipfw.indiana.edu>
To:        Gene Stark <gene@starkhome.cs.sunysb.edu>
Cc:        "Randall S. Wert" <humbaba.ipfw.indiana.edu!wert@sbstark.cs.sunysb.edu>, questions@FreeBSD.org
Subject:   Re: FreeBSD as a router
Message-ID:  <Pine.BSF.3.91.950411113928.5892D-100000@humbaba.ipfw.indiana.edu>
In-Reply-To: <199504111037.GAA06392@starkhome.cs.sunysb.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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/
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950411113928.5892D-100000>