Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mindf

#1
Hi,

What are the radius attribute supported by OPNsense Captive Portal?
From https://docs.opnsense.org/manual/how-tos/accounting.html only mentioned 2 attributes

ATTRIBUTE       Daily-Session-Time      3000    integer
ATTRIBUTE       Max-Daily-Session       3001    integer

Any attribute similar to 'pfSense-Max-Total-Octets' available? or any documents available on this?

Thanks!



#2
I've been testing OPNsense radius accounting by following this document,

https://docs.opnsense.org/manual/how-tos/accounting.html

I am able to authenticate user through the captive portal but there is no 'reply-message' being shown on the user side after successfully logged in.

From the code there is a reply-message per below

Reply-Message = "Hello, %{User-Name}"

Any input or guidance on this? I am planning to customize the Reply-Message and will show some information after user successfully log in through the captive portal.

Thanks!