Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 1997 03:48:31 +0800
From:      Randy Katz <randyk@ccsales.com>
To:        "Daniel O'Callaghan" <danny@panda.hilink.com.au>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: FreeBSD router
Message-ID:  <3304C18E.696B@ccsales.com>
References:  <Pine.BSF.3.91.970314221859.17824b-100000@panda.hilink.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
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 <bradley@dunn.org>
  To: Daniel O'Callaghan <danny@panda.hilink.com.au>
  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;
  };



[-- Attachment #2 --]
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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3304C18E.696B>