Hello again,
I have a server (UBUNTU 14.04) and a TCE with several thinclients. They are connected to the server by a separate network and get their IPs from the DHCP running on the (pxe)server.
I know - on the server - to get the names of the (via x2go) logged in users but I need the IP address of the thinclient as well - means e.g.:
bert - 192.168.0.50 eve - 192.168.0.51 a.s.o.
Is there a (simple) way to get this info?
No, I can't work with static IPs for the clients and my users are not always using the same client ...
Thanks for any hint.
Christian
I have no experience with TCE. As root on the server try this command: x2golistsessions_root | cut -d "|" -f 8
Kind regards, René
Hello Rene,
THANKS - exactly what I need.
Regards Christian
Am 27.07.2016 um 22:57 schrieb René Genz:
I have no experience with TCE. As root on the server try this command: x2golistsessions_root | cut -d "|" -f 8
You might have to apply filtering, depending on how often x2gocleansessions is being executed.