
tyler at tolaris
Apr 5, 2012, 9:32 AM
Post #4 of 4
(401 views)
Permalink
|
|
Re: configure ripd to listen on all active interfaces
[In reply to]
|
|
Of course, you should firewall this device. Right now your router will insert routes sent to it from anything that speaks RIP, without authentication. Regards, Tyler On 2012-04-05 17:25, Devin Bougie wrote: > Hi Tyler, > > On Apr 5, 2012, at 12:00 PM, Tyler J. Wagner wrote: >> On 2012-04-05 15:52, Devin Bougie wrote: >>> Hi, All. Any recommendations for configuring ripd to listen on all active interfaces would be greatly appreciated. >> >> Does this work (I'm not sure): >> >> router rip >> network 0.0.0.0/0 > > > Yes, it does. Thank you very much. > > For what it's worth, I had previously tried this on SL4 (RHEL4 - quagga 0.98.3) and SL5 (quagga 0.98.6) and it did not work. With your encouragement I've now tried it on SL6 ( quagga 0.99.15) and it does work. That's good enough for me. > > Here's our updated ripd.conf. > ------ > ! -*- rip -*- > ! > hostname ripd > ! > !debug rip events > !debug rip packet > !debug rip zebra > ! > interface 0.0.0.0/0 > no ip rip authentication mode > ! > router rip > network 0.0.0.0/0 > passive-interface default > ! > log file /var/log/quagga/ripd.log > ! > ------ > > Thanks again, > Devin -- "To have a child is to give fate a hostage." -- John F. Kennedy _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|