Quagga

Differences between revisions 8 and 9
Revision 8 as of 2008-02-14 02:31:00
Size: 1885
Editor: 123-2-46-70
Comment: Jonathan Ferguson
Revision 9 as of 2008-03-21 02:55:08
Size: 1983
Editor: 123-2-46-70
Comment: Jonathan Ferguson
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
[[BR]]zebra_options=" --daemon -A 127.0.0.1 ''-P 2601'' ''--keep_kernel'' ''--retain''"
[[BR]]bgpd_options=" --daemon -A 127.0.0.1 ''-P 2605'' ''--retain'' ''-p 179''"
[[BR]]ospfd_options=" --daemon -A 127.0.0.1 ''-P 2604''"
[[BR]]ospf6d_options=" --daemon -A ::1 ''-P 2606''"
[[BR]]ripd_options=" --daemon -A 127.0.0.1 ''-P 2602'' ''--retain''"
[[BR]]ripngd_options=" --daemon -A ::1 ''-P 2603''"
[[BR]]isisd_options=" --daemon -A 127.0.0.1 ''-P 2608''"
[[BR]]zebra_options=" --daemon -A 127.0.0.1 ''-P 2601'' ''-u quagga'' ''--keep_kernel'' ''--retain''"
[[BR]]bgpd_options=" --daemon -A 127.0.0.1 ''-P 2605'' ''-u quagga'' ''--retain'' ''-p 179''"
[[BR]]ospfd_options=" --daemon -A 127.0.0.1 ''-P 2604'' ''-u quagga''"
[[BR]]ospf6d_options=" --daemon -A ::1 ''-P 2606'' ''-u quagga''"
[[BR]]ripd_options=" --daemon -A 127.0.0.1 ''-P 2602'' ''-u quagga'' ''--retain''"
[[BR]]ripngd_options=" --daemon -A ::1 ''-P 2603'' ''-u quagga''"
[[BR]]isisd_options=" --daemon -A 127.0.0.1 ''-P 2608'' ''-u quagga''"

BRDownload the following Files: BRattachment:bgpd.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:isisd.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:ospf6d.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:ospfd.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:ripd.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:ripngd.conf # File owner: quagga - Quagga routing suite; File group: quagga BRattachment:vtysh.conf # File owner: quagga - Quagga routing suite; File group: quaggavty BRattachment:zebra.conf # File owner: quagga - Quagga routing suite; File group: quagga BR BRUse sudo nautilus to copy those Files to /etc/quagga and alter their Permissions, then close Nautilus. BR BRsudo gedit /etc/quagga/daemons and make the following alterations, then save and close: BRzebra=yes BRbgpd=yes BRospfd=yes BRospf6d=yes BRripd=yes BRripngd=yes BRisisd=yes BR BRsudo gedit /etc/quagga/debian.conf and make the following alterations, then save and close: BRvtysh_enable=yes BRzebra_options=" --daemon -A 127.0.0.1 -P 2601 -u quagga --keep_kernel --retain" BRbgpd_options=" --daemon -A 127.0.0.1 -P 2605 -u quagga --retain -p 179" BRospfd_options=" --daemon -A 127.0.0.1 -P 2604 -u quagga" BRospf6d_options=" --daemon -A ::1 -P 2606 -u quagga" BRripd_options=" --daemon -A 127.0.0.1 -P 2602 -u quagga --retain" BRripngd_options=" --daemon -A ::1 -P 2603 -u quagga" BRisisd_options=" --daemon -A 127.0.0.1 -P 2608 -u quagga" BR BRsudo /etc/init.d/quagga restart BR BR


[https://wiki.edubuntu.org/JonathanFerguson/Quagga]


JonathanFerguson/Quagga (last edited 2019-12-09 03:33:15 by jonathan-ferguson)