Re: routed daemon

2005-05-17 Thread Lowell Gilbert
Jim Pazarena [EMAIL PROTECTED] writes:

 Can the routed daemon co-exist with a CISCO router which, by default,
 also responds to routing requests?
 
 The reason I ask, is that I accidentally installed routed, and it
 was running, and my whole network came to a grinding halt, until
 I de-activated routed. I had not set up *any* configuration file
 or anything other than installing the port (by accident).
 
 So did this halt my system because I had no configuration file, or
 because routed cannot co-exist with (in this case) my telco provided
 CISCO gateway router?

Certainly they *can* co-exist, but in your case there is no reason for
them to do so.  Your routed doesn't know about any routes that the
Cisco doesn't.  This is also (most likely) where the problem came
from; your routed was probably advertising routes that went through
the Cisco, causing the Cisco to pick up those routes through the
FreeBSD box, causing a routing loop.  In ordinary routing situations,
split horizon would keep this from happening, but because the
default route was configured statically, routed couldn't detect this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


routed daemon

2005-05-16 Thread Jim Pazarena
Can the routed daemon co-exist with a CISCO router which, by default,
also responds to routing requests?
The reason I ask, is that I accidentally installed routed, and it
was running, and my whole network came to a grinding halt, until
I de-activated routed. I had not set up *any* configuration file
or anything other than installing the port (by accident).
So did this halt my system because I had no configuration file, or
because routed cannot co-exist with (in this case) my telco provided
CISCO gateway router?
TIA
Jim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


routed daemon

2002-10-16 Thread Kliment Andreev

Hi,

I have a production PC (4.5-stable)

-- -
|172.16.1.3|---|172.16.4.10|---|172.16.4.11| - (Internet)
-- -
4.5 STABLECisco RouterPIX Firewall

--
(Internet) |172.19.4.10|---|172.19.1.x|(Clients)
--
Cisco Router

Everything is fine, but from time to time when I type

# netstat -r

I have

172.19gateway 172.16.4.10
172.19.1.10 gateway 172.16.4.11   --- This should not be here
(dynamic flag)

I don't have routed daemon running. Who is updating my routing table?

Thanks!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message