pppoe server setup for 50 users on mikrotik 450 g router

hello everybody,
i am trying to make pppoe server on mikrotik 450 g router for 50 clients for my office .
i have read this post on wiki :
wiki.mikrotik.com/wiki/Pppoe_server_with_profiles

i have done all the setting and after creating pppoe clients when my pc is connected to pppoe server it works fine But when i start downloading any thing or browsing the latency of gateway is goes in triple digit.

i search this on web and someone gave me this code for this but it is not working for me :-

/ip firewall mangle
add chain=prerouting protocol=icmp action=mark-connection new-connection-mark=icmp-con passthrough=yes comment=“” disabled=no

add chain=prerouting protocol=icmp connection-mark=icmp-con action=mark-packet new-packet-mark=icmp-pkt passthrough=no comment=“” disabled=no

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=1024k max-limit=2048k name=Hi-Prio-to-icmp-aacable packet-mark=icmp-pkt parent=global-in priority=1 queue=default


can any body tell me why this is happening ?
what is the maximum numbers of concurrent users on 450 g rotuer


please help me

thanks
suraj kumar

the first thing you should check is Goto tools/ping and try to ping 8.8.8.8 if it seems ok ,so you should check your connection between mikrotik and clients ,and remember according to wiki you put ip of eth1 as dns server it seems when you try google.com it goes to nowhere ,you should change it with 4.2.2.4 and 8.8.8.8
i hope it work for you

thanks for your input dear :slight_smile:

i am not using wan interface as dns server , i am using my dns server that is given by my isp and that is working fine,

my question is , when system is idel (of course connected to pppoe server by wire ) then reply from pppoe interface is less then 1 ms but as soon as i start download any thing then the reply form pppoe server is in triple digit and with breakage.


any one interested on this please reply

what do mean buddy about triple digit i don’t understand exactly ? you mean it takes time to get answer from ppoe server ?

yes,

after successfully conneted to pppoe server, reply from pppoe server is less then 1 ms but when i starts download any thing or browse
anything reply from pppoe server is in double or triple digit.

so can you tell me what is reason or something that i am forgetting in configuration.


one more thing that i have also configured usermanger on that router. after all setting i can access usermanger and create users and profile but i can not log in to pppoe server after dialing. and when i login through users that are created is secret tab of pppoe server that can access to pppoe server.

error verifying username and password…

error 691: the remote connection was denied because the user name and password combination
you provided is not reconized or the selected authentication protocol is not permitted on the
remote server


any suggestion appriciated :slight_smile:

finally i have successed to access via usermanager to users (that are created i usermanager )
but they are not able to obtain ip address from dhcp server (i have checked all the setting of dchp server but working)

please help

i have solved my problem


thanks :slight_smile: :smiley: :smiley: