Community discussions

MikroTik App
 
Kadafi
newbie
Topic Author
Posts: 25
Joined: Tue Jan 18, 2011 5:52 pm

PPPoE: Peer is not responding

Tue Jul 31, 2012 9:59 am

It's imposible to use pppoe server on mikrotik. Sometimes sessions began to terminate without any reasons:
peer.png
peer2.png
Using LAN Connection with Intel Gigabit NICs without any network errors.
Two mikrotik servers 5.14 and 5.18 each with ~250 sessions, ~200MBit traffic(up+down) per server, every week randomly in the evening we have such issues.
Third Cisco PPPoE server in the network working without any issues.
/ppp profile print
Flags: * - default 
 0 * name="default" local-address=87.249.XX.XX use-mpls=default use-compression=no use-vj-compression=no 
     only-one=default change-tcp-mss=no incoming-filter="" outgoing-filter="" address-list="" 
/interface pppoe-server server print
Flags: X - disabled 
 0   service-name="Tel" interface=vlan105 max-mtu=1400 max-mru=1400 mrru=disabled authentication=pap,chap 
     keepalive-timeout=10 one-session-per-host=yes max-sessions=0 default-profile=default 

 1   service-name="Tel" interface=vlan106 max-mtu=1400 max-mru=1400 mrru=disabled authentication=pap,chap 
     keepalive-timeout=10 one-session-per-host=yes max-sessions=0 default-profile=default 
Any workaround? Seems that problem exists for years in RoS pppoe module.
Increased ppp keep-alive to 30 seconds, will see whats changed.
You do not have the required permissions to view the files attached to this post.
 
User avatar
hassibi
Trainer
Trainer
Posts: 130
Joined: Wed Jun 13, 2012 5:58 am
Location: Iran,Kerman

Re: PPPoE: Peer is not responding

Wed Aug 01, 2012 8:34 am

Hello my friend
i have 5000 active PPPOE session on Mikrotik without any problem.
peer not responding log usually happen when client have low bandwidth or error.
and i have a question.are you upgrade your router? and what license you use?
 
Kadafi
newbie
Topic Author
Posts: 25
Joined: Tue Jan 18, 2011 5:52 pm

Re: PPPoE: Peer is not responding

Thu Sep 18, 2014 5:09 pm

Increase Keepalive Timeout to 30 seconds in PPPoE server profile.
 
cybernetcy
just joined
Posts: 15
Joined: Tue Jun 24, 2014 12:29 pm

Re: PPPoE: Peer is not responding

Mon Dec 22, 2014 1:18 pm

Increase Keepalive Timeout to 30 seconds in PPPoE server profile.

Hi,

is that work ? I have same problem also.

Thanks.
 
klrgirish198117
just joined
Posts: 4
Joined: Wed Mar 19, 2008 7:52 pm

Re: PPPoE: Peer is not responding

Sat Sep 26, 2015 9:19 pm

hi all

i am also facing same problem, i am using 5.20 version, log : peer is not responding
in PPPoE all users are disconnecting, i have increase the keepalive time 30sec,
even though my problem is not solved.

can any one of who experience or solved the same please help me to come out of this problem
 
srikanth418
newbie
Posts: 32
Joined: Mon Mar 07, 2005 9:46 pm

Re: PPPoE: Peer is not responding

Sat Mar 26, 2016 6:55 am

Hello my friend
i have 5000 active PPPOE session on Mikrotik without any problem.
peer not responding log usually happen when client have low bandwidth or error.
and i have a question.are you upgrade your router? and what license you use?
Great to know that you have 5000 active PPPoE Sessions. May I know how many router are you using and the model numbers please???

Regards,
srikanth
 
igarood
just joined
Posts: 2
Joined: Thu Sep 29, 2016 12:39 pm

Re: PPPoE: Peer is not responding

Thu Sep 29, 2016 4:49 pm

pls give me solution for this error it s urgnt for me pls
 
jahill70
just joined
Posts: 5
Joined: Thu Dec 03, 2015 3:38 am

Re: PPPoE: Peer is not responding

Fri Jul 28, 2017 2:19 am

I've run into the same issue. Adding a third PPPOE client interface means the line connects and immediately disconnects with the log entries 'initializing', 'connecting', 'terminating... - hungup', 'disconnected' all with the same timestamp. This appears to be a major bug.

The reply above with 5000 active sessions must be referring to the server PPPOE interface, not a client one (unless Mikrotik make some 5000 port routers they've kept very quiet!).
 
User avatar
thatsgamer
just joined
Posts: 7
Joined: Fri Jul 28, 2017 3:19 pm
Location: India

Re: PPPoE: Peer is not responding

Fri Jul 28, 2017 3:28 pm

I also am facing this issue, Please help, I have tried almost everything i could i.e.
1) Changed Switch at client end
2) Reconfigured Access Point - Station network
3) WDS Station Bridge mode and Psuedo bridge mode
4) Dialing only one connection per switch
5) Increasing time out to 30
6) Checking Each Customer MAC address for duplication.

Not helped at all, sometimes all my customers get auto disconnected with the same error.

I have attached screenshot of current Logs and My Network Structure, Please help i am in very urgent need of solution

Image
Image
 
User avatar
strods
MikroTik Support
MikroTik Support
Posts: 1626
Joined: Wed Jul 16, 2014 7:22 am
Location: Riga, Latvia

Re: PPPoE: Peer is not responding

Fri Jul 28, 2017 3:57 pm

"Peer not responding messages" indicate that server has not received packets from client side for a while. Keepalive is taken into account on such cases. You can increase keepalive but if that does not help, you should figure out what is causing client to not respond to server. For example, unstable ethernet connection between server and client.
 
jahill70
just joined
Posts: 5
Joined: Thu Dec 03, 2015 3:38 am

Re: PPPoE: Peer is not responding

Mon Jul 31, 2017 12:20 am

It looks like the cause of my issue might be a different bug, but as I've already posted in this thread, I thought I'd talk through how I fixed it.

I wiped the router, then rebuilt the config from scratch. Line three still played up, but I disconnected two other lines and brought up the third, then the first and the second and all seemed well, even on a reboot. The bug appears to manifest itself the very first time a PPPOE line is brought up when there are already two others running.

The second gotcha is that, when you create the rulesets for the lines, the Mikrotik router now creates rules 0, 1, 1, 2, 3 and seems to ignore the second rule 1. There is no way of editing this, so you need to delete the last three rules and it seems to manage to count the rule numbers correctly the second time you enter them. Seen this issue twice now, so it wasn't a one-off.
 
tbonne
just joined
Posts: 1
Joined: Tue Aug 01, 2017 7:49 am

Re: PPPoE: Peer is not responding

Tue Aug 01, 2017 9:11 am

I have the same problem.
I have very good links all my CCQ between 98 and 100% very good transferability and in had in my network that change to many clients to IP Statica tied by mac address to work with more stability.
You do not have the required permissions to view the files attached to this post.
 
User avatar
thatsgamer
just joined
Posts: 7
Joined: Fri Jul 28, 2017 3:19 pm
Location: India

Re: PPPoE: Peer is not responding

Wed Aug 02, 2017 3:11 pm

It got solved i guess,
I changed MTU and MRU to 1504 (1464 i was actually able to ping without fragmenting the packet + 40 of Packet header)
MRRU I set to 1580 (I don't know how to calculate this but i read somewhere on the internet so set this)

I changed above values for
1) pppoe sever
2) All my AP's and Stations (Under network tab - I am using mostly ubnt devices airgrid and powerbeams)
3) Client Routers

Issue solved for me, will update if happens again

You can use following command to check fragmentation of packet
ping google.com -f -l 1480

it;s small L not I
Image
 
surujdev
just joined
Posts: 2
Joined: Mon Oct 16, 2017 7:22 pm

Re: PPPoE: Peer is not responding

Mon Oct 16, 2017 7:40 pm

I have same problem every 60min or 30min peer is not responding my router model hEX , RB750 Gr3
Image

Please how to solve this erro
 
surujdev
just joined
Posts: 2
Joined: Mon Oct 16, 2017 7:22 pm

Re: PPPoE: Peer is not responding

Tue Oct 17, 2017 6:52 pm

i have same problam peer is not responding but now i will upgrad new software hEX router is now working good , thank's or forum.mikrotik.com
 
User avatar
Anumrak
Forum Guru
Forum Guru
Posts: 1174
Joined: Fri Jul 28, 2017 2:53 pm

Re: PPPoE: Peer is not responding

Thu Oct 26, 2017 11:52 am

Just switch off the compression all.
 
kusaybia
just joined
Posts: 1
Joined: Thu Dec 07, 2017 10:08 am

Re: PPPoE: Peer is not responding

Thu Dec 07, 2017 10:24 am

hello
i have the same problem peer is not responding
please help me
RB 1100 Hx2
i have 3 Omni Tik as AP ,multi St stations multi sxt,nanostations,nanoBeams and others
please help me
the log is clear from errors and no revers ip
the log of Omni is clear from errors
Please Help
+963957332760 WhatsApp Viber
 
anil
newbie
Posts: 42
Joined: Sun Feb 26, 2017 5:48 pm
Location: Nepal
Contact:

Re: PPPoE: Peer is not responding

Mon Jun 11, 2018 4:26 am

mikrotik does not have correct answer for this reason i am searching this solutions since a year now,, but still there is no solutions.
 
keaton
just joined
Posts: 10
Joined: Tue Jan 08, 2019 4:05 am

Re: PPPoE: Peer is not responding

Tue Jan 08, 2019 4:14 am

mikrotik does not have correct answer for this reason i am searching this solutions since a year now,, but still there is no solutions.
I have been looking for a answer for peer not responding for 2yrs now,this really needed a fix from mikrotik
i am using 1100AHx4 dude edition

These are the error i am getting ...i really needed some help...clients keep disconnecting peer not responding i have excellent signal ..i am using mikrotik with ubiquiti devices like powerbeam m2 & m5

09:26:45 pppoe,ppp,debug <0004>: received unsupported protocol 0x80ab
09:26:50 pppoe,ppp,debug <0004>: received unsupported protocol 0xa1
09:27:11 pppoe,ppp,debug <0004>: received unsupported protocol 0xa1
09:27:35 pppoe,ppp,debug <0002>: received unsupported protocol 0x1421
09:28:18 pppoe,ppp,debug <0004>: received unsupported protocol 0xd1
09:28:28 pppoe,ppp,debug <000c>: received unsupported protocol 0x121
09:30:32 pppoe,ppp,debug <0004>: received unsupported protocol 0x87
09:32:49 pppoe,ppp,debug <000c>: received unsupported protocol 0x1
09:33:18 pppoe,ppp,debug <0014>: received unsupported protocol 0x1
09:33:42 pppoe,ppp,debug <0012>: LCP closed
09:33:42 pppoe,ppp,debug <0012>: CCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: BCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: BCP down event in starting state
09:33:42 pppoe,ppp,debug <0012>: IPCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: IPCP closed
09:33:42 pppoe,ppp,debug <0012>: IPV6CP lowerdown
09:33:42 pppoe,ppp,debug <0012>: IPV6CP down event in starting state
09:33:42 pppoe,ppp,debug <0012>: MPLSCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: LCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: CCP close
09:33:42 pppoe,ppp,debug <0012>: BCP close
09:33:42 pppoe,ppp,debug <0012>: IPCP close
09:33:42 pppoe,ppp,debug <0012>: IPV6CP close
09:33:42 pppoe,ppp,debug <0012>: MPLSCP close
09:33:42 pppoe,ppp,info <pppoe-454545>: terminating...
09:33:42 pppoe,ppp,debug <0012>: LCP lowerdown
09:33:42 pppoe,ppp,debug <0012>: LCP down event in starting state
09:33:42 pppoe,ppp,info,account 454545 logged out, 2448 2152824 41708799 25289 33785
09:33:42 pppoe,ppp,info <pppoe-454545>: disconnected
09:34:05 pppoe,info PPPoE connection established from 78:8A:20:E0:F7:31
09:34:05 pppoe,ppp,debug <0027>: LCP lowerup
09:34:05 pppoe,ppp,debug <0027>: LCP open
09:34:06 pppoe,ppp,debug <0027>: LCP opened
09:34:06 pppoe,ppp,info,account 454545 logged in, 172.168.4.252
09:34:06 pppoe,ppp,info <pppoe-454545>: authenticated
09:34:06 pppoe,ppp,debug <0027>: IPCP lowerup
09:34:06 pppoe,ppp,debug <0027>: IPCP open
09:34:06 pppoe,ppp,debug <0027>: IPV6CP open
09:34:06 pppoe,ppp,debug <0027>: MPLSCP lowerup
09:34:06 pppoe,ppp,debug <0027>: MPLSCP open
09:34:06 pppoe,ppp,debug <0027>: BCP open
09:34:06 pppoe,ppp,debug <0027>: CCP lowerup
09:34:06 pppoe,ppp,debug <0027>: CCP open
09:34:06 pppoe,ppp,debug <0027>: IPCP opened
09:34:06 pppoe,ppp,info <pppoe-454545>: connected
09:34:10 pppoe,ppp,debug <000b>: LCP receiveid ProtRej for unsupported protocol 0x298
09:34:20 pppoe,ppp,debug <0007>: received unsupported protocol 0xe1
09:34:23 pppoe,ppp,debug <0005>: received unsupported protocol 0x27
09:35:44 pppoe,ppp,debug <0007>: received unsupported protocol 0x3066
09:36:03 pppoe,info PPPoE connection established from 00:27:22:76:CF:EA
09:36:03 pppoe,info PPPoE connection from 00:27:22:76:CF:EA was already active - closing previous one
09:36:03 pppoe,ppp,debug <001a>: LCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: LCP closed
09:36:03 pppoe,ppp,debug <001a>: CCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: BCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: BCP down event in starting state
09:36:03 pppoe,ppp,debug <001a>: IPCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: IPCP closed
09:36:03 pppoe,ppp,debug <001a>: IPV6CP lowerdown
09:36:03 pppoe,ppp,debug <001a>: IPV6CP down event in starting state
09:36:03 pppoe,ppp,debug <001a>: MPLSCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: CCP close
09:36:03 pppoe,ppp,debug <001a>: BCP close
09:36:03 pppoe,ppp,debug <001a>: IPCP close
09:36:03 pppoe,ppp,debug <001a>: IPV6CP close
09:36:03 pppoe,ppp,debug <001a>: MPLSCP close
09:36:03 pppoe,ppp,info <pppoe-757575>: terminating... - disconnected
09:36:03 pppoe,ppp,debug <0028>: LCP lowerup
09:36:03 pppoe,ppp,debug <0028>: LCP open
09:36:03 pppoe,ppp,debug <001a>: LCP lowerdown
09:36:03 pppoe,ppp,debug <001a>: LCP down event in starting state
09:36:03 pppoe,ppp,info,account 757575 logged out, 2588 4867625 121453483 63524 98106
09:36:03 pppoe,ppp,info <pppoe-757575>: disconnected
09:36:03 pppoe,ppp,debug <0028>: LCP opened
09:36:03 pppoe,ppp,info,account 757575 logged in, 199.168.2.252
09:36:03 pppoe,ppp,info <pppoe-757575>: authenticated
09:36:03 pppoe,ppp,debug <0028>: IPCP lowerup
09:36:03 pppoe,ppp,debug <0028>: IPCP open
09:36:03 pppoe,ppp,debug <0028>: IPV6CP open
09:36:03 pppoe,ppp,debug <0028>: MPLSCP lowerup
09:36:03 pppoe,ppp,debug <0028>: MPLSCP open
09:36:03 pppoe,ppp,debug <0028>: BCP open
09:36:03 pppoe,ppp,debug <0028>: CCP lowerup
09:36:03 pppoe,ppp,debug <0028>: CCP open
09:36:04 pppoe,ppp,debug <0028>: IPCP opened
09:36:04 pppoe,ppp,info <pppoe-757575>: connected
09:36:32 pppoe,ppp,debug <0010>: received unsupported protocol 0x4721
09:37:39 pppoe,ppp,debug <0007>: received unsupported protocol 0xf1
09:37:39 pppoe,ppp,debug <0015>: received unsupported protocol 0x20
 
keaton
just joined
Posts: 10
Joined: Tue Jan 08, 2019 4:05 am

Re: PPPoE: Peer is not responding

Thu Jan 17, 2019 5:30 pm

LCP missed echo reply.....could someone tell me how to fix this problem
PPPoE: Peer is not responding-users getting disconnected & reconnected randomly
 
angboontiong
Forum Guru
Forum Guru
Posts: 1136
Joined: Fri Jan 16, 2009 9:59 am

Re: PPPoE: Peer is not responding

Tue Jan 29, 2019 5:02 pm

i have the same problem across different hardware of mikrotik.

i can ping to the server, but client keep show disconnect due to peer not responding while ping to server has zero package loss...
 
Redmor
Member Candidate
Member Candidate
Posts: 256
Joined: Wed May 31, 2017 7:40 pm
Location: Italy

Re: PPPoE: Peer is not responding

Tue Jan 29, 2019 8:43 pm

Hello my friend
i have 5000 active PPPOE session on Mikrotik without any problem.
peer not responding log usually happen when client have low bandwidth or error.
and i have a question.are you upgrade your router? and what license you use?
5K on the same RB? Oh God...

By the way I noticed that having one server in each tower is the best solution, I can use 3011 for PPPoE and I don't have MTU issues caused by EoIP.
 
User avatar
amt
Long time Member
Long time Member
Posts: 529
Joined: Fri Jan 16, 2015 2:05 pm

Re: PPPoE: Peer is not responding

Wed Jan 30, 2019 11:33 am

Hello my friend
i have 5000 active PPPOE session on Mikrotik without any problem.
peer not responding log usually happen when client have low bandwidth or error.
and i have a question.are you upgrade your router? and what license you use?
5000 active session on one device ? what do you use for this? CCR ? or X86
 
salimkubilay
just joined
Posts: 1
Joined: Fri Mar 27, 2020 1:56 pm

Re: PPPoE: Peer is not responding

Fri Mar 27, 2020 2:02 pm

i have CCR1036-8G-2S+ .I have problems with losing connection with different users every day. Mikrotik's error is as follows Ppoe connection established from MAC ADresss ppoe disconnecting ppoe connecting.

diffrenet time problem have peer is not responding. every day this problem every time my mikrotik have this problem.
 
Touche
just joined
Posts: 5
Joined: Sat Jan 26, 2019 10:20 am

Re: PPPoE: Peer is not responding

Mon Aug 17, 2020 4:37 am

i have CCR1036-8G-2S+ .I have problems with losing connection with different users every day. Mikrotik's error is as follows Ppoe connection established from MAC ADresss ppoe disconnecting ppoe connecting.

diffrenet time problem have peer is not responding. every day this problem every time my mikrotik have this problem.
Hi, did you come right with this, I am having the same problem
 
azaharali033
just joined
Posts: 1
Joined: Sat Jun 26, 2021 1:40 pm

Re: PPPoE: Peer is not responding

Sat Jun 26, 2021 1:46 pm

Increase Keepalive Timeout to 30 seconds in PPPoE server profile.
I don't know how to do this, can you help me with snap pic
 
keaton
just joined
Posts: 10
Joined: Tue Jan 08, 2019 4:05 am

Re: PPPoE: Peer is not responding

Wed Dec 29, 2021 5:33 pm

i have CCR1036-8G-2S+ .I have problems with losing connection with different users every day. Mikrotik's error is as follows Ppoe connection established from MAC ADresss ppoe disconnecting ppoe connecting.

diffrenet time problem have peer is not responding. every day this problem every time my mikrotik have this problem.
Did you solve the problem having the same issue
 
keaton
just joined
Posts: 10
Joined: Tue Jan 08, 2019 4:05 am

Re: PPPoE: Peer is not responding

Wed Dec 29, 2021 5:35 pm

It got solved i guess,
I changed MTU and MRU to 1504 (1464 i was actually able to ping without fragmenting the packet + 40 of Packet header)
MRRU I set to 1580 (I don't know how to calculate this but i read somewhere on the internet so set this)

I changed above values for
1) pppoe sever
2) All my AP's and Stations (Under network tab - I am using mostly ubnt devices airgrid and powerbeams)
3) Client Routers

Issue solved for me, will update if happens again

You can use following command to check fragmentation of packet
ping google.com -f -l 1480

it;s small L not I
Image
Waiting on the update Did you solve the problem having the same issue.

Who is online

Users browsing this forum: akakua, Google [Bot], Techsystem and 188 guests