linux初探

首页

应用服务器

Linux技巧

中文文档

Linux初级

服务器源代码

命令详解

Linux技术应用

Linux安全应用

Linux业界新闻

UniX技术文章

Linux编程与内核

Linux数据库

Linux服务器

Linux安装指导

Linux论坛


首页>>Linux安全应用>>

热门文章

·利用135端口漏洞入侵个人电脑
·网吧频繁掉线(ARP)与解决方
·新手学堂:防火墙在网络中的
·害怕受网络攻击 英国公民干脆
·知己知彼:IEXPLORE命令行参
·保护个人隐私 隐藏在图片背后
·顶尖网络高手写的alexa作弊完
·国庆期间有45万余台计算机感
·病毒门诊:清除猖狂的Sxs.ex
·电脑用户须知 忘记分级审查密

推荐文章

xmanager在redhat linux as4 上的连接问题


原来用redhat 9的时候,配置xmanager没有问题,很快就通了,后来服务器用as4,结果连了很久没连上,
主要产生的问题有3点:
1、自己客户端的防火墙问题,如果不行,你可以关闭xp的防火墙和你自己安装的防火墙(我的是macfee防火墙)
2、关闭或者配置,linux上的防火墙,service iptables stop,或者配置iptables允许177端口
3、按照如下步骤配置,特别是/etc/inittab 中设置x:5:respawn:/usr/bin/gdm这句(可在原句上修改)
4、碰到Maximum number of open XDMCP sessions from host问题时,修改/etc/X11/gdm/gdm.conf 中的DisplayPerHost数,比如DisplayPerHost=9。
5、别忘了重启机器来生效配置,也可用service来重启相关服务。机器重启后,记得防火墙是恢复到原配置的,请重新关闭,或者修改防火墙配置文件来使得规则重启也生效。

最后,提醒一下解决方法:
1、碰到问题要及时查看message里面的日志,可以用more /var/log/messages然后按/来find。
2、充分利用论坛和网络搜索功能
3、学会看英文faq!

祝大家的问题能迎刃而解!!。Happy new year!

Step 1. Set any host can get a login window.

  1. Open /etc/X11/xdm/Xaccess.
  2. Remove "#"                       # * #any host can get a login window

    Step 2. Change runlevel to enable gdm.
    1. Open /etc/inittab file.
    2. Change the runlevel to 5 as following:

      id:5:initdefault:
    3. Replace with this           x:5:respawn:/usr/bin/gdm
      Step 3. GDM configuration (When the Linux is using gdm)
      1. Open /etc/X11/gdm/gdm.conf file. (/etc/gdm/custom.conf for Fedora Core 5)
      2. Go to the [xdmcp]section.
      3. Set the value of Enable option to true or 1.
      4. Set the value of “DisplayPerHost” option to desired maximum number such as 10(You will see the server is busy if the value is 1).
        Step 4. Modify displayManager
        1. Open /etc/X11/xdm/xdm-config file.
          • Go to the last line.
          • Add "!" in the beginning of the line.
        Step 5. Restart  Linux

        Step 6. Open XManager-Broadercast

        Linux联盟收集整理

        相关文章:

        ·Linux下硬盘分区详解
        ·iptable应用初探
        ·安装google earth for linux
        ·bin文件的安装方法
        ·备份和恢复引导区
        ·linux使用技巧三则
        ·Ubuntu系统的简单架设
        ·Linux常用命令
        ·ubuntu使用经验

        Copyright@2005 www.linuxGoo.com All Right Reserved