2.4.1、编辑防火墙规则
1)CentOS 5
vim编辑/etc/sysconfig/iptables
12 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 389 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 9830 -j ACCEPT
2)CentOS 6
12 -A INPUT -m state --state NEW -m tcp -p tcp --dport 389 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 9830 -j ACCEPT
2.4.1、重启防火墙
/etc/init.d/iptables restart
2.5、启动控制台
1)CentOS 5
centos-idm-console -a :9830
2)CentOS 6
389-console