Ubuntu 12.04 LTS 서버측 설정
$ sudo vi /etc/lightdm/lightdm.conf [SeatDefaults] autologin-guest=false autologin-user=cynix autologin-user-timeout=0 autologin-session=lightdm-autologin greeter-session=unity-greeter user-session=ubuntu [XDMCPServer] enabled=true $ sudo service lightdm restart |
[링크 : https://wiki.ubuntu.com/xdmcp]
xming 클라이언트 설정(윈도우)
VNC보단 확실히 빠른느낌이다.
나중에 로컬이 아닌 외부에서 시도해봐야지..
XDMCP protocol on port 177/UDP. But the actual X11 protocol connections will be made to the local port 6000+n /TCP, where n is the display-number.
[링크 : http://www.straightrunning.com/XmingNotes/IDH_XDMCP.htm]
Open up TCP port 6000-6005 (plus X-Win32’s base display number) in both directions
Open up UDP port 177 to accept incomming connections from any port.
[링크 : https://www.starnet.com/xwin32kb/what-ports-need-to-be-opened-for-xdmcp/]
2009/04/10 - [프로그램 사용/cygwin / Xming] - Xming XDMCP 관련 도움말
2009/05/19 - [프로그램 사용/cygwin / Xming] - Xming --help
'프로그램 사용 > cygwin & Xming' 카테고리의 다른 글
cygwin/X XDMCP (0) | 2016.02.12 |
---|---|
XDMCP over SSH ? / xnest (0) | 2016.02.03 |
cygwin bash 쉘 시작 위치 지정하기 (0) | 2015.12.02 |
Xwin DISPLAY 고찰(?) (0) | 2015.08.13 |
Xming vs cygwin/x (0) | 2012.01.25 |