Paweł Tyll wrote:
> Hello list,
> 
> I was looking at mpd for few hours now, trying to grasp configuration
> method, and, having trouble with it, i'd like to ask you for some
> pointers.
> 
> I currently have a bit busy PPPoE access concentrator, which is
> working fine (except for excessive load maybe). It's based on pppoed
> and userland ppp. Now, after looking at mpd, I don't see how similar
> configuration should look like. I made it to the point where I could
> establish one session without any problems, and this one session was
> working fine - but how should I go about extending it to n sessions
> without creating explicitly n entries in configuration?

default:
   load out0
   load out1
   load r_pppoe2
...
   load r_pppoe25

...

r_pppoe2:
   new -i ng2 pppoe2 pppoe2
   load r_pppoe
...

r_pppoe25:
   new -i ng25 pppoe25 pppoe25
   load r_pppoe

r_pppoe:
... all other commands

   This would be at least dense then describing each connection in 
particular.

-- 
Sphinx of black quartz judge my vow!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mpd-users mailing list
Mpd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mpd-users

Reply via email to