Disconnecting users pppoe

Disconnecting users pppoe

Good, I have a problem with my PPPoE server, the users are disconnected very often (10-20) times a day, been reviewing the configuration and can not find the problem server configuration is:

     /interface pppoe-server server> print
    0   service-name="p2p" interface=bridge1 max-mtu=1410 max-mru=1410 mrru=disabled authentication=pap,chap,mschap1,mschap2
         keepalive-timeout=60 one-session-per-host=yes max-sessions=0 default-profile=p2p

    1   service-name="p2pno" interface=bridge1 max-mtu=1410 max-mru=1410 mrru=disabled authentication=mschap1,mschap2
         keepalive-timeout=60 one-session-per-host=yes max-sessions=0 default-profile=p2pno

    /ip pool print
    0 p2p                                                                                      62.82.175.129-62.82.175.254   
    1 p2pno                                                                                    62.82.175.4-62.82.175.128


    1   name="p2p" local-address=62.82.175.2 remote-address=p2p bridge=bridge1 use-compression=default
         use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=yes rate-limit=256k/1M
         dns-server=62.42.230.24,194.179.1.100

    /ppp profile print
    2   name="p2pno" local-address=62.82.175.2 remote-address=p2pno bridge=bridge1 use-compression=default
         use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=yes rate-limit=256k/1M
         dns-server=62.42.230.24,194.179.1.100

    /ip firewall mangle print
    0   ;;; Cambia MSS
         chain=forward action=change-mss new-mss=1410 tcp-flags=syn protocol=tcp

    1   ;;; Cambia MSS ACK
         chain=forward action=change-mss new-mss=1400 tcp-flags=syn,ack protocol=tcp

A greeting.

and what’s in Log?

aqui esta el log.

http://www.subirimagenes.com/otros-log-4788950.html

hm… I can’t see abnormal terminations in your log…

I already know the problem as I described is that users are disconnected and can not find enough reason

In your PPP configuration, TIK the “one session per host”. It should help …

I have that option also tested.