Penguin
Note: You are viewing an old revision of this page. View the current version.

Acronym for Open Shortest Paths First

An Interior Link State Routing Protocol.

Witness the adventures of a total newbie screwing a clients network completely!

Ok, to get OSPF going first hack zebra.conf and ospfd.conf

The remote stations need stuff like this ;

  1. zebra.conf

# hostname whatever password passwd enable password passwd

router ospf

network 192.168.67.0/24 area 0

# log /var/log/ospd.log

  1. end

ONLY advertise networks that this device is responsible for.

Isomer says to stick everything in area 0, <shrug> so do it his way ok..

more to follow..