Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Control of web-server access #52

Closed
ashh87 opened this issue Mar 20, 2020 · 2 comments
Closed

Control of web-server access #52

ashh87 opened this issue Mar 20, 2020 · 2 comments

Comments

@ashh87
Copy link

ashh87 commented Mar 20, 2020

When trying to allow http server access from remote machines, FAHControl writes the following to config.xml:

<!-- HTTP Server -->
<allow v='0.0.0.0/0'/>
<deny v=''/>

This doesn't allow remote access to the http server. Searching the strings of FAHClient, I found 'web-allow'. Changing to the following got web access working for me:

<!-- HTTP Server -->
<allow v='0.0.0.0/0'/>
<web-allow v='0.0.0.0/0'/>
<deny v=''/>

There is probably a deny equivalent and this let me in with no password. Should FAHControl be updated to use 'web-allow' instead of/along with 'allow'?

@ashh87
Copy link
Author

ashh87 commented Mar 23, 2020

Since using FAHControl has sabed my config again, I now get this:

<!-- Web Server -->
<web-allow v='0.0.0.0/0'/>

so it must know about this option already. How to enable it from the UI in the first place?

@jcoffland
Copy link
Member

This is does not apply to FAHControl. You probably need to open your firewall to allow access to the port on FAHClient.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants