XDMCP : Connecting to a remote X server from another linux system using GDM.
The key things to know before following the steps:
Steps to be followed are as follow to configure "server":
Port=177
6. Save the file.
7. Close the editor
8. Close nautilus
Configure firewall:
If you had any problem with these steps. You can ask it in comments.
- Remotely connecting to a remote X server is not secure. Try this only at you home and local systems.
- This can be made secure by using SSH Tunneling but , to make this post simple and clear, I am not covering it here.
Steps to be followed are as follow to configure "server":
- Enabling XDMCP in GDM
- Configure firewall
Enabling XDCMP in GDM:
- Open terminal.
- Type : sudo nautilus
- Browse to /etc/gdm folder
- Open Custom.conf file.
- Under [XDMCP] type
Port=177
6. Save the file.
7. Close the editor
8. Close nautilus
Configure firewall:
- Type system-config-firewall in terminal.
- Select Custum port in left.
- Then select Add button , then enter port as 177 and protocol as UDP
- Then Select Apply on top panel.
- Then restart the system.
If you had any problem with these steps. You can ask it in comments.
Comments
Post a Comment