ChickenNuggetz wrote: » Well, the paid software bit is new; I've never had to pay before. Makes sense though, it's a great program and probably worth the money for long term set-ups. If the Linux box is going headless, again, I'd verify firewall/SELinux settings.
ChickenNuggetz wrote: » Glad to hear you got it working!
TheFORCE wrote: » Well I guess I spoke too soon, nothing is easy I guess. Did some more testing, shut down and restarted both the machines and my fears were confirmed. Since xrdp needs to be restarted on every reboot, I have to restart it manually every time. In order to do that I have to have a monitor connected to it. I guess now I have to figure out how to enable/run the XRDP service on first boot up.
seigex wrote: » I've never used xRDP before, so I'm shooting from the hip, but how are you starting it now? if it's using the service command (service xrdpd start or something like that) then you should be able to do something like 'update-rc.d xrdpd enable' from a root prompt to have it start on boot. EDIT: Just double checked, you can do 'update-rc.d xrdp.sh defaults' to enable from boot.
TheFORCE wrote: » Yes you are correct. To start it manually I was doing a "service xrdp start" from the command prompt. The other easier way is to add the command on the Startup menu options, and this works like a charm. It eliminates the manual start of the service and I can still remote in while I'm already logged in to the linux box. I just removed the screen connected to the linux box and I'm typing blindly in order to first log in to linux and then rdp to it from the windows machine. Now the next step is to be able to rdp to the linux box without having to login to kali first. In the windows world you can rdp to a windows machine even when someone is not physically logged in to it. This is the last obstacle at this point and this will also eliminate the keyboard from the linux box leaving it only with power and Internet connection. Any suggestions on how to work around this issue?
seigex wrote: » If you set up the rc.d as mentioned above, then the service should run on boot, not when a user logs in. Is this not the case after you run update-rc.d?
TheFORCE wrote: » seigex: That works. The issue is resolved. I can now remote in to the linux box from windows with XRDP with no issue without being logged in to Linux first and without having to start the service manually. Now time to play around with it and get other things working.
MrAgent wrote: » Just to add, Kali has rdesktop built in. You can try using that as well.