Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.1 Legacy Series
»
No PPPOE Uptime counting?
« previous
next »
Print
Pages: [
1
]
Author
Topic: No PPPOE Uptime counting? (Read 1093 times)
minhtri
Newbie
Posts: 1
Karma: 0
No PPPOE Uptime counting?
«
on:
May 02, 2024, 05:25:37 am »
hi, i moved from pfsense, i cant find anyway to see my pppoe wan uptime like pfsense? does opnsense have this basic feature? Tks
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1611
Re: No PPPOE Uptime counting?
«
Reply #1 on:
May 06, 2024, 09:23:07 am »
If you miss a feature please raise a new ticket here
https://github.com/opnsense/core/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=
A use case usually helps with the design / replacement strategy.
Cheers,
Franco
Logged
Slybunda
Newbie
Posts: 1
Karma: 0
Re: No PPPOE Uptime counting?
«
Reply #2 on:
August 24, 2024, 12:24:23 pm »
this feature is missing from opnsense. shame really even standard isp provided router has this basic option.
Logged
doktornotor
Hero Member
Posts: 709
Karma: 70
Re: No PPPOE Uptime counting?
«
Reply #3 on:
August 24, 2024, 01:00:33 pm »
Funny, this PPPoE etc. uptime - that's a code I did contribute to the other project. Perhaps you could do the same here?
https://github.com/pfsense/pfsense/pull/3595
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1611
Re: No PPPOE Uptime counting?
«
Reply #4 on:
August 24, 2024, 01:25:10 pm »
Should still work on the backend/console:
# /usr/local/opnsense/scripts/interfaces/ppp-uptime.sh
I think the spots that feed this to the GUI are gone with both the old dashboard widget and static PHP page converted.
I'll fix it in exchange for a ticket.
Cheers,
Franco
Logged
doktornotor
Hero Member
Posts: 709
Karma: 70
Re: No PPPOE Uptime counting?
«
Reply #5 on:
August 24, 2024, 01:30:56 pm »
Yep, still working.
Code:
[Select]
# /usr/local/opnsense/scripts/interfaces/ppp-uptime.sh pppoe0
176548
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.1 Legacy Series
»
No PPPOE Uptime counting?