On 06/05/17 14:31, Walter H. wrote:
> Hello,
>
> On 05.06.2017 01:52, Ed Greshko wrote:
>> On 06/05/17 04:37, Walter H. wrote:
>> FWIW, in the past I've found it easier to run a Vnc client on windows
>> and a Vnc Server on the Linux side...
>>
>> That being said....
> how do I this?

Install https://www.realvnc.com/download/vnc/windows/ on the Windows
side.  (Use the supplied client SW)
Install tigervnc-server on fedora.  From there you can either decide if
you want to have a user invoke the server from say a terminal or ssh
session or to make it a system service by following the directions in
/lib/systemd/system/vncserver@.service. 

Other documentation exists online like

https://docs.fedoraproject.org/en-US/Fedora/21/html/System_Administrators_Guide/ch-TigerVNC.html
>>> after the connection with mstsc, I get a window where I can select
>>> between   Xvnc and Xorg, when selecting Xvnc and entering userid and
>>> password
>>> the window is closed and session blown away ...
>>> when I select Xorg and enter userid and password the window stays
>>> 'green' forever
>> I would not bother with trying to get Xorg to work with xrdp.  Just a
>> personal preference for which I'm sure I had a reason to reach but don't
>> recall what it was.
> Of course, but I want any working way ...
>> As far as xrdp working with Xvnc.  It works just fine for me.
>>
>> I have made no changes to any xrdp configuration files.
> me too, and it doesn't work ...

Odd...
>> I believe my log files show pretty much the same thing....
> so it doesn't tell anything about whats going wrong?
>
>
No, there is no clear indication from the logs that I can see pointing
out the problem.

I did things slightly different than what was called out in the link you
initially supplied.

The steps taken were...

dnf -y install xrdp

firewall-cmd --add-port=3389/tcp --permanent

firewall-cmd --reload

systemctl enable xrdp

systemctl start xrdp

I don't like to start a service without the proper firewall rules in
place first.

FWIW, have you tried stopping/starting xrdp?  Also, in reading some
posts found by searching about your issue I see that some people had to
try connecting twice before they a working connection.

You may also want to check to see if you have any errors reported in you
~/.vnc directory.


-- 
Fedora Users List - The place to go to speculate endlessly
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to