What's new
  • 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!

Blank VPN Status Page

garycnew

Senior Member
All:

I'm in the process of migrating my VPN Clients to Asuswrt-Merlin 3004.388.8_4. I have found that even though the VPN Clients show connected, on the VPN Clients Page, the VPN Status Page is often Blank.

Is this a known issue?

Thanks, again.


Gary
 
Last edited:
All:

It appears I may have to rely on the command-line to check vpn client stats, as I've had to do with dhcp client leases.

Code:
# cat /etc/openvpn/client1/status 
REMOTE,###.###.###.###:###,Static_Key
OpenVPN STATISTICS
Updated,2025-02-24 21:31:43
TUN/TAP read bytes,68
TUN/TAP write bytes,60
TCP/UDP read bytes,15897
TCP/UDP write bytes,6517
Auth read bytes,1164
END

# cat /var/lib/misc/dnsmasq.leases

I never ran into issues with the VPN Status Page on firmware 384. It's interesting how things evolve and devolve over time. o_O

Respectfully,


Gary
 
I'm in the process of migrating my VPN Clients to Asuswrt-Merlin 3004.388.8_4. I have found that even though the VPN Clients show connected, on the VPN Clients Page, the VPN Status Page is often Blank.

Is this a known issue?
A suggestion. Post a screen capture (redacting sensitive information) of what you are seeing so others have some context. Also post up your router model as well for more context.

As a troubleshooting step, have you tried a different web browser on a different computer/device?
 
Running Asuswrt-Merlin 3004.388.8_4 on an Asus GT-AXE11000. I've tried a couple of different browsers. Safari has a Blank VPN Status Page less often than Firefox, but both browsers have a Blank VPN Status Page more than they do not. This is at the same time client1/status reports active statistics.

Example Screenshot of Blank VPN Status Page:
Screen Shot 2025-02-25 at 11.56.27 PM.png
 
Last edited:
Safari has a Blank VPN Status Page less often than Firefox, but both browsers have a Blank VPN Status Page more than they do not.
As with most web page rendering issues, check your browser developer console for errors from the page. Also try browsing directly to the ajax page that provides the status fields to look for any unusual output.
https://192.168.0.1:8443/ajax_vpn_status.asp
 
My status file includes compression stats. Maybe that's the issue?
Code:
# cat /etc/openvpn/client1/status
REMOTE,89.34.98.110:1194,Static_Key
OpenVPN STATISTICS
Updated,2025-02-26 12:12:54
TUN/TAP read bytes,68
TUN/TAP write bytes,60
TCP/UDP read bytes,6716
TCP/UDP write bytes,2207
Auth read bytes,108
pre-compress bytes,0
post-compress bytes,0
pre-decompress bytes,0
post-decompress bytes,0
END

EDIT: Looking at the source code that shouldn't make a difference.
 
Last edited:

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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