Help withh PPPoE

hi, im newbie, i need help setting up PPPoe server…
i want my client Pc’s to connectvia PPPoE,Queue,Bandwith limit, & setup Local & internation dsl
im running a 433uah routerboard

ialready solved my dsl by bridge’ng it & setting up pppoe dial-in to my Mikrotik router :
pppoe-local = username & password (internernt adsl)
pppoe-international = username & password (internernt adsl)
and masquerade both local & international PPPoe
i already created a ip-pool for pppoe server = 172.16.1.1 - 192.16.1.200

ive got my Local ip table already setup also

below is my details whats done alreay

Masquerade Router
chain=srcnat action=masquerade

Adsl Local PPPoE
chain=srcnat action=masquerade out-interface=adslLOCAL

Adsl International PPPoE
chain=srcnat action=masquerade out-interface=adsl_International

PPPoE Profile
0 * name=“default” local-address=172.16.1.254 remote-address=PPPoE Clients
use-ipv6=yes use-mpls=default use-compression=default
use-vj-compression=default use-encryption=default only-one=default
change-tcp-mss=yes rate-limit=128k/128k dns-server=172.16.1.254

IP Pool
0 PPPoE Clients 172.16.1.1-172.16.1.200

i just need help getting my PPPoE server up running

PPPoE server configuration example,
http://wiki.mikrotik.com/wiki/Manual:Interface/PPPoE#PPPoE_Server_Setup_.28Access_Concentrator.29

You must read some basic info as sergejs recommended.

You can get some ideas and some working example of pppoe server from following link.
http://aacable.wordpress.com/2011/08/09/mikrotik-pppoe-server-with-user-manager-pre-paid-billing-system/

Shukran …!

Sorry to reply again it did not work if its possible to direct me step by step in detail

Shukran

What exactly is not working, you haven’t specified yet ! :laughing:
Provide detail info what you wanna achieve and what is the problem in implementing your scenario.

i came right with it:D exept 1 tiny problem is my client option on router where you set username & password… :frowning:

it conflicts with usermanager…example if i setup username & password on router then it work but if i setup on usermanager it dont… :confused:

also another problem is user bandwidth limits that dont work in user manager

I’ve done a test and pppoe works , it dials in , but bandwidth limits dont work and also

i want to setup wpa key on wireless, some how it clashes with pppoe

Shukran

it conflicts with usermanager…example if i setup username & password on router then it work but if i setup on usermanager it dont…

Do you have appropriate configuration on PPP?
For example enable PPP to send data to RADIUS (User Manager), /ppp aaa set use-radius=yes

also another problem is user bandwidth limits that dont work in user manager

More information is required about this problem.


i want to setup wpa key on wireless, some how it clashes with pppoe

If you want to set WPA key for PPPoE client with User Manager. You will need two users in User Manager database, one wireless mac-address as username with WPA key and second PPPoE username/password entry.