它是一个基于企业级对比套装的开源的终端服务器。它允许用户在连接速度缓慢或者窄带宽的情况下,对X11会话进行远程访问。
NX项目提供一整套的运行库文件以及优化的来自X11,SMB,IPP,HTTP及其网络上的其他音视频协议的传输
NX使用SHH协议来发送数据并使用公匙密码系统作为认证手段。当客户端连接到服务端的时候,通常是以 nx,这个用户名并以SHH的公匙方法认证来登陆的。
NX提供很多版本,包括:NX服务器免费版,NX企业级桌面服务器,NX小型商业服务器,NX企业服务器和NX高级服务器。只有第一种才能在GPL协议下使用,剩下的都需要商业授权才行。
1. 可连接到 XDMCP服务器,Windows 命令行服务器以及 Citrix MetaFrame
2. 为 X11, RDP 和VNC桌面环境提供安全保障
3. 在本地客户端桌面上整合单一的X11应用程序
4. Windows 文件共享的支持模式允许你共享linux系统下的整块硬盘
5. 数据以 SSL 形式加密并确保安全性
6. 支持 IPv6
7. 整合SSH
8. 基于 PAM的认证体系
9. 支持打印
10. 提供对64位的支持
11. NX提供计算架构,整套开源技术以及商业工具,以此来确保软件的易用性
12. 支持自定义脚本
nomachine支持包括Windows、Mac、Linux平台,下载地址为:
https://www.nomachine.com/download/download&id=12
安装好nomachine_4.6.4_13_x86_64.rpm后,如果需要NX客户端连接nxserver服务器,那么“nxserver”服务必须打开,且保证没有防火墙之类的阻碍(关闭防火墙;设置足够的访问策略)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
[root@DatabaseLogic software]# service iptables status
表格:filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
[root@DatabaseLogic software]# service iptables stop
iptables:将链设置为政策 ACCEPT:filter [确定]
iptables:清除防火墙规则: [确定]
iptables:正在卸载模块: [确定]
[root@DatabaseLogic software]# service iptables status
iptables:未运行防火墙。
[root@DatabaseLogic software]# getenforce
Disabled
[root@DatabaseLogic software]#
[root@DatabaseLogic software]# service nxserver status
NX> 161 Enabled service: nxserver.
NX> 161 Enabled service: nxnode.
NX> 161 Enabled service: nxd.
[root@DatabaseLogic software]#
[root@DatabaseLogic software]# netstat -tupln | grep --color "/nx"
tcp 0 0 127.0.0.1:24088 0.0.0.0:* LISTEN 20307/nxserver.bin
tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN 20334/nxnode.bin
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 20315/nxd
tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 20334/nxnode.bin
tcp 0 0 127.0.0.1:20001 0.0.0.0:* LISTEN 20314/nxserver.bin
tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 20364/nxclient.bin
tcp 0 0 ::1:7001 :::* LISTEN 20334/nxnode.bin
tcp 0 0 :::4000 :::* LISTEN 20315/nxd
udp 4584 0 192.168.242.1:5353 0.0.0.0:* 20307/nxserver.bin
udp 4584 0 192.168.58.1:5353 0.0.0.0:* 20307/nxserver.bin
udp 18336 0 168.0.1.213:5353 0.0.0.0:* 20307/nxserver.bin
udp 0 0 0.0.0.0:5353 0.0.0.0:* 20307/nxserver.bin
[root@DatabaseLogic software]#
|
二、客户端的NX配置。