Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 22:30:24 -0500 (CDT)
From:      Nick Rogness <nick@rogness.net>
To:        Mike Vierow <mvierow@e-agency.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Networking information source
Message-ID:  <Pine.BSF.4.21.0104262222110.52943-100000@cody.jharris.com>
In-Reply-To: <NDBBKOMGPMLAELJLFGLBOEGEDJAA.mvierow@e-agency.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Apr 2001, Mike Vierow wrote:

> I have a class c that I am attempting to route through a FreeBSD box,
> but with little success. The class c is provided by my service
> provider and is available on my local network. 

	How is it getting beyond your router.  Is your ISP staticlly
	routing them to your link side IP or is your router peering with
	them using some sort of routing protocol, like BGP or EIGRP?


Would all I need is a
> static route, or do I need to run routed to alert my Cisco router that
> that class c needs to go one hop further? 

	You have 2 options:

	1) Static route them with a route in the Cisco:

	ip route xxx.yyy.zzz.0 255.255.255.0 XXX.XXX.XXX.XXX

	Where XXX.XXX.XXX.XXX is IP of your BSD machine.

	2) Announce the route via a routing daemon (zebra or gated) using
	RIP or OSPF to your router.

If this class c was
> xxx.yyy.zzz.0, and my interfaces were xl0 and xl1, what would may
> config look like?

	Depends on how you want to do the above.

	One point to consider is what is your Ethernet address subnet (the
	segement connecting your BSD machine and your router)?

> 
> I have searched for info regarding this, but all I have found is the
> man page of routed, and several unhelpful mailing list posts. Can
> someone direct me to a source where I can learn more information about
> this? TIA

	I wouldn't run routed unless I had to.  IIRC, it had security
	problems in the past and isn't as full featured as gated or zebra.

Nick Rogness <nick@rogness.net>
 - Keep on Routing in a Free World...
  "FreeBSD: The Power to Serve!"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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