Issue:
After a successful installation of EveryonePrint Mobile gateway and checking that the service is up and running, one can't access the Mobile Gateway web interface for configuration at http://127.0.0.1:7911/admin/
This problem might be encountered on a system with multiple NICs (network interface card) if Java is unable to determine the network interface with the default route.
Solution:
- Open file explorer to <Program Files (x86)>\EveryonePrint Mobile Gateway directory
- Make a backup copy of file 'defaults.xml'
- Open 'defaults.xml' with an editor like notepad
- Modify the entry NicForServices like this:
<entry key="NicForServices">ethXYZ - IPADDRESS</entry>
- Replace IPADDRESS with the real IPv4 address of the network interface
- Restart EveryonePrint Mobile gateway service
Note: If the Network Card is not listed in that file:
- Open Windows 'Network and Sharing Center'
- Disable the 2nd NIC
- Restart EveryonePrint Mobile Gateway service
- Login to EveryonePrint Mobile Gateway admin page
- Change 'localhost' to the real IP address of the 1st NIC
- Restart EveryonePrint Mobile Gateway service
- Enable the 2nd NIC
- Then you can add the details for the 2nd NIC to the 'defaults.xml' file
Comments
0 comments
Please sign in to leave a comment.