yum install ntp -y ntpdate pool.ntp.org service ntpd start chkconfig ntpd on
rpm --import http://vasexperts.ru/centos/RPM-GPG-KEY-vasexperts.ru rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm
yum install nfsen
service httpd start service nfsen start
chkconfig httpd on chkconfig nfsen on
vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 9997 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 9998 -j ACCEPT
setenforce 0 vi /etc/selinux/config SELINUX=disabled