From owner-freebsd-isp Fri Mar 14 03:49:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA14344 for isp-outgoing; Fri, 14 Mar 1997 03:49:16 -0800 (PST) Received: from ccsales.ccsales.com (ccsales.com [206.5.38.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA14339 for ; Fri, 14 Mar 1997 03:49:13 -0800 (PST) Received: from ccswin95-2.ccsales.com ([207.137.172.85]) by ccsales.ccsales.com (8.6.12/8.6.12) with ESMTP id DAA23071; Fri, 14 Mar 1997 03:50:54 -0800 Message-ID: <3304C18E.696B@ccsales.com> Date: Sat, 15 Feb 1997 03:48:31 +0800 From: Randy Katz Reply-To: randyk@ccsales.com Organization: CCSales, Inc. X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 To: "Daniel O'Callaghan" CC: freebsd-isp@freebsd.org Subject: Re: FreeBSD router X-Priority: 3 (Normal) References: Content-Type: multipart/mixed; boundary="----------1CA4742A50050" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. ------------1CA4742A50050 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii I have a router configured at 207.137.172.1 It's subnet mask is 255.255.255.0. I have the .173 .174. and .175 how do I get them to be one big network? what parameters do I use in gated.conf? Do I just set the interfaces IP address and that's it? Where do I go to understand routing better? Daniel O'Callaghan wrote: Randy, You need to run gated with OSPF. See www.gated.org. Regards, Danny ---------- Forwarded message ---------- Date: Thu, 13 Mar 1997 19:53:33 -0500 (EST) From: Bradley Dunn To: Daniel O'Callaghan Cc: freebsd-isp@freebsd.org Subject: Re: gated and OSPF anyone? On Fri, 14 Mar 1997, Daniel O'Callaghan wrote: > I'm trying to convert my internal network from RIP to OSPF using gated. > I'm not having much luck. Does anyone have experience here, perhaps with > working config files. # Gated config file. See http://www.gated.org/ for docs and pointers to # gated mailing lists. Please no flames for poor style. :) # # Trace Options. Could replace 'all' with 'general' for less verbosity traceoptions "/var/tmp/gated.trace" replace size 1m files 2 all; # Interfaces statement interfaces { interface all passive; }; # Turn OSPF on ospf yes { backbone { # Authentication, could be 'none' authtype simple; # Use the networks statement to define what networks to run OSPF on networks { X.X.X.X mask X.X.X.X; }; # One interface statement for each network interface that will # participate in OSPF interface X.X.X.X cost 1 { retransmitinterval 5; transitdelay 1; priority 1; hellointerval 10; routerdeadinterval 40; # Put your password here if you are using password auth authkey "XXXXXXXX"; }; }; }; # Define static routes static { X.X.X.X masklen 24 gateway X.X.X.X; ... }; # Export static and directly connected routes into OSPF export proto ospfase { proto static; proto direct; }; ------------1CA4742A50050 Content-Transfer-Encoding: 7bit Content-Description: Card for Randy Katz Content-Disposition: attachment; filename="nsmail5T.TMP" Content-Type: text/x-vcard; charset=us-ascii; name="nsmail5T.TMP" BEGIN:VCARD FN:Randy Katz N:Katz;Randy ORG:Computer Consultation & Sales ADR:;;505 S. Beverly Drive, Suite 472;Beverly Hills;CA;90212 EMAIL;INTERNET:randyk@ccsales.com TITLE:President TEL;WORK:(213) 307-9581 TEL;FAX:(213) 655-9474 TEL;HOME:(213) 307-9581 X-MOZILLA-HTML:T END:VCARD ------------1CA4742A50050--