trying to add website to wallgarden - won't open it

Hello ,
in my hotspot I have added link to some widget in my website
like this
press here for info

in the hostspot I have open the page
/ip hotspot walled-garden
add dst-host=http://www.myname.com/widget.php

but it doesn’t open it - just reload the login page over and over…

and in the walled garden I don’t see even 1 hit

did I miss something?

Thanks ,

Hello,

In dst-host, try without http://

and move everything after the first / to the “path” field.
so:
dst-host = www.myname.com
path = /widget.php
dst port = 80

Also - if your myname.com site is redirecting to use SSL, then walled garden won’t work, at least not this way. You’d need to add the IP address of your server and allow all sites on that IP.

no I have try what you told
still doesn’t work

does it have something to do with the fact I’m using Radius Server?

RADIUS has nothing to do with this because it’s simply a way for sessions to be authenticated / authorized, but walled garden is something that happens before a user authenticates (unless you’re using MAC authentication).

The order of the entries in walled garden is important - if you have a rule which blocks the access and this rule comes before your allow rule, then the allow rule is never going to be reached in the chain.

Also - if you have a firewall rule that’s blocking the access, this could be the cause.

Try adding a rule which allows the IP address of the server via walled garden, and see if that works. If that works, then the site may be referencing other URLs for components and its those that are failing…

how to do this?
like this?

add chain=forward comment=Test dst-address=23.239.29.5 protocol=tcp

or do I need to put something else in the chain ?

because when I do this
I get nothing on the firewall stay at 0
Thanks ,