شما اصلا IBSng رو نصب نکرده اید.
از اول سیستم عامل رو نصب کنید
بعد این دستورات رو برای نصب وارد کنید.
در محیط سنت اوس یابد سرویس شما استارت شود. وگرنه مشکل دارید.
کد:yum install httpd yum install postgresql-server yum install postgresql-python yum install php-gd yum install php-mbstring yum install php-pdo yum install ppp yum install kernel yum install mod_python php httpd-manual system-config-httpd httpd webalizer mod_perl perl-DB-Pg mod_ssl postgresql-libs apr-util dovecot wget http://garr.dl.sourceforge.net/sourc...-A1.24.tar.bz2 tar xjf IBSng-A1.24.tar.bz2 -C /usr/local service postgresql restart su postgres createuser ibs (?? createuser ibs -s ?? => NO!) createdb IBSng createlang plpgsql IBSng exit vim /var/lib/pgsql/data/pg_hba.conf ### Push INSERT ### Add First => local IBSng ibs trust ### Push Esc => Push : + X => Push Enter service postgresql restart /usr/local/IBSng/scripts/setup.py ### Push these keys in order => 1 2 2 1 ### Enter IBSng Administrator Password ### Push these keys in order => 1 2 5 1 3 1 2 b x rpm -ivh http://acelnmp.googlecode.com/files/...el5.1.i386.rpm rpm -ivh http://ftp.belnet.be/packages/dries....l5.rf.i386.rpm cd /etc/radiusclient wget http://www.webhostingtalk.ir/dl/Vide...nary.microsoft rm -f /etc/pptpd.conf cd /etc wget http://www.webhostingtalk.ir/dl/Video/IBSng/pptpd.conf rm -f /etc/ppp/options.pptpd cd /etc/ppp wget http://www.webhostingtalk.ir/dl/Vide.../options.pptpd rm -f /etc/sysctl.conf cd /etc wget http://www.webhostingtalk.ir/dl/Video/IBSng/sysctl.conf rm -f /etc/radiusclient/radiusclient.conf cd /etc/radiusclient wget http://www.webhostingtalk.ir/dl/Vide...iusclient.conf rm -f /etc/radiusclient/dictionary cd /etc/radiusclient wget http://www.webhostingtalk.ir/dl/Video/IBSng/dictionary rm -f /etc/ppp/ip-up cd /etc/ppp wget http://www.webhostingtalk.ir/dl/Video/IBSng/ip-up vim /etc/radiusclient/servers ### Add End => 127.0.0.1 secretKey ==For Me==> 127.0.0.1 secure-cyber sysctl -p echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A INPUT -i eth0 -p tcp --dport 1723 -j ACCEPT iptables -A INPUT -i eth0 -p gre -j ACCEPT iptables -A FORWARD -i ppp+ -o eth0 -j ACCEPT iptables -A FORWARD -i eth0 -o ppp+ -j ACCEPT chkconfig pptpd on service pptpd restart service postgresql restart service IBSng restart service httpd start service httpd reload