Configuration on OpenSUSE 11 (for Linux with the default graphics environment for KDE):
1, configuration KDM.
The default graphics environment for OpenSUSE 11 is KDE, although GDM and KDM can be installed at the same time, but only KDM is started by default. So openSUSE 11 only needs to configure KDM, if you start GDM to replace KDM, then the configuration can refer to CentOS 5.
Modify/etc/x11/xdm/xaccess,
Remove the #* #any host can get a login window at the beginning of the line,
Become * #any host can get a login window
Note: OpenSUSE 11 has been removed by default #.
Modify the last line of/etc/x11/xdm/xdm-config, and add one in front of displaymanager.requestport:0! Comment out the line.
Modify the/etc/sysconfig/displaymanager file to change the following:
Displaymanager_remote_access= "Yes" note: Allow Remote Desktop Connection
Displaymanager_root_login_remote= "Yes" note: Allow ROOT users to connect remotely
Four, restart the service:
1. Open the UDP 177 port in the firewall. If you have disabled the firewall, you can skip this entry.
Method 1 (for terminal): In the/etc/sysconfig/iptables file, add:
-A rh-firewall-1-input-m state--state new-m udp-p UDP--dport 177-j ACCEPT
Method 2 (for X-window): Add the UDP 177 port in the additional ports under Firewall options in system, management, security level and firewall.
You can either choose one of the two methods.
2, before the commencement of the process must be restarted, the first, the direct restart of the Linux system, the second, restart the display manager Gdm-restart (GDM only), restart the Firewall service iptables restart. If both GNOME and KDE are installed, you can select one of the environments in the session after Telnet.
Configuration on OpenSUSE 11 can xmanager Remote Desktop