PPPOE

Hi Guys,

I am trying to workout how I setup a pppoe to use my radius server. Currently am using a radius server that does the AAA on my MT Hotspot. I have clients that have wireless routers that connect to a airbridge totals using the WAN interface but this stopping them using other device behind the router as they cannot authenticate.

I would like to setup the ppp server so the routers can connect over pppoe and use the radius for AAA but I am not sure how to do this?

Thanks in advance Mark

It is quite simple, really.

  1. Set up your radius server (you already have this for hotspot)
/radius
    add service=ppp address=RADIUS.IP.ADDRESS \
    secret="RADIUSSECRET" authentication-port=1812 accounting-port=1813 disabled=no
  1. Set ppp service up to use radius
/ ppp aaa 
    set use-radius=yes

That’s all there is to it.

butche,

Thanks … it looks like I had it setup already :slight_smile:


Mark