Forum Replies Created
-
AuthorPosts
-
BritgirlKeymaster
At the moment there is no option on the client side BUT we are going to add a “disconnection option” in the player GUI to handle the situation when a session may become inactive. Similarly for the server side, we will also add an option to disconnect the connect in the GUI so that users can avoid interacting with the cfg files. We don’t have an ETA, but it’s definitely something we are going to do.
For your question about player.cfg options, take a look at the following document: https://kb.nomachine.com/DT07S00240.
BritgirlKeymasterDid you already take a look at the following article?
How to connect over the internet to NoMachine behind a NAT router
https://kb.nomachine.com/AR10R01099“Failed to map the port on gateway” suggests that the port you used in the port-forwarding rule on your router could already already be in use. Go back to your router and change the external port number to something else, then restart the nxserver (NoMachine settings -> Server -> Status -> Restart) . For safe measure also restart UPnP.
Is it possible there is a double NAT in place? If so, you will need to map the ports on both routers. So Router A must map to Router B and Router B to the computer you want to access.
November 14, 2024 at 11:53 in reply to: The remote host refused to establish a network connection on port #50735BritgirlKeymasterHi,
can you verify that the Local Network privacy in macOS is granted for NoMachine? If it is, uncheck and check the permission box again. Does that help?
(please ignore my previous reply, it was an error on my part, hence I have removed it)
November 14, 2024 at 10:16 in reply to: Public key exchange from “Enterprise Cloud Server” to “Terminal Server” #50730BritgirlKeymasterTo add the node, run
sudo /etc/NX/nxserver --keyadd /home/user/node.localhost.id_rsa.pub
. We create /var/NX/nx/.nx/config/autorized.crt during the nodeadd procedure. It seems you were writing your last reply whilst I was writing mine, so take a look at the article I linked and follow the instructions there.November 14, 2024 at 10:06 in reply to: Private: Pointers to NX design which helps mitigate X11 display sniffing? #50729BritgirlKeymasterHi, it’s impossible given that NoMachine encrypts all traffic end to end, including X11 protocol when used. You can take a look at the following article which explains how NoMachine handles security and encryption, https://kb.nomachine.com/AR04S01121. Some other pointers can be found in this article https://kb.nomachine.com/AR11K00745 published at the time we transitioned away from our legacy version.
BritgirlKeymasterGary, you did not submit the logs from the server side, i.e the Ubuntu machine. Enable debug on the Ubuntu machine, reproduce the problem, then gather the logs (https://kb.nomachine.com/DT07S00243).
Journalctl logs would be helpful as well.
November 13, 2024 at 19:21 in reply to: NX connection window disappears immediately after successful logging in #50719BritgirlKeymasterTry changing the DefaultDesktopCommand key in node.cfg on the server by adding the
--disable-acceleration-check
option to the gnome-session command, e.g.:DefaultDesktopCommand "dbus-launch –exit-with-session gnome-session –session=ubuntu --disable-acceleration-check"
November 13, 2024 at 19:02 in reply to: Public key exchange from “Enterprise Cloud Server” to “Terminal Server” #50722BritgirlKeymasterIn general, when adding a node to the cloud server, you don’t have to copy any key, the procedure to add the node will propagate the key for the node to use. To do that, you need the admin credentials on the node, the Terminal Server host in your case.
However, when you don’t have admin permissions on the node you want to add, for example there are two separate administrators for both machines, you can indeed pass the CS public key to the admin of the TS Node, and they can place it in the appropriate directory. On Linux, the public key can be found in the directory, for example in /usr/NX/etc/keys/node.localhost.id_rsa.pub. You, the CS admin, can then proceed to add the node to the Cloud Server with sudo /etc/NX/nxserver –nodeadd IP_of_node –node-name name_of_node.
See the article here: https://www.nomachine.com/AR11V01258.
BritgirlKeymasterPropagation of EnableDirectConnections to all of a Cloud Server’s nodes is not currently possible. I’ve already passed this request on to our R&D team in the meantime.
BritgirlKeymasterIf you are connecting to the physical desktop of the remote machine, you can set the following key in the in the node configuration file (/usr/NX/etc/node.cfg) on the server side to auto-disconnect after a specific amount of time.
DisplayAgentExtraOptions “-timeout 600”
For reference, check this article: https://kb.nomachine.com/AR01H00551
BritgirlKeymasterAre you able to send us the logs so we can check them? You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243. It would be useful to have both the client (step 4 in the document) not just server side logs.
Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Thanks!
BritgirlKeymasterWe had a similar report a while back, you could be encountering the same problem. It is Raspberry which is reporting the wrong information. In checking the latest image of Raspberry Pi OSarmv7 (Bookworm), there is a 64-bit kernel. This is why uname -m command shows aarch64. However, the libraries in Bookwork are for armv7 and so you could try installing a NoMachine package for armv7.
BritgirlKeymasterUnfortunately there isn’t a similar workaround on Linux.
BritgirlKeymasterHello, we already do. Supported key types in NX and SSH connections are RSA, DSA, ECDSA and ED25519. For web connections, the RSA key type is supported.
BritgirlKeymasterHi, are these all Mac machines? It would help to know the exact OS version of the computer you are connecting from when you experience this and to which OS version you are trying to reach.
-
AuthorPosts