We're trying to setup a hotspot environment using the zonedirector for authentication (only one user). We are redirecting the user to an landing page for some details and terms and agreement. This page redirect the browser to the following url:
http://172.16.32.3:9997/loginusername=user&password=password
This works as long as the user is on the 172.16.32.0/20 subnet. If the user is on another subnet e.g. 172.16.48.1/20 the zonedirector returns a 404 error.
Are we doing something wrong or are we trying something wich isn't meant to be?