XLaunch XDMCP settings
XDMCP settings
Settings for the XDMCP mode. This mode is the most problematic, is not secure, and usually requires altering of the remote machine's settings. The XDMCP protocol will send and receive data on port 177/UDP. But the actual connections will be made to the local port 6000+n /TCP, where n is the display number.
Connect to host
Enables XDMCP and sends 'Query' UDP packets to the specified host.
If you are having problems use Wireshark or equivalent to monitor UDP traffic on the remote host and look for the sequence 'Query' 177/UDP, 'Willing' x/UDP, 'Request' 177/UDP, 'Accept' x/UDP, 'Manage' 177/UDP and see where it stops. If it gets through the sequence then test with local and remote 'xeyes' in multiwindow mode, because the Display Manager acts just like an X client from then on in to provide its login window.
Use indirect connect
Enables XDMCP and sends 'IndirectQuery' packets to the specified host. This host presents a chooser box of several hosts or sends 'ForwardQuery' to another host depending on how it's X Display Manager is configured (via Xaccess file entries).
Search for hosts (broadcast)
Enables XDMCP and broadcasts 'BroadcastQuery' packets to the network. The first responding display manager will be chosen for the session.
XDMCP remote settings
A quick guide to setting insecure XDMCP mode on a remote machine running kdm, gdm, xdm or wdm...
On the remote *nix machine edit the following files, restart the X Display Manager and run at 'init 5'.
Edit the file Xaccess (each Display Manager has its own). Make sure you have a line like this that is uncommented.
* #any host can get a login window |
Edit the X Display Manager config file (kdmrc, gdm.config, xdm-config or wdm-config) and change
[Xdmcp] Enable=false (may be shown as 0 in some distributions) to [Xdmcp] Enable=true (or 1 in some distributions) |
or for a xdm style configuration
DisplayManager.requestPort: 0 to !DisplayManager.requestPort: 0 |
출처 : XLaunch Wizard help for Xming - XLaunch XDMCP settings 항목
'프로그램 사용 > cygwin & Xming' 카테고리의 다른 글
gnome의 file browser 단독실행하기 - nautilus file browser (7) | 2009.04.15 |
---|---|
cygwin/X 구동 옵션 - options of Xwin.exe (2) | 2009.04.12 |
간편하게 Cygwin/X 혹은 Xming 에서 X-Window 끌어 오기 (0) | 2009.04.10 |
XDMCP, Xygwin/X로 X-Windows 에 원격실행,접속하기 (0) | 2009.04.06 |
cygwin/x(Xming)와 Putty를 이용하여 X-window 프로그램 띄우기 (2) | 2009.03.25 |