<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Server Hosting Knowledge base &#187; Linux Dedicated Servers</title>
	<atom:link href="http://www.bodhost.com/web-hosting/tag/linux-dedicated-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bodhost.com/web-hosting</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 04:31:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Asterisk &#8211; VOIP Server on Linux FedoraCore</title>
		<link>http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/</link>
		<comments>http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 02:46:47 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[Asterisk COIP Server on Linux FedoraCore]]></category>
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=996</guid>
		<description><![CDATA[Asterisk &#8211; VOIP Server on FedoraCore Please check sure you install no pre-configured options. Once installed : Logon as Root Mount the CDROM mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom YUM Installation : rpm -i /mnt/cdrom/Fedora/RPMS/rpm-python-4.4.2-32.i386.rpm rpm -i /mnt/cdrom/Fedora/RPMS/python-elementtree-1.2.6-5.i386.rpm rpm -i /mnt/cdrom/Fedora/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm rpm -i /mnt/cdrom/Fedora/RPMS/python-urlgrabber-2.9.9-2.noarch.rpm rpm -i /mnt/cdrom/Fedora/RPMS/yum-metadata-parser-1.0-8.fc6.i386.rpm rpm -i /mnt/cdrom/Fedora/RPMS/yum-3.0-6.noarch.rpm Kernel Sources Installation : rpm -i [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Asterisk &#8211; VOIP Server on FedoraCore</strong></p>
<p>Please check sure you install no pre-configured options. Once installed :</p>
<p>Logon as Root</p>
<p>Mount the CDROM<br />
mkdir /mnt/cdrom<br />
mount /dev/cdrom /mnt/cdrom</p>
<p>YUM Installation :</p>
<p>rpm -i /mnt/cdrom/Fedora/RPMS/rpm-python-4.4.2-32.i386.rpm<br />
rpm -i /mnt/cdrom/Fedora/RPMS/python-elementtree-1.2.6-5.i386.rpm<br />
rpm -i /mnt/cdrom/Fedora/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm<br />
rpm -i /mnt/cdrom/Fedora/RPMS/python-urlgrabber-2.9.9-2.noarch.rpm<br />
rpm -i /mnt/cdrom/Fedora/RPMS/yum-metadata-parser-1.0-8.fc6.i386.rpm<br />
rpm -i /mnt/cdrom/Fedora/RPMS/yum-3.0-6.noarch.rpm</p>
<p>Kernel Sources Installation :</p>
<p>rpm -i /mnt/cdrom/Fedora/RPMS/kernel-devel-2.6.18-1.2798.fc6.i686.rpm<br />
ln -s /usr/src/kernels/2.6.18-1.2798.fc6-i686/ /usr/src/linux</p>
<p>Compiler Installation :</p>
<p>yum install gcc ncurses-devel openssl-devel gcc-c++ gnutls-devel make -y</p>
<p>WGET Installation :</p>
<p>rpm -i /mnt/cdrom/Fedora/RPMS/wget-1.10.2-7.i386.rpm</p>
<p>SSH Installation :</p>
<p>yum install openssh openssh-clients openssh-server -y</p>
<p>Start SSH Daemon :</p>
<p>/etc/init.d/sshd start</p>
<p>VSFTP Installation :</p>
<p>yum install vsftpd -y</p>
<p>VSFTP Daemon Start on Boot :</p>
<p>/etc/init.d/vsftpd start<br />
chkconfig vsftpd on</p>
<p>Source files in /usr/src/</p>
<p>Via CDROM</p>
<p>cd /<br />
umount /dev/cdrom</p>
<p>Change CD :</p>
<p>mount /dev/cdrom /mnt/cdrom<br />
cp /mnt/cdrom/* /usr/src/ -R<br />
rpm -i /mnt/cdrom/Fedora/RPMS/lsof-4.78-3.i386.rpm<br />
cd /<br />
kill -9 `lsof -t /dev/cdrom`<br />
umount /dev/cdrom<br />
rpm -e lsof</p>
<p>Open Linux Conifugration : vi /etc/selinux/config</p>
<p>change SELINUX=enforcing to SELINUX=disabled</p>
<p>vi /etc/vsftpd/user_list</p>
<p>remove root from the list</p>
<p>vi /etc/vsftpd/ftpusers</p>
<p>Please make sure you remove root and Reboot</p>
<p>Login to to through FTP</p>
<p>wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.16.tar.gz<br />
wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.4.tar.gz<br />
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.17.tar.gz<br />
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-1.2.1.tar.gz<br />
wget ftp://rpmfind.net/linux/SuSE-Linux/i386/update/9.3/rpm/i586/madplay-0.15.2b-32.i586.rpm<br />
wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/libmad/libmad-0.15.1b-4.fc6.i386.rpm</p>
<p>Madplay Installation</p>
<p>yum install libid3tag -y<br />
rpm -i /usr/src/libmad-0.15.1b-4.fc6.i386.rpm<br />
rpm -i /usr/src/madplay-0.15.2b-32.i586.rpm</p>
<p>MPG123 Installation</p>
<p>Install MPG123 (MOH)<br />
cd /usr/src/mpg123-0.65/<br />
./configure<br />
make<br />
make install<br />
ln -s /usr/local/bin/mpg123 /usr/bin/mpg123</p>
<p>Zaptel Installation</p>
<p>Here, please make sure /li&#8217;b/modules/2.6.18-1.2798.fc6-i686/build and /usr/src/2.6.18-1.2798.fc6-i686/ are linked.</p>
<p>cd /usr/src/zaptel-1.2.16/<br />
make clean<br />
make<br />
make install<br />
make install-udev<br />
make config</p>
<p>Change Code 2,16,19 to 2,6,18</p>
<p>#if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2,6,19) to<br />
#if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2,6,18)<br />
vi /usr/src/zaptel-1.2.16/xpp/xbus-core.c</p>
<p>Start Zaptel :</p>
<p>/ect/init.d/zaptel start</p>
<p>LibPRI Installation :</p>
<p>cd /usr/src/libpri-1.2.4/<br />
make clean<br />
make<br />
make install</p>
<p>Asterisk Installation :</p>
<p>cd /usr/src/asterisk-1.2.17/<br />
make clean<br />
make<br />
make install<br />
make samples<br />
make config</p>
<p>Asterisk Sound Pack Installation</p>
<p>cd /usr/src/asterisk-sounds/<br />
make install</p>
<p>mkdir /tftpboot<br />
useradd usr<br />
passwd usr<br />
1234 enter<br />
1234 enter<br />
vi /etc/passwd</p>
<p>vi /etc/vsftpd/vsftpd.conf</p>
<p>change the following:<br />
chroot_list_enable=YES<br />
userlist_enable=YES<br />
userlist_deny=NO<br />
vi /etc/vsftpd/chroot_list</p>
<p>In the file : vi /etc/vsftpd/user_list, add &#8220;usr&#8221; and remove all through Text Editor</p>
<p>cd /tftpboot/</p>
<p>chown usrprovis /tftpboot/<br />
chmod u-w . (note the period)<br />
mkdir contacts<br />
mkdir log<br />
mkdir overrides<br />
chown usrprovis log<br />
chgrp usrprovis log<br />
chown usrprovis contacts<br />
chgrp usrprovis contacts<br />
chown usrprovis overrides<br />
chgrp usrprovis overrides</p>
<p>Firewall should be turned :</p>
<p>chkconfig iptables off</p>
<p>In order to check the services : chkconfig &#8211;list</p>
<p>Root SSH should be disabled and creation of account with permissions.</p>
<p>Edit sshd config and remove # PermiRootLogin and change yes to no. : vi /etc/ssh/sshd_config</p>
<p>Perl Module</p>
<p>Install Perl &#8211; Makefile.PL</p>
<p>wget through any website for Perl<br />
perl Makefile.PL</p>
<p>DHCP Installation :</p>
<p>yum install dhclient -y</p>
<p>Troubleshooting tools Installation :</p>
<p>yum install yum install iftop -y</p>
<p>Configuration : Realtime DEP :</p>
<p>yum install mysql mysql-server mysql-devel</p>
<p>Add-on Compile :</p>
<p>./configure &#8211;with-mysqlclient=/usr</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Del.icio.us" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To digg" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;u=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FURL" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To reddit" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;version=0.7" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Feed Me Links" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Technorati" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;t=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Yahoo My Web" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;h=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Newsvine" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;description=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Ma.gnolia" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Stumble Upon" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Bookmarks" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Squidoo" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Blogmarks" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Bloglines" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;T=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Propeller" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Live-MSN" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To SlashDot" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;t=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FaceBook" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Mixx" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;c=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To MySpace" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+on+Linux+FedoraCore&amp;srcURL=http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Buzz" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Social Bookmarking Reloaded" alt="Add 'Asterisk &#8211; VOIP Server on Linux FedoraCore' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Asterisk+%E2%80%93+VOIP+Server+on+Linux+FedoraCore+http%3A%2F%2Ftinyurl.com%2F267434o" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Asterisk+%E2%80%93+VOIP+Server+on+Linux+FedoraCore+http%3A%2F%2Ftinyurl.com%2F267434o" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/asterisk-voip-server-on-linux-fedoracore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS</title>
		<link>http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/</link>
		<comments>http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 01:35:42 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[Linux Dedicated Servers]]></category>
		<category><![CDATA[Linux VOIP Server Installation]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=992</guid>
		<description><![CDATA[Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS Prior to installation, you need to make sure all packages up-to-date. Run yum-y update. In case, any Kernel files were updated, the server will require reboot of the server. Now, you will need to download pre-requisites or essentials of Asterisk : gcc kernel-devel bison openssl-devel doxygen [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS</strong></p>
<p>Prior to installation, you need to make sure all packages up-to-date. Run yum-y update. In case, any Kernel files were updated, the server will require reboot of the server. Now, you will need to download pre-requisites or essentials of Asterisk :</p>
<p>gcc<br />
kernel-devel<br />
bison<br />
openssl-devel<br />
doxygen #</p>
<p>In case you have a Dual Core Processor Server, Kernel-smp-devel is required through</p>
<p>apt-get update<br />
apt-get install gcc kernel-devel bison openssl-devel</p>
<p>Or through yum</p>
<p>yum -y update<br />
yum install gcc kernel-devel bison openssl-devel</p>
<p>Donwnload the latest version through asterisk website to /usr/src</p>
<p>In case you are using PRI cards, you need to the following :</p>
<p>wget http://ftp.digium.com/pub/libpri/releases/libpri-&lt;version&gt;.tar.gz</p>
<p>Untar the files :</p>
<p>tar -zxf zaptel-&lt;version&gt;.tar.gz<br />
tar -zxf asterisk-&lt;version&gt;.tar.gz<br />
tar -zxf libpri-&lt;version&gt;.tar.gz</p>
<p>Installation of Zaptel :</p>
<p>cd /usr/src/zaptel</p>
<p>make clean<br />
make<br />
make install</p>
<p>Restart Zaptel Service</p>
<p>Installation of LIBRI :</p>
<p>In case you are using E1 Cards, install LIBRI :</p>
<p>cd /usr/src/libpri</p>
<p>make clean<br />
make<br />
make install</p>
<p>Asterisk Installation :</p>
<p>cd /usr/src/asterisk</p>
<p>make mpg123 #<br />
make clean<br />
make<br />
make install</p>
<p>If kernel is used, edit spinlock.h or Zaptel will not compile :</p>
<p>vi /usr/src/kernels/2.6.9-34.EL-x86_64/include/linux/spinlock.h</p>
<p>In Text Editor : define DEFINE_RWLOCK(x) rw_lock_t x = RW_LOCK_UNLOCKED<br />
and change to define DEFINE_RWLOCK(x) rwlock_t x = RW_LOCK_UNLOCKED</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Del.icio.us" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To digg" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;u=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FURL" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To reddit" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;version=0.7" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Feed Me Links" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Technorati" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;t=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Yahoo My Web" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;h=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Newsvine" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;description=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Ma.gnolia" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Stumble Upon" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Bookmarks" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Squidoo" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Blogmarks" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Bloglines" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;T=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Propeller" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Live-MSN" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To SlashDot" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;t=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FaceBook" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Mixx" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;c=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To MySpace" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/&amp;title=Asterisk+%26%238211%3B+VOIP+Server+Installation+on+Linux+%26%238211%3B+centOS&amp;srcURL=http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Buzz" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Social Bookmarking Reloaded" alt="Add 'Asterisk &#8211; VOIP Server Installation on Linux &#8211; centOS' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Asterisk+%E2%80%93+VOIP+Server+Installation+on+Linux+%E2%80%93+centOS+http%3A%2F%2Ftinyurl.com%2F3agfh8d" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Asterisk+%E2%80%93+VOIP+Server+Installation+on+Linux+%E2%80%93+centOS+http%3A%2F%2Ftinyurl.com%2F3agfh8d" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/asterisk-voip-server-installation-on-linux-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; Terminal Server Client</title>
		<link>http://www.bodhost.com/web-hosting/linux-terminal-server-client/</link>
		<comments>http://www.bodhost.com/web-hosting/linux-terminal-server-client/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:12:15 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[Linux Dedicated Servers]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=674</guid>
		<description><![CDATA[Through Linux Terminal Server Client, we can connect to a Windows or Linux destop which can be accessed through Applications. Click on Main menu => Internet => Terminal Server Client. It basically is a graphical representration to the command line vncviewer and RDP through &#8220;tsclient&#8221; Command For remote access, Terminal Server Client are the best [...]]]></description>
			<content:encoded><![CDATA[<p>Through Linux Terminal Server Client, we can connect to a Windows or Linux destop which can be accessed through Applications. Click on Main menu => Internet => Terminal Server Client. It basically is a graphical representration to the command line vncviewer and RDP through &#8220;tsclient&#8221; Command </p>
<p>For remote access, Terminal Server Client are the best way to connect. It can also share sessions and supports through VNC, Xnest and Citrix ICA client. Once you connect, make sure you have administrative rights to the server you are connecting.</p>
<p>It is possible to setup Linux Terminal Server Client on linux dedicated servers and it&#8217;s connection to other applications or Operating System.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Linux &#8211; Terminal Server Client' To Del.icio.us" alt="Add 'Linux &#8211; Terminal Server Client' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Linux &#8211; Terminal Server Client' To digg" alt="Add 'Linux &#8211; Terminal Server Client' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Linux+%26%238211%3B+Terminal+Server+Client&amp;u=http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Linux &#8211; Terminal Server Client' To FURL" alt="Add 'Linux &#8211; Terminal Server Client' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Linux &#8211; Terminal Server Client' To reddit" alt="Add 'Linux &#8211; Terminal Server Client' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Linux+%26%238211%3B+Terminal+Server+Client&amp;url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;version=0.7" title="Add 'Linux &#8211; Terminal Server Client' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Linux &#8211; Terminal Server Client' To Feed Me Links" alt="Add 'Linux &#8211; Terminal Server Client' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Linux &#8211; Terminal Server Client' To Technorati" alt="Add 'Linux &#8211; Terminal Server Client' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;t=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Linux &#8211; Terminal Server Client' To Yahoo My Web" alt="Add 'Linux &#8211; Terminal Server Client' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;h=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Linux &#8211; Terminal Server Client' To Newsvine" alt="Add 'Linux &#8211; Terminal Server Client' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client&amp;description=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Linux &#8211; Terminal Server Client' To Ma.gnolia" alt="Add 'Linux &#8211; Terminal Server Client' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Linux &#8211; Terminal Server Client' To Stumble Upon" alt="Add 'Linux &#8211; Terminal Server Client' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Linux &#8211; Terminal Server Client' To Google Bookmarks" alt="Add 'Linux &#8211; Terminal Server Client' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Linux &#8211; Terminal Server Client' To Squidoo" alt="Add 'Linux &#8211; Terminal Server Client' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Linux &#8211; Terminal Server Client' To Blogmarks" alt="Add 'Linux &#8211; Terminal Server Client' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Linux &#8211; Terminal Server Client' To Bloglines" alt="Add 'Linux &#8211; Terminal Server Client' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;T=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Linux &#8211; Terminal Server Client' To Propeller" alt="Add 'Linux &#8211; Terminal Server Client' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Linux &#8211; Terminal Server Client' To Live-MSN" alt="Add 'Linux &#8211; Terminal Server Client' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Linux+%26%238211%3B+Terminal+Server+Client&amp;url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Linux &#8211; Terminal Server Client' To SlashDot" alt="Add 'Linux &#8211; Terminal Server Client' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;t=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Linux &#8211; Terminal Server Client' To FaceBook" alt="Add 'Linux &#8211; Terminal Server Client' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client" title="Add 'Linux &#8211; Terminal Server Client' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Linux &#8211; Terminal Server Client' To Mixx" alt="Add 'Linux &#8211; Terminal Server Client' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Linux+%26%238211%3B+Terminal+Server+Client&amp;c=http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Linux &#8211; Terminal Server Client' To MySpace" alt="Add 'Linux &#8211; Terminal Server Client' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/linux-terminal-server-client/&amp;title=Linux+%26%238211%3B+Terminal+Server+Client&amp;srcURL=http://www.bodhost.com/web-hosting/linux-terminal-server-client/" title="Add 'Linux &#8211; Terminal Server Client' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Linux &#8211; Terminal Server Client' To Google Buzz" alt="Add 'Linux &#8211; Terminal Server Client' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Linux &#8211; Terminal Server Client' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Linux &#8211; Terminal Server Client' To Social Bookmarking Reloaded" alt="Add 'Linux &#8211; Terminal Server Client' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Linux+%E2%80%93+Terminal+Server+Client+http%3A%2F%2Ftinyurl.com%2F3hbhzj7" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Linux+%E2%80%93+Terminal+Server+Client+http%3A%2F%2Ftinyurl.com%2F3hbhzj7" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/linux-terminal-server-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

