0
Under review
Way to disable Public Network access
I was wondering if there is a way to disable the Public network access? I have IIS setup with the URL rewrite module and with Ubooquity, it's conflicting my own HTTPS broadcast. With the URL rewrite module, I can tell all external calls to redirect to any internal port. If I set up the URL rewrite to point to Ubooquity, it shows the login screen but will not get into the site. Hopefully I'm making sense here... been a long day at work.
Customer support service by UserEcho
When I setup the URL rewrite for Ubooquity, it will show the login field with the Ubooquity banner or black background. When I login, I get an IIS error page stating the page is missing. So if there is a way to disable the web service for Ubooquity, I can get everything working together perfectly. Thanks!
There is one thing though: Ubooquity does its binding using a "wildcard" hostname, meaning it will listen to all available network interfaces. I suppose this might cause problem when other processes try to use the same port on one specific interface.
Do you think this way of opening the socket might have something to do with your problem ? If so, I could give you a test version with an option to explicitely configure the network interface Ubooquity has to bind itself to.
After logging in, it goes to my home page, instead of the comics. I would gladly like to test out Ubooquity with that option. Thanks for looking into this!
The hostname can be forced using the new "-host" command line argument, e.g:
Let me know if it helps solving your problem.
IIS is running only HTTPS for my website
Ubooquity test is on internal LAN IP running on port 85.
IIS URL rewrite is pointing to the IP that Ubooquity is running on with port 85.
Ubooquity is still binding to my WAN IP and pretty sure that is the cause. If I have to keep this running with HTTP on port 80, that'll be fine. I just want this behind my SSL along with my other programs. Thanks for this and your hard work!
I'll keep on investigating.