What's new

[Beta] Asuswrt-Merlin 380.63 Beta is now available

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Status
Not open for further replies.
DSL, PPPoE



Running these commands after logging into router via SSH produces no output.

Try this one:

Code:
tc -s class show dev ppp0
 
As I am am thinking about it, the decision of which wan interface to use should be a little more complex, these 2 nvram variables should help:

wan0_gw_ifname=ppp0
wan0_pppoe_ifname=ppp0

Those are set in my system as you see.

I just implemented the same way Asus does when it builds up the QoS script, just to be sure that I do get the exact same interface as used when building the QoS rules:

https://github.com/RMerl/asuswrt-merlin/commit/8aeb81cf7d1b2f61d7f6b0e4f8e09bd26af3fb29
 
My IPv6 HE tunnel works fine here, also tested with a firewall opening to confirm that firewall is also working as intended.
 
My IPv6 HE tunnel works fine here, also tested with a firewall opening to confirm that firewall is also working as intended.

I have reflashed Beta 2 and afterwards a full power cycle and now it seems to working. The previous time I did not power cycle the router, maybe that is the problem.
 
"If a reboot doesn't fix things, a reset to factory defaults usually will." (Not just for computers anymore). :)

Always try a reboot (both via the gui and a 'hard' reboot; physically pull the power plug, wait for a few minutes and then plug it back in). Sometimes, you not only have to reboot a router (or other related network equipment), but also the clients too. ;)
 
tc -s class show dev ppp0

class htb 1:10 parent 1:1 leaf 10: prio 1 rate 174Kbit ceil 348Kbit burst 1599b cburst 1599b
Sent 10645752 bytes 204397 pkt (dropped 0, overlimits 0 requeues 0)
rate 3360bit 8pps backlog 0b 0p requeues 0
lended: 175024 borrowed: 27005 giants: 0
tokens: 1109203 ctokens: 554594

class htb 1:1 root rate 870Kbit ceil 870Kbit burst 1599b cburst 1599b
Sent 65169638 bytes 459221 pkt (dropped 0, overlimits 0 requeues 0)
rate 101936bit 34pps backlog 0b 0p requeues 0
lended: 89351 borrowed: 0 giants: 0
tokens: 189390 ctokens: 189390

class htb 1:2 root rate 1Gbit ceil 1Gbit burst 10000b cburst 10000b
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 1250 ctokens: 1250

class htb 1:20 parent 1:1 leaf 20: prio 2 rate 261Kbit ceil 870Kbit burst 1599b cburst 1599b
Sent 4460172 bytes 26038 pkt (dropped 0, overlimits 0 requeues 0)
rate 8bit 0pps backlog 0b 0p requeues 0
lended: 22289 borrowed: 3727 giants: 0
tokens: 698803 ctokens: 210647

class htb 1:30 parent 1:1 leaf 30: prio 3 rate 261Kbit ceil 696Kbit burst 1599b cburst 1599b
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 766281 ctokens: 287343

class htb 1:40 parent 1:1 leaf 40: prio 4 rate 130Kbit ceil 870Kbit burst 1599b cburst 1599b
Sent 50536849 bytes 231932 pkt (dropped 0, overlimits 0 requeues 0)
rate 99648bit 26pps backlog 0b 0p requeues 0
lended: 172557 borrowed: 58619 giants: 0
tokens: 1262436 ctokens: 189390

class htb 1:60 parent 1:2 leaf 60: prio 6 rate 1Gbit ceil 1Gbit burst 10000b cburst 10000b
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 1250 ctokens: 1250

class fq_codel 10:338 parent 10:
(dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
deficit 12 count 1 lastcount 1 ldelay 2us
class fq_codel 20:33c parent 20:
(dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
deficit 162 count 1 lastcount 1 ldelay 3us
class fq_codel 40:331 parent 40:
(dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
deficit -45 count 6 lastcount 5 ldelay 2us
 
class htb 1:10 parent 1:1 leaf 10: prio 1 rate 174Kbit ceil 348Kbit burst 1599b cburst 1599b

Thanks. That confirms what I thought. I patched this issue last night, PPPoE users will now be able to get their QoS statistics to show up properly.
 
Thanks. That confirms what I thought. I patched this issue last night, PPPoE users will now be able to get their QoS statistics to show up properly.

Glad that helped confirm the problem. Thank you!
 
Wish I could help test but cant afford to at the moment, looks like things are going well, any timeframe on release, are we near do you think ?
 
one problem i noticed. Not sure if it is specific for this beta.
The icons to identify the clients used in Show status seems to scale wrong or the wrong icon is chosen.
 
one problem i noticed. Not sure if it is specific for this beta.
The icons to identify the clients used in Show status seems to scale wrong or the wrong icon is chosen.

It's a known issue that is caused by Chrome based browsers . The browser devs need to sort it out, nothing Merlin can do. It affects other apps too.
 
Wish I could help test but cant afford to at the moment, looks like things are going well, any timeframe on release, are we near do you think ?

The code looks good, however I need to find the time to issue a release. This is something that takes a couple of hours to do, and I have limited time these days.
 
The code looks good, however I need to find the time to issue a release. This is something that takes a couple of hours to do, and I have limited time these days.
Time, if we only had more time... I take advantage of the fact that I have ssh access to my linux box from work and usually build firmwares etc from there, then test them when I go home.
 
Time, if we only had more time... I take advantage of the fact that I have ssh access to my linux box from work and usually build firmwares etc from there, then test them when I go home.

Building is just a small part of the equation, it takes 1h30 to build all models and it can be done while I do something else. It's going through the latest feedback, finalizing the changelog, preparing the archives, uploading to two different sites, updating the website, writing the release notes, posting the announcements Twitter, SNBForums and the website, and monitoring the early feedback to ensure there's no major issue. It's generally a good 2-4 hours of work (so, basically one evening).
 
Building is just a small part of the equation, it takes 1h30 to build all models and it can be done while I do something else. It's going through the latest feedback, finalizing the changelog, preparing the archives, uploading to two different sites, updating the website, writing the release notes, posting the announcements Twitter, SNBForums and the website, and monitoring the early feedback to ensure there's no major issue. It's generally a good 2-4 hours of work (so, basically one evening).
Urgh, ok you convinced me! And usually after work most of us don't feel like doing things that look like chores.
 
I haven't seen anyone else mention this, so here goes ...

In the Lan > DHCP Server's MAC / IP / Hostname table, if I click on the "-" (Minus) button to the right of each entry, I get a pop-up with "sales query"
 

Attachments

  • Sales Query.jpg
    Sales Query.jpg
    7.6 KB · Views: 635
Status
Not open for further replies.

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top