Yes I want to required to get client ip address at xrdp server My scenario is
Both Guacamole and X11rdp are installed on same server and I want to get client up on that server On Sun, 26 May 2019, 16:33 Nick Couchman <[email protected] wrote: > On Sun, May 26, 2019 at 3:03 AM Manoj Patil <[email protected]> wrote: > >> we used linux Xrdp through Guacamole and the security reason we catch >> client visited ip and stored in my database and after i am only allowed to >> visit a specific ip. >> >> > Guacamole already captures this information for you - if you use the JDBC > module, Guacamole captures connection history records. It isn't clear from > your question whether you need it within a specific place on the XRDP side > of the connection, but if all you need is to know when a certain user/IP > establishes a connection, it is already contained in the Guacamole database. > > http://guacamole.apache.org/doc/gug/administration.html#connection-history > > -Nick >
