फ़ाइल /etc/xrdp/xrdp.ini पर पता जोड़ें = 0.0.0.0 जो कि डिफ़ॉल्ट xrdp पता है।
इसके अलावा आपको फ़ायरवॉल को पोर्ट 3389 पर कनेक्शन सुनने के लिए अनुमति देनी होगी कि xrdp काम कर रहा है। इस निष्पादन के लिए:
sudo ufw allow 3389
अगर वह भी काम नहीं करता है:
- पीसी को पुनरारंभ करें
sudo ufw disable
सर्वर पीसी पर फ़ायरवॉल ( ) को अक्षम करें और फिर रीचेक (यहां तक कि एक और पुनरारंभ की आवश्यकता हो सकती है)।
यदि आप इसे चूक गए हैं, तो मैं नीचे दी गई पूरी प्रक्रिया को सूचीबद्ध करूँगा (जो इकट्ठा करने के लिए एक दर्द था )। यदि आप कदम से कदम (वादा!) का पालन करते हैं तो आप ठीक हो जाएंगे।
किसी भी OS के चरण-दर-चरण मार्गदर्शिका के बीच दूरस्थ डेस्कटॉप
मैं । विंडोज से विंडोज के लिए:
Windows दूरस्थ डेस्कटॉप सॉफ़्टवेयर का उपयोग करें
II । लिनक्स / यूनिक्स कहीं से भी / के लिए
पहले सर्वर कंप्यूटर पर निम्न कार्य करें जिसे आप दूरस्थ डेस्कटॉप के माध्यम से कनेक्ट करेंगे:
- Allow other users to view your desktop
- Best to require a password
- service ssh status
- To allow computers to connect with X11 graphics system capabilities as well, you need to
install an X11 server on the computer that is trying to connect (client). So
* for a Windows computer use XMing
* for a Linux Ubuntu computer use XQuartz
IIa । ग्राफिक्स समर्थन के साथ टर्मिनल से विंडोज के लिए लिनक्स
- Launch XMing on Windows client
- Launch Putty
* Fill in basic options
* Connection -> SSH -> X11
-> Enable X11 forwarding
-> X display location = :0.0
-> MIT-Magic-Cookie-1
-> X authority file for local display = point to the Xming.exe executable
IIb । (b for better) पूर्ण GUI समर्थन के साथ लिनक्स से विंडोज। यह वही है जो आप में से अधिकांश चाहते हैं।
- install xrdp which uses the remote desktop protocol to present a GUI to the user.
It can provide a fully functional Linux terminal server, capable of accepting connections
from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.
xrdp is the daemon that handles RDP remote desktop access from Windows machines to Linux
- edit the "/etc/xrdp/xrdp.ini" file to include the line:
address=0.0.0.0
right under #background=626x72 line. 0.0.0.0 is the local server address of xrdp
- Restart xrdp service
- allow xrdp port (probably 3389) through firewall
- We also need a VNC server. Install tightvncserver on Linux server machine.
- run tightvncserver (no need to create a view-only password)
- "netstat -lvp | grep vnc" to check out the ports that tightvnc is listening on for
connections
- allow the vncserver port from the firewall: sudo ufw allow #
- allow the xrdp server
- Install xfce4 desktop environment an update to xfce, minimalistic faster and lightweight
sudo apt-get install xfce4
- sudo apt-get install xfce4-terminal : way better than xterm
- sudo apt-get install gnome-icon-theme-full tango-icon-theme : installs icon sets
- Now we modify 2 files to make sure xrdp uses xfce4
* echo xfce4-session >~/.xsession
* secondly we modify startup file for xRDP located at /etc/xrdp/startwm.sh
so it will start xfce4. Replace the last line with
startxfce4
(before it had something which started with a ., but no matter whatever it is, just
replace the last line)
* restart xrdp service: sudo service xrdp restart
- Now you are ready to log into the computer from client using Remote Desktop (mstsc.exe).
Just supply the ipv4 or hostname of the VNC server.
III । * निक्स से / से * निक्स
- ssh -X [preferedUserName]@[targetIpv4Address] : -X flag enales X11 forwarding
- accept security certificates from trusted hosts when prompted
IV । कनेक्शन को सुरक्षित बनाना (वैकल्पिक चरण - किसी भी कॉन्फ़िगरेशन पर लागू होता है)
VNC और xrdp प्रोटोकॉल सुरक्षित नहीं हैं जिसका अर्थ है कि वे एन्क्रिप्टेड नहीं हैं।
कनेक्शन को सुरक्षित करने के लिए /etc/xrdp/xrdp.ini फ़ाइल को संपादित करें ताकि पता 127.0.0.1 हो जाए। यह ssh सर्वर का लोकलहोस्ट एड्रेस होगा। SSH एन्क्रिप्शन का उपयोग vnc ट्रैफिक को टनल के नीचे करने के लिए किया जाएगा।
- sudo service xrdp restart
- sudo service ssh restart
- pkill Xtightvnc
- tightvncserver
- putty -> Connection -> SSH -> Tunnels
* Source port: 5555
* Destination: localhost:3389
यदि उपरोक्त काम नहीं करता है:
- आपको दोनों कंप्यूटरों को पुनरारंभ करने की आवश्यकता हो सकती है,
sudo ufw disable
सर्वर पीसी पर फ़ायरवॉल ( ) को अक्षम करें और फिर रीचेक (यहां तक कि एक और पुनरारंभ की आवश्यकता हो सकती है)।
- यदि ऊपर काम नहीं करता है तो आपने परस्पर विरोधी पैकेज स्थापित करके अपने सिस्टम को गड़बड़ कर दिया है। आपको उस पर मैन्युअल समस्या निवारण करना होगा (यदि आप निर्देशों का ठीक से पालन करते हैं, तो आप इस कदम तक नहीं पहुँच सकते हैं)।
स्रोत और क्रेडिट: