-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Firewall patch in order to be able to connect to AsTeRICS-Ergo from remote Tablet/Smartphone #101
Comments
for the exe-release this fix should be the right one: |
in order to also support Edge/IE for showing the correct local IP in the Smartphone-FAQ, we maybe could add a REST-method that returns the current local IP, with some snippet like this:
|
Think about executing it in the installer run section: http://www.jrsoftware.org/ishelp/index.php?topic=runsection Regarding fetching the IP address: |
@ run in installer: @ ip address: |
IP-address issue moved to own issue: #105 |
should be fixed with 3f38827 |
Currently Windows 10 by default blocks traffic needed for AsTeRICS-Ergo to work on a remote Smartphone/Tablet. I wrote this patch:
fixfirewall.zip
which deletes blocking Java-Firewall-Rules and adds a a rule for the needed ports of AsTeRICS-Ergo.
This patch could be included similar to the FS20-patch to be started from the webapp with UAC-control dialog afterwards. A good place to start this patch would be in the FAQ-question where we describe how to use AsTeRICS-Ergo on a Smartphone/Tablet.
The text was updated successfully, but these errors were encountered: