Forum Replies Created
-
AuthorPosts
-
Bilbotine
ParticipantHello Mantelis,
You can get your public IP address:
– if UPnP is enabled, by typing in CMD: “C:\Program Files (x86)\NoMachine\bin\nxserver.exe” –upnpstatus (with the quotation marks)
– from websites such as whatismyip[dot]com by example.
– on the router page – it depends on the router.
Could you please describe us exactly what problem you have? Is it only how to get the public IP address, or something else?
Bilbotine
ParticipantHi dc2008,
Yes it is possible, you will have to change htd.cfg:
from:
”
<VirtualHost _default_:*>
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^4443$
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer [R,L]
</VirtualHost>
”
to
”
<VirtualHost _default_:*>
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^4443$
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer?desktop [R,L]
</VirtualHost>
”
exactly this line:
”
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer?desktop [R,L]
”
it will redirect from
to
https://example.com:4443/nxwebplayer?desktop
In case if you want to make the redirection from the default port (80), to have the redirection from
https://example.com to https://example.com:4443/nxwebplayer?desktop
You will have to add listening nxhtd on 80 port.
Edit htd.cfg file and add those lines:
”
Listen 0.0.0.0:80
”
Make sure that there isn’t any other service listening on that port, before making such a change.
However, there is one thing you should know when doing all of this: when you redirect or simply type by hand in browser’s URL:
” https://example.com:4443/nxwebplayer?desktop ”
the Web Player will try to load ‘desktop.nxs’ connection file, as described in
Bilbotine
ParticipantHello Jaster,
Please collect logs (server side), following the procedure explained in this document https://www.nomachine.com/DT10O00163.
And send them to forum[at]nomachine[dot]com making sure to reference this forum topic.
Bilbotine
ParticipantHi Rosssiiii,
You need run the command:
“C:\Program Files (x86)\NoMachine\bin\nxserver.exe” –upnpstatus (with the quotation marks)
It will provide to the GUI information about port mapping.
Can you also enable the debug logs (following the procedure explained in this document https://www.nomachine.com/DT10O00163), reproduce the issue and send them to forum[at]nomachine[dot]com, making sure to reference this forum topic ?
Bilbotine
ParticipantHi dd0044,
Unfortunately, this error is not related to NoMachine and we cannot help.
Did you try contacting the game’s forum to have their advice?
Bilbotine
ParticipantHi Andy-w,
We cannot give a time frame yet, as we are focusing on releasing NoMachine Network with higher priority.
NoMachine Network should also work with NoMachine free.
You can check this Feature Request about NoMachine Network: https://www.nomachine.com/FR07J02731
And sign up to receive a notification from us by clicking “notify me”.
-
This reply was modified 6 years, 8 months ago by
Bilbotine.
Bilbotine
ParticipantHi again dd0044,
We made tests with other games and didn’t encounter this issue. We can test this particular game, but it can take a few days to get the result.
In the meantime we have investigated, and it seems it could be a game problem: https://monsterhunterworldfix.zendesk.com/hc/en-us/articles/360012910332-Monster-Hunter-World-gamepad-Keyboard-Mouse-Fixes
Have you checked this patch, and did it make a difference, or not ?
Bilbotine
ParticipantHi Rosssiiii,
The port mapping seems to be on the router, but we don’t see it in the nxclient monitor. This can happen for a couple of reasons:
1. nxserver starts the port mapping in background, so when the nxclient monitor starts, the port mapping may not be ready yet.
2. there is an old port mapping, by example before restarting nxserver, and the new one is not reported for some reason.
Could you run the command nxserver –upnpstatus and tell us the result ? It will allow us to help you.
Please also tell us which version of NoMachine you are using.
Bilbotine
ParticipantHi dd0044,
In order to help you, we first need to know more about your environment:
– can you tell us which version of NoMachine you are using ?
– what is the operating system of the client device, and what type of mouse are you using ?
Thank you in advance for the feedback.
Bilbotine
ParticipantHi RCLab,
The upload of your logs failed. Please collect logs (both server and client sides), following the procedure explained in this document https://www.nomachine.com/DT10O00163, and send them to forum[at]nomachine[dot]com making sure to reference this forum topic.
Thanks in advance.
Bilbotine
ParticipantHi socoho,
We reproduced the issue in our labs, and created a Trouble Report: https://www.nomachine.com/TR08P08760
You can sign up to receive a notification from us by clicking “notify me” 🙂
-
This reply was modified 6 years, 8 months ago by
Bilbotine.
Bilbotine
ParticipantHi Hatehoven,
The upload of your logs failed. Please collect logs (both server and client sides), following the procedure explained in this document https://www.nomachine.com/DT10O00163, and send them to forum[at]nomachine[dot]com making sure to reference this forum topic.
Thanks in advance.
Bilbotine
ParticipantHello robear,
In order to help you, we need more info.
Please collect logs (both server and client sides), following the procedure explained in this document https://www.nomachine.com/DT10O00163.
And send them to forum[at]nomachine[dot]com making sure to reference this forum topic.
Bilbotine
ParticipantHi soldier89757,
Thanks for letting us know 🙂
Bilbotine
ParticipantHello Derry,
Thank you for the logs, we received them.
We will come back to you as soon as we have analysed them.
-
This reply was modified 6 years, 8 months ago by
-
AuthorPosts