[security]
DisallowTCP=false
Enable=true
2. Add UDP port 177 to the Allow list on firewall.
防火墙关闭的就不用修改
/etc/sysconfig/ipchains文件中加入以下语句:
-A input -p udp -s 0/0 -d 0/0 177 -j accept
3. As an admin, do 'init 3' and then, 'init 5'
修改/etc/inittab,将
id:3:initdefault:
修改为:
id:5:initdefault:
----------------------追记
6.3里面就变了样子。
1。 yum install xdm。否则没有/etc/X11/xdm了
2。修改/etc/X11/xdm/xdm-config,注释掉
#DisplayManager.requestPort: 0
3。修改/etc/X11/xdm/Xaccess ,放开
* #any host can get a login window
4。加上上面的修改才可以。
没有评论:
发表评论