PPPoE + OSPF

Hi,
I have /22 public IP assigned from my ISP. I also have pppoe server running on linux, with proxy arp on pppoe-server-options. My whole network is one big bridge. I want to set pppoe server on each AP and routing between te AP and main router. I read about OSPF, I think it should help me to do what i`m trying to do. But in manuall is too less info about ospf. How should I setup ospf in my network ?

Here is simflificated schema of my network:

APwlan1 ---- wlan1ether1----PPPoE server running on linux eth1(proxy arp)eth0 /22 – ISP

Here is what I want to do:

AP+pppoe-serverwlan1 — wlan1ether1 — Linux server with QoS /22 – ISP

I want to use 10.0.0.0/29 IPs for my core network. I could use static routing, but I have 15 APs which I want to run PPPoE server. So I should set route for every /32 IP connected to PPPoE. Im trying to avoid that and use OSPF, but dunno how to set it. I don`t want to divide /22 to subnets. Can somebody post OSPF configuration example ?
On main linux I want to use quagga. Sorry for my bad enghlish :wink:

Hi Koob

OSPF setup is simple. /ip routing ospf network add network=“x.x.x.x/29”
Do this for each network address on the router.

Also, do you really want to use PPPoE on each AP? As a suggestion you could have a central PPTP server which will handle all the tunnels, and therefore have no problem routing your entire network…? Just a suggestion.

Good luck
Leon

Sorry, supposed to be :

/routing ospf network …

Look at OSPF topics here as well,
http://wiki.mikrotik.com/wiki/Routing
I think they might be useful.