** [#install_notes_to_build_from_source Install notes to build from source] ** [#available_binaries____ Available Binaries %%%] ** [#sample_configs Sample Configs] ** [#additional_how_tos Additional How Tos] Funky cross platform routing services.%%% Runs on almost any POSIX compliant machine.%%% The (http://www.zebra.org/index.html Zebra) project has forked, with (http://www.quagga.net/ Quagga) being the newer branch. The stated (http://www.quagga.net/about.php goal) being to "build a more involved community around Quagga than the current centralised model of GNU Zebra." !! Install notes to build from source For (http://www.zebra.org/index.html Zebra) download the (ftp://ftp.zebra.org/pub/zebra/ latest version) %%% '''OR''' %%% For (http://www.quagga.net/ Quagga) download the (http://www.quagga.net/download/ latest version). This is currently the preferred version. tar zxvf .tar.gz %%% cd %%% ./configure && make && make check && make install %%% And it's all done {/regexpicons/emoticons/emoticon-face1.png :)} Have a play with the config file at /usr/local/etc/zebra.conf %%% You will also want to make it start at boot time. %%% Find a spot where you can put commands to be executed at boot time (generally /etc/rc.local or something similar). %%% Add: '/usr/local/sbin/zebra -d -p xxxx' (xxxx being whatever TCP port you want to run it on) %%% !! Available Binaries %%% Check the package list for your distribution or visit (http://www.quagga.net/download.php Quagga) packages for Debian, RedHat and Gentoo (http://www.zebra.org Zebra) appears to have source packages only ---- !! Sample Configs Generic Configs by DanFlett: GenericOSPFConfig Configs by RogerVenning: ConfigsZebraOspfd %%% Configs by BrendanHiley: ConfigsOpenbsdZebra -- ProFX (Brendan Hiley) CIA: ConfigsCIAZebra %%% CBD: ConfigsCBDZebra %%% FPY: ConfigsFPYZebra %%% ---- !! Additional How Tos I've got some zebra config stuff too: (http://pointless.net/~jasper/consume/docs/my-docs/ Consume How To) -- Jasper Wallace