Hi.

Check file /etc/rc.d/init.d/zebra and correct

from:
# Initial configuration values
ZEBRA=0
OSPF=0
BGP=0
RIP=0

for:
# Initial configuration values
ZEBRA=1
OSPF=1
BGP=0
RIP=0

Next.
At file /etc/zebra/daemons.conf change value:

from:
-----
ZEBRA=0
OSPF=0
BGP=0
RIP=0

ZEBCONFFILE=/etc/zebra/zebra.conf
RIPDCONFFILE=/etc/zebra/ripd.conf
OSPFDCONFFILE=/etc/zebra/ospfd.conf
BGPDCONFFILE=/etc/zebra/bgpd.conf

BGPDOPTS=" -d -P 0"
OSPFDOPTS=" -d -P 0"
RIPDOPTS=" -d -P 0"
ZEBRADOPTS=" -d -P 0 -l"

for:
----
ZEBRA=1
OSPF=1
BGP=0
RIP=0

ZEBCONFFILE=/etc/zebra/zebra.conf
RIPDCONFFILE=/etc/zebra/ripd.conf
OSPFDCONFFILE=/etc/zebra/ospfd.conf
BGPDCONFFILE=/etc/zebra/bgpd.conf

BGPDOPTS=" -d -P 0"
OSPFDOPTS=" -d -P 2604"
RIPDOPTS=" -d -P 0"
ZEBRADOPTS=" -d -P 2601 -l"


Next. Add to file /etc/zebra/zebra.conf lines:

password zebra
enable password zebra

Next.
Add to file /etc/zebra/ospfd.conf line:

password zebra

Thats all. Connect to your SPLAT&Zebra Box at 2604 (OSPFD) port, enter password
and configure OSPF daemon.


Regards, Andrey.


Jarmoc, Jeff wrote:
I'm trying to set up SPLAT as a proof of concept that it can replace our
current Nokia firewalls (at a significant cost savings!)  However, I'm
having trouble getting OSPF working.  I'm a bit of a newbie to Linux, so
I could really use some simple instructions.

Splat appears to have zebra installed, as zebra -v tells me I'm on
v0.93b.  But where do I go from here?  I cannot telnet to port 2601 on
this box remotely (I understand that's the zebra admin port?) and the
splat box itself seems to lack a telnet client?!

Has anyone done this before?  I just need to know how I get zebra and
ospfd configured.  I can handle things from there as I'm experienced
with OSPF routing on Cisco and other routers.

Thanks in advance!

=================================================
To set vacation, Out-Of-Office, or away messages,
send an email to [EMAIL PROTECTED]
in the BODY of the email add:
set fw-1-mailinglist nomail
=================================================
To unsubscribe from this mailing list,
please see the instructions at
http://www.checkpoint.com/services/mailing.html
=================================================
If you have any questions on how to change your
subscription options, email
[EMAIL PROTECTED]
=================================================

================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================

Reply via email to