Hello
I am using pppoe for authentication, i want to redirect non-authorized (users which not have time) to custom web page, where they will see there balance.
i cannot to this becouse non-authorized users dont have ip address.
can someone help me on this?
i have rb450, rb450g, rb600, rb433 and about 600 clients.
for authentication i am using freeradius.
thank you
setup a DHCP server, assign IPs from a private IP block, and the setup a webproxy that redirects all traffic from that IP block to whatever website you want, and drop all other traffic.
you’re not actually redirecting the PPPoE session, but instead redirecting anyone who doesn’t have a valid / active PPPoE session (also helps reduce support calls if you put a simple error message saying your connection is not active, please connect and try again with some additional troubleshooting steps on there.)
for clients we are using airgrid m23, will they recevie ip-s from dhcp if they are running pppoe clients?
thank you