<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Telecommunication and Networking.</title>
	<atom:link href="http://telconetwork.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://telconetwork.wordpress.com</link>
	<description>All about telecommunication and networking technology you can find in here.</description>
	<pubDate>Tue, 22 Apr 2008 03:29:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Setting Up FTP Server with Linux</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/setting-up-ftp-server-with-linux/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/setting-up-ftp-server-with-linux/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:29:47 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[ftp]]></category>

		<category><![CDATA[ftp server]]></category>

		<category><![CDATA[linux ftp server]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=14</guid>
		<description><![CDATA[SETTING LAYANAN FTP SERVER
1. Pada linux terdapat banyak sekali aplikasi FTP Server (vsftpd, wu-ftpd, wzdftpd, pureftpd, tftpd). Namun disini yang digunakan vsftpd.
2. Install paket vsftpd.
# apt-get install vsftpd
3. Setelah semua instalasi selesai dilakukan. Edit file vsftpd.conf, namun terlebih dahulu anda bisa back-up file tersebut terlebih dahulu.
4. Kemudian ubah beberapa opsi file /etc/vsftpd.conf berikut,
# Allow anonymous [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SETTING LAYANAN FTP SERVER<br />
1. Pada linux terdapat banyak sekali aplikasi FTP Server (vsftpd, wu-ftpd, wzdftpd, pureftpd, tftpd). Namun disini yang digunakan vsftpd.<br />
2. Install paket vsftpd.<br />
# apt-get install vsftpd<br />
3. Setelah semua instalasi selesai dilakukan. Edit file vsftpd.conf, namun terlebih dahulu anda bisa back-up file tersebut terlebih dahulu.<br />
4. Kemudian ubah beberapa opsi file /etc/vsftpd.conf berikut,<br />
# Allow anonymous FTP?</p>
<p>anonymous_enable=NO</p>
<p># Uncomment this to allow local users to log in.</p>
<p>local_enable=YES</p>
<p># Uncomment this to enable any form of FTP write<br />
command.</p>
<p>write_enable=YES</p>
<p># You may fully customise the login banner string:</p>
<p>ftpd_banner=Welcome to my FTP.</p>
<p># chroot_list_enable below.</p>
<p>chroot_local_user=YES</p>
<p>5. Simpan file diatas, kemudian restart FTP server.<br />
# /etc/init.d/vsftpd restart<br />
6. FTP Server anda siap digunakan. Untuk tes lakukan ftp ke localhost.<br />
# ftp localhost</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=14&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/setting-up-ftp-server-with-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting Up DHCP Server with Linux</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/setting-up-dhcp-server-with-linux/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/setting-up-dhcp-server-with-linux/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:28:50 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[dhcp server]]></category>

		<category><![CDATA[linux dhcp server]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=13</guid>
		<description><![CDATA[SETTING DHCP SERVER
1. Install paket dhcp3-server.
# apt-get install dhcp3-server
2. Setelah semua instalasi selesai dilakukan. Edit file dhcpd.conf, namun terlebih dahulu anda bisa back-up file tersebut terlebih dahulu.
3. Buat file /etc/dhcp3/dhcp.conf berikut,
# /etc/dhcp3/dhcpd.conf
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address ;
option routers ;
option domain-name-servers 204.159.3.8&#62;;
option domain-name ;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.10 192.168.2.100;
# Range IP yang disediakan
range 192.168.2.150 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SETTING DHCP SERVER<br />
1. Install paket dhcp3-server.<br />
# apt-get install dhcp3-server<br />
2. Setelah semua instalasi selesai dilakukan. Edit file dhcpd.conf, namun terlebih dahulu anda bisa back-up file tersebut terlebih dahulu.<br />
3. Buat file /etc/dhcp3/dhcp.conf berikut,<br />
# /etc/dhcp3/dhcpd.conf</p>
<p>default-lease-time 600;</p>
<p>max-lease-time 7200;</p>
<p>option subnet-mask 255.255.255.0;</p>
<p>option broadcast-address ;</p>
<p>option routers ;</p>
<p>option domain-name-servers 204.159.3.8&gt;;</p>
<p>option domain-name ;</p>
<p>subnet 192.168.2.0 netmask 255.255.255.0 {</p>
<p>range 192.168.2.10 192.168.2.100;<br />
# Range IP yang disediakan<br />
range 192.168.2.150 192.168.2.200;</p>
<p>}</p>
<p>4. Simpan file diatas, kemudian restart DHCP server.<br />
# /etc/init.d/dhcp3-server restart<br />
5. Setting pada Client untuk menggunakan setting DHCP.<br />
6. Coba koneksikan Client-Server, kemudian lakukan ping untuk tes koneksi. Apabila terdapat reply, berarti koneksi berhasil.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=13&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/setting-up-dhcp-server-with-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remote Microsoft Windows desktop using Linux</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/remote-microsoft-windows-desktop-using-linux/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/remote-microsoft-windows-desktop-using-linux/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:27:44 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[linux remote]]></category>

		<category><![CDATA[linux remote desktop]]></category>

		<category><![CDATA[remote desktop]]></category>

		<category><![CDATA[windows remote desktop using linux]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=12</guid>
		<description><![CDATA[First Step
Setting your windows to allow remote access in your network.
1. Open Start Menu &#124; Control Panel.
2. In Control Panel windows, choose double click System icon.
3. When System Properties opened, choose Remote tab.
4. Mark ‘V’ in ”Allow users to connect remotely to this computer”. If you have a lot of users in your computer, select [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First Step<br />
Setting your windows to allow remote access in your network.<br />
1. Open Start Menu | Control Panel.<br />
2. In Control Panel windows, choose double click System icon.<br />
3. When System Properties opened, choose Remote tab.<br />
4. Mark ‘V’ in ”Allow users to connect remotely to this computer”. If you have a lot of users in your computer, select button “Select Remote Users…”.<br />
5. In “Remote Desktop User” you can add user that can be accessed in remote desktop.<br />
6. And then Apply your setting.</p>
<p>Second Step<br />
Setting your firewall to open your computer port for remote desktop.<br />
7. Open Start Menu | Control Panel.<br />
8. Click Windows Firewall icon to open windows firewall setting.<br />
9. Choose Exceptions tab, and give mark for Remote Desktop in Program and Services.<br />
10. Click OK to apply your setting.</p>
<p>Third Step<br />
Last step, we use rdesktop package in Linux distribution for remote desktop tools.<br />
11. To check that rdesktop already installed in your system, use this command in console.</p>
<p># rpm –qa | grep rdesktop<br />
rdesktop-1.5.0-20</p>
<p>If your console displayed your rdesktop version. So rdesktop is already installed in your linux system. But if your system not already installed rdesktop you can follow next step to install rdesktop.<br />
12. Still use your console, type this command,</p>
<p># rpm –ivh rdesktop-1.5.0-20</p>
<p>13. After your installation complete, then you can run your rdesktop to remote windows desktop.</p>
<p># rdekstop 10.252.1.32</p>
<p>If you want to remote more computers, you can type command :</p>
<p># rdekstop</p>
<p>You can allow remoted computer sound in your linux system, and you can hear it.</p>
<p># rdekstop –r sound:local</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=12&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/remote-microsoft-windows-desktop-using-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting 3D effect in your Linux Desktop</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/setting-3d-effect-in-your-linux-desktop/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/setting-3d-effect-in-your-linux-desktop/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:26:13 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[3d desktop]]></category>

		<category><![CDATA[beryl]]></category>

		<category><![CDATA[linux 3d]]></category>

		<category><![CDATA[linux 3d desktop]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=11</guid>
		<description><![CDATA[INSTALASI BERYL
1. Untuk dapat menggunakan aplikasi Beryl 3D Desktop, anda bisa download paketnya di http://www.beryl-project.org. Berikut paket-paketnya.
1. Beryl Core
2. Beryl Manager
3. Beryl Setting
4. Beryl Plugins
5. Beryl Dbus
6. Beryl Mesa
7. Aquamarine
8. Heliodor
9. Emerald
10. Emerald Themes
2. Setelah didapat semua paket yang diperlukan, kemudian lakukan langkah berikut.
1. Ekstrak paket Beryl Core.
# tar xvfj beryl-core-0.1.5.tar.bz2
2. Masuk ke direktori hasil [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>INSTALASI BERYL<br />
1. Untuk dapat menggunakan aplikasi Beryl 3D Desktop, anda bisa download paketnya di http://www.beryl-project.org. Berikut paket-paketnya.<br />
1. Beryl Core<br />
2. Beryl Manager<br />
3. Beryl Setting<br />
4. Beryl Plugins<br />
5. Beryl Dbus<br />
6. Beryl Mesa<br />
7. Aquamarine<br />
8. Heliodor<br />
9. Emerald<br />
10. Emerald Themes</p>
<p>2. Setelah didapat semua paket yang diperlukan, kemudian lakukan langkah berikut.<br />
1. Ekstrak paket Beryl Core.<br />
# tar xvfj beryl-core-0.1.5.tar.bz2<br />
2. Masuk ke direktori hasil ekstraksi tersebut.<br />
# cd beryl-core<br />
3. Kemudian jalankan script configurasi berikut,<br />
# ./configure &#8211;prefix=/usr<br />
4. Setelah itu lakukan kompilasi berikut.<br />
# make<br />
5. Lakukan instalasi paket beryl-core.<br />
# make install<br />
6. Lakukan proses instalasi seperti diatas pada semua paket Beryl.<br />
3. Setelah semua proses instalasi berhasil, langkah selanjutnya yang perlu anda lakukan adalah mengedit xorg.conf yang terdapat pada direktori /etc/X11/xorg.conf seperti berikut.<br />
Section “device”<br />
&#8230;<br />
Option “RenderAccel” “True”<br />
Option “DisableGLXRootClipping” “True”<br />
Option “BackStoring” “True”<br />
EndSection</p>
<p>Section “screen”<br />
&#8230;<br />
Option “AddARGBGLXVisuals” “True”<br />
&#8230;<br />
EndSection</p>
<p>Section “Extensions”<br />
Option “Composite” “Enable”<br />
Option “RENDER” “Enable”<br />
EndSection</p>
<p>4. Setelah itu RESTART system anda.<br />
5. Kemudian jalankan perintah pada console.<br />
# beryl-manager<br />
Tidak akan ada yang percaya anda menggunakan Opensource yg menakjubkan.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=11&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/setting-3d-effect-in-your-linux-desktop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting-Up WebCam in Linux</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/setting-up-webcam-in-linux/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/setting-up-webcam-in-linux/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:24:57 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[linux webcam]]></category>

		<category><![CDATA[logitech]]></category>

		<category><![CDATA[lsusb]]></category>

		<category><![CDATA[setting webcam]]></category>

		<category><![CDATA[setting webcam linux]]></category>

		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=10</guid>
		<description><![CDATA[SOFTWARE &#38; HARDWARE.
Sebelum memulai, siapkanlah hardware dan software berikut ini:
1. Sebuah Logitech Quickcam Express yang menggunakan
2. interface USB.
3.
4. Linux OS yang pake&#8217; Kernel 2.6.
5. Driver spca5xx. ( http://mxhaard.free.fr/download.html).
6. GCC untuk kompilasi.
7.
CARA MEMASAK.
1. Buka Console (Terminal).
2. Ketik : # lsusb.
Perhatikan pada list webcam anda yang terdeteksi. Catat ID ( xxxx:xxxx ), dimana 4 digit pertama adalah [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SOFTWARE &amp; HARDWARE.<br />
Sebelum memulai, siapkanlah hardware dan software berikut ini:<br />
1. Sebuah Logitech Quickcam Express yang menggunakan<br />
2. interface USB.<br />
3.<br />
4. Linux OS yang pake&#8217; Kernel 2.6.<br />
5. Driver spca5xx. ( http://mxhaard.free.fr/download.html).<br />
6. GCC untuk kompilasi.<br />
7.</p>
<p>CARA MEMASAK.<br />
1. Buka Console (Terminal).<br />
2. Ketik : # lsusb.<br />
Perhatikan pada list webcam anda yang terdeteksi. Catat ID ( xxxx:xxxx ), dimana 4 digit pertama adalah Vendor ID dan 4 digit berikutnya Product ID yg terpisah oleh &#8216;:&#8217;.<br />
3. Buka http://mxhaard.free.fr/spcaxx.html, cari ID webcam anda di database web tsb. Setelah ketemu, download driver tsb.</p>
<p>Kemudian lakukan langkah berikut untuk configurasinya.<br />
1. Melalui Console.<br />
2. Extract file spca5xx-20060502.tar.gz.<br />
# tar xvzf spca5xx-20060502.tar.gz<br />
# cd spca5xx-20060502<br />
3. Sekarang anda berada di direktori spca5xx-20060502. Kemudian ketikkan perintah,<br />
# make<br />
&#8230;.<br />
&#8230;.</p>
<p>4. Pastikan tidak ada pesan error yang muncul setelah perintah #3.<br />
5. Setelah proses kompilasi selesai, terdapat modul kernel spca5xx.ko di direktori aktif.<br />
6. Kemudian ketikkan perintah barikut.<br />
# make install<br />
7. Untuk menjalankan webcam kita, terlebih dahulu load usbcore dan videodev.<br />
#modprobe usbcore<br />
#modprobe videodev<br />
8. Setelah itu load driver webcam kita.<br />
# modprobe spca5xx<br />
atau<br />
# insmod spca5xx.ko<br />
9. Untuk memastikan driver udah berjalan lancar ato belom, jalankan perintah berikut.<br />
# lsmod | grep -i spca</p>
<p>UJICOBA<br />
1. Anda bisa pake gqcam dapat di download di (http://cse.unl.edu/~cluening/gqcam/).<br />
2. Setelah instalasi, jalankan perinta berikut .<br />
# gqcam<br />
atau klo gqcam g bisa menemukan device, jalankan perintah berikut.<br />
# gqcam -v /dev/video1 (device berada pada /dev/video1)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=10&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/setting-up-webcam-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bandwidth Limiting (Part 3)</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-3/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-3/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:23:38 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[bandwidth]]></category>

		<category><![CDATA[bandwidth limiting]]></category>

		<category><![CDATA[ipchains]]></category>

		<category><![CDATA[iptables]]></category>

		<category><![CDATA[limiting bandwidth]]></category>

		<category><![CDATA[limiting proxy]]></category>

		<category><![CDATA[proxy limiting]]></category>

		<category><![CDATA[proxy server]]></category>

		<category><![CDATA[squid]]></category>

		<category><![CDATA[squid pool]]></category>

		<category><![CDATA[squid proxy]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-3/</guid>
		<description><![CDATA[OK, when we have configured everything, we must make sure everything under /opt/squid and /cache directories belongs to user &#8217;squid&#8217;.
# mkdir /var/log/squid/
# chown squid:squid /var/log/squid/
# chmod 770 /var/log/squid/
# chown −R squid:squid /opt/squid/
# chown −R squid:squid /cache/
Now everything is ready to run Squid. When we do it for the first time, we have to create its [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>OK, when we have configured everything, we must make sure everything under /opt/squid and /cache directories belongs to user &#8217;squid&#8217;.</p>
<p># mkdir /var/log/squid/</p>
<p># chown squid:squid /var/log/squid/</p>
<p># chmod 770 /var/log/squid/</p>
<p># chown −R squid:squid /opt/squid/</p>
<p># chown −R squid:squid /cache/</p>
<p>Now everything is ready to run Squid. When we do it for the first time, we have to create its cache directories:</p>
<p># /opt/squid/bin/squid −z</p>
<p>We run Squid and check if everything is working with IPTraf, make sure you have set the appropriate proxy in your web browsers (192.168.1.1, port 8080 in our example):</p>
<p># /opt/squid/bin/squid</p>
<p>If everything is working, we add /opt/squid/bin/squid line to the end of our initializing scripts. Usually, it can be /etc/rc.d/rc.local.</p>
<p>You can also copy cachemgr.cgi to the cgi−bin directory of your WWW server, to make use of a useful Cache Manager.</p>
<p>OK, we have installed Squid and configured it to use delay pools. I bet nobody wants to be restricted, especially our clever LAN users. They will likely try to avoid our limitations, just to download their favorite mp3s a little faster (and thus causing your headache).</p>
<p>I assume that you use IP−masquerade on your LAN so that your users could use IRC, ICQ, email, etc. That&#8217;s OK, but we must make sure that our LAN users will use our delay pooled Squid to access web pages and use ftp. We can solve most of these problems by using ipchains or iptables.</p>
<p>Linux 2.2.x kernels (ipchains)</p>
<p>We must make sure that nobody will try to cheat and use a proxy server other than ours. Public proxies usually run on 3128 and 8080 ports:</p>
<p>/sbin/ipchains −A input −s 192.168.1.1/24 −d ! 192.168.1.1 3128 −p TCP −j REJECT</p>
<p>/sbin/ipchains −A input −s 192.168.1.1/24 −d ! 192.168.1.1 8080 −p TCP −j REJECT</p>
<p>We must also make sure that nobody will try to cheat and connect to the internet directly (IP−masquerade) to download web pages:</p>
<p>/sbin/ipchains −A input −s 192.168.1.1/24 −d ! 192.168.1.1 80 −p TCP −j REDIRECT 8080</p>
<p>If everything is working, we add these lines to the end of our initializing scripts. Usually, it can be /etc/rc.d/rc.local.</p>
<p>Linux 2.4.x kernels (iptables)</p>
<p>We must make sure that nobody will try to cheat and use a proxy server other than ours. Public proxies usually run on 3128 and 8080 ports:</p>
<p>/sbin/iptables −A FORWARD −s 192.168.1.1/24 −d ! 192.168.1.1 −−dport 3128 −p TCP −j DROP</p>
<p>/sbin/iptables −A FORWARD −s 192.168.1.1/24 −d ! 192.168.1.1 −−dport 8080 −p TCP −j DROP</p>
<p>We must also make sure that nobody will try to cheat and connect to the internet directly (IP−masquerade) to download web pages:</p>
<p>/sbin/iptables −t nat −A PREROUTING −i eth0 −p tcp −−dport 80 −j REDIRECT −−to−port 8080</p>
<p>If everything is working, we add these lines to the end of our initializing scripts. Usually, it can be /etc/rc.d/rc.local.</p>
<p>Dealing with Other Bandwidth consuming Protocols Using CBQ</p>
<p>We must remember that our LAN users can spoil our efforts if they use Napster, Kazaa or RealAudio. We must also remember that we didn&#8217;t block ftp traffic. We will achieve it in a different way −− not by limiting downloading directly, but rather, indirectly. If our internet device is ppp0 and LAN device is eth0, we will limit outgoing traffic on interface eth0, and thus, limit incoming traffic to ppp0.</p>
<p>To do it, we will get familiar with CBQ and cbq.init script. Download cbq.init−v0.6.2 and put it in /etc/rc.d/. You will also need iproute2 installed. Now look in your /etc/sysconfig/cbq/ directory. There, you should have an example file, which should work with cbq.init. If it isn&#8217;t there, you probably don&#8217;t have it compiled in your kernel or it isn’t present as modules. Well, in any case, just make that directory, put example files provided below, and see if it&#8217;d work for you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=9&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bandwidth Limiting (Part 2) &#8212; source code</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-2-source-code/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-2-source-code/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:23:03 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[bandwidth]]></category>

		<category><![CDATA[bandwidth limiting]]></category>

		<category><![CDATA[ipchains]]></category>

		<category><![CDATA[iptables]]></category>

		<category><![CDATA[limiting bandwidth]]></category>

		<category><![CDATA[limiting proxy]]></category>

		<category><![CDATA[proxy limiting]]></category>

		<category><![CDATA[proxy server]]></category>

		<category><![CDATA[squid]]></category>

		<category><![CDATA[squid pool]]></category>

		<category><![CDATA[squid proxy]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=8</guid>
		<description><![CDATA[Configure our squid.conf file (located under /opt/squid/etc/squid.conf):
#squid.conf
…
#The ports our Squid will listen on.
http_port 8080
icp_port 3130
…
acl QUERY urlpath_regex cgi−bin \?
no_cache deny QUERY
#Memory the Squid will use. Well, Squid will use far more than that.
cache_mem 16 MB
#250 means that Squid will use 250 megabytes of disk space.
cache_dir ufs /cache 250 16 256
#Places where Squid&#8217;s logs will go [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Configure our squid.conf file (located under /opt/squid/etc/squid.conf):</p>
<p>#squid.conf</p>
<p>…</p>
<p>#The ports our Squid will listen on.</p>
<p>http_port 8080</p>
<p>icp_port 3130</p>
<p>…</p>
<p>acl QUERY urlpath_regex cgi−bin \?</p>
<p>no_cache deny QUERY</p>
<p>#Memory the Squid will use. Well, Squid will use far more than that.</p>
<p>cache_mem 16 MB</p>
<p>#250 means that Squid will use 250 megabytes of disk space.</p>
<p>cache_dir ufs /cache 250 16 256</p>
<p>#Places where Squid&#8217;s logs will go to.</p>
<p>cache_log /var/log/squid/cache.log</p>
<p>cache_access_log /var/log/squid/access.log</p>
<p>cache_store_log /var/log/squid/store.log</p>
<p>cache_swap_log /var/log/squid/swap.log</p>
<p>#How many times to rotate the logs before deleting them.</p>
<p>#See the FAQ for more info.</p>
<p>logfile_rotate 10</p>
<p>redirect_rewrites_host_header off</p>
<p>cache_replacement_policy GDSF</p>
<p>acl localnet src 192.168.1.0/255.255.255.0</p>
<p>acl localhost src 127.0.0.1/255.255.255.255</p>
<p>acl Safe_ports port 80 443 210 119 70 20 21 1025−65535</p>
<p>acl CONNECT method CONNECT</p>
<p>acl all src 0.0.0.0/0.0.0.0</p>
<p>http_access allow localnet</p>
<p>http_access allow localhost</p>
<p>http_access deny !Safe_ports</p>
<p>http_access deny CONNECT</p>
<p>http_access deny all</p>
<p>maximum_object_size 3000 KB</p>
<p>store_avg_object_size 50 KB</p>
<p>httpd_accel_host virtual</p>
<p>httpd_accel_port 80</p>
<p>httpd_accel_with_proxy on</p>
<p>httpd_accel_uses_host_header on</p>
<p>#all our LAN users will be seen by external web servers</p>
<p>#as if they all used Mozilla on Linux. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>anonymize_headers deny User−Agent</p>
<p>fake_user_agent Mozilla/5.0 (X11; U; Linux i686; en−US; rv:0.9.6+) Gecko/20011122</p>
<p>…</p>
<p>cache_mgr your@email</p>
<p>cachemgr_passwd secret_password all</p>
<p>#This is a name of a user our Squid will work as.</p>
<p>cache_effective_user squid</p>
<p>cache_effective_group squid</p>
<p>log_icp_queries off</p>
<p>buffered_logs on</p>
<p>#####DELAY POOLS</p>
<p>#This is the most important part for shaping incoming traffic with Squid</p>
<p>#For detailed description see squid.conf file or docs at http://www.squid−cache.org</p>
<p>#We don&#8217;t want to limit downloads on our local network.</p>
<p>acl magic_words1 url_regex −i 192.168</p>
<p>#We want to limit downloads of these type of files</p>
<p>#Put this all in one line</p>
<p>acl magic_words2 url_regex −i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar .avi .mpeg .mpe .ram .rm .iso .raw .wav .mov</p>
<p>#We don&#8217;t block .html, .gif, .jpg and similar files, because they</p>
<p>#generally don&#8217;t consume much bandwidth</p>
<p>#We want to limit bandwidth during the day, and allow</p>
<p>#full bandwidth during the night</p>
<p>#Caution! with the acl below your downloads are likely to break</p>
<p>#at 23:59. Read the FAQ in this bandwidth if you want to avoid it.</p>
<p>acl day time 09:00−23:59</p>
<p>#We have two different delay_pools</p>
<p>#View Squid documentation to get familiar</p>
<p>#with delay_pools and delay_class.</p>
<p>delay_pools 2</p>
<p>#First delay pool</p>
<p>#We don&#8217;t want to delay our local traffic.</p>
<p>#There are three pool classes; here we will deal only with the second.</p>
<p>#First delay class (1) of second type (2).</p>
<p>delay_class 1 2</p>
<p>#−1/−1 mean that there are no limits.</p>
<p>delay_parameters 1 −1/−1 −1/−1</p>
<p>#magic_words1: 192.168 we have set before</p>
<p>delay_access 1 allow magic_words1</p>
<p>#Second delay pool.</p>
<p>#we want to delay downloading files mentioned in magic_words2.</p>
<p>#Second delay class (2) of second type (2).</p>
<p>delay_class 2 2</p>
<p>#The numbers here are values in bytes;</p>
<p>#we must remember that Squid doesn&#8217;t consider start/stop bits</p>
<p>#5000/150000 are values for the whole network</p>
<p>#5000/120000 are values for the single IP</p>
<p>#after downloaded files exceed about 150000 bytes,</p>
<p>#(or even twice or three times as much)</p>
<p>#they will continue to download at about 5000 bytes/s</p>
<p>delay_parameters 2 5000/150000 5000/120000</p>
<p>#We have set day to 09:00−23:59 before.</p>
<p>delay_access 2 allow day</p>
<p>delay_access 2 deny !day</p>
<p>delay_access 2 allow magic_words2</p>
<p>#EOF</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=8&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-2-source-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bandwidth Limiting (Part 1)</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-1/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-1/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:22:07 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[bandwidth]]></category>

		<category><![CDATA[bandwidth limiting]]></category>

		<category><![CDATA[ipchains]]></category>

		<category><![CDATA[iptables]]></category>

		<category><![CDATA[limiting bandwidth]]></category>

		<category><![CDATA[limiting proxy]]></category>

		<category><![CDATA[proxy limiting]]></category>

		<category><![CDATA[proxy server]]></category>

		<category><![CDATA[squid]]></category>

		<category><![CDATA[squid pool]]></category>

		<category><![CDATA[squid proxy]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=7</guid>
		<description><![CDATA[Introduction
The purpose of this guide is to provide an easy solution for limiting incoming traffic, thus preventing our LAN users from consuming all the bandwidth of our internet link. This is useful when our internet link is slow or our LAN users download tons of mp3s and the newest Linux distro&#8217;s *.iso files.
Before We Start
Let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Introduction</p>
<p>The purpose of this guide is to provide an easy solution for limiting incoming traffic, thus preventing our LAN users from consuming all the bandwidth of our internet link. This is useful when our internet link is slow or our LAN users download tons of mp3s and the newest Linux distro&#8217;s *.iso files.</p>
<p>Before We Start</p>
<p>Let&#8217;s imagine the following situation:</p>
<p>We have 115,2 kbits/s ppp (modem) internet link (115,2/10 = 11,5 Kbytes/s). Note: with eth connections (network card) we would divide 115,2 by 8; with ppp we divide by 10, because of start/stop bits (8 + 1 + 1 = 10).</p>
<p>· We have some LAN stations and their users are doing bulk downloads all the time.</p>
<p>· We want web pages to open fast, no matter how many downloads are happening.</p>
<p>· Our internet interface is ppp0.</p>
<p>· Our LAN interface is eth0.</p>
<p>· Our network is 192.168.1.0/24</p>
<p>Believe it or not, shaping the incoming traffic is an easy task and you don&#8217;t have to read tons of books about routing or queuing algorithms. To make it work, we need at least Squid proxy; if we want to fine tune it, we will have to get familiar with ipchains or iptables and CBQ. To test our efforts, we can install IPTraf.</p>
<p>Squid is probably the most advanced HTTP proxy server available for Linux. It can help us save bandwidth in two ways:</p>
<p>The first is a main characteristic of proxy servers −− they keep downloaded web pages, pictures, and other objects in memory or on a disk. So, if two people are requesting the same web page, it isn&#8217;t downloaded from the internet, but from the local proxy.</p>
<p>The second apart from normal caching, Squid has a special feature called delay pools. It is possible to limit internet traffic in a reasonable way, depending on so-called &#8216;magic words&#8217;, existing in any given URL. For example, a magic word could be *.mp3, *.exe or *.avi*, etc. Any distinct part of a URL (such as *.avi) can be defined as a magic word.</p>
<p>We can tell the Squid to download these kinds of files at a specified speed (in our example, it will be about 5 Kbytes/s). If our LAN users download files at the same time, they will be downloaded at about 5 Kbytes/s altogether, leaving remaining bandwidth for web pages, email, news, IRC, etc. Of course, the Internet is not only used for downloading files via web pages (http or ftp). Later on, we will deal with limiting bandwidth for Napster, RealAudio, and other possibilities.</p>
<p>Here, I will explain how to install the necessary software so that we can limit and test the bandwidth usage.</p>
<p>Installing Squid with the delay pools feature</p>
<p>Squid has a feature called delay pools, which allows us to control download bandwidth. Unfortunately, in most distributions, Squid is shipped without that feature.</p>
<p>So if you have Squid already installed, I must disappoint you −− you need to uninstall it and do it once again with delay pools enabled in the way I explain below.</p>
<p>· To get maximum performance from our Squid proxy, it&#8217;s best to create a separate partition for its cache, called /cache/. Its size should be about 300 megabytes, depending on our needs.</p>
<p>If you don&#8217;t know how to make a separate partition, you can create the /cache/ directory on a main partition, but Squid performance can suffer a bit.</p>
<p>· We add a safe &#8217;squid&#8217; user:</p>
<p># useradd −d /cache/ −r −s /dev/null squid &gt;/dev/null 2&gt;&amp;1</p>
<p>No one can log in as squid, including root.</p>
<p>· We download Squid sources from http://www.squid−cache.org.</p>
<p>· We unpack everything to /var/tmp</p>
<p># tar xzpf squid−2.4.STABLE1−src.tar.gz</p>
<p>· We compile and install Squid (everthing is in one line):</p>
<p># ./configure −−prefix=/opt/squid −−exec−prefix=/opt/squid −−enable−delay−pools −−enable−cache−digests −−enable−poll</p>
<p>−−disable−ident−lookups −−enable−truncate −−enable−removal−policies</p>
<p># make all</p>
<p># make install</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=7&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/bandwidth-limiting-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building (Complete) Server with Fedora Core 6 (Article 3)</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-3/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-3/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:19:21 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[building server]]></category>

		<category><![CDATA[dhcp server]]></category>

		<category><![CDATA[dns server]]></category>

		<category><![CDATA[FC6]]></category>

		<category><![CDATA[fedora core 6]]></category>

		<category><![CDATA[fedora server]]></category>

		<category><![CDATA[ftp server]]></category>

		<category><![CDATA[linux server]]></category>

		<category><![CDATA[setting server fedora]]></category>

		<category><![CDATA[setting up server]]></category>

		<category><![CDATA[time server]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=6</guid>
		<description><![CDATA[FTP Server service.
After all configuration and installation. Now, lets setting FTP Server. We use vsftpd for FTP server. You can find another setting for FTP server in another article in this blog.
1. Install FTP server service.
# yum install vsftpd
2. Start FTP server service.
# /etc/init.d/vsftpd start
Time server configuration.
Now, lets configure time synchronization in server side.
1. Install [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>FTP Server service.</p>
<p>After all configuration and installation. Now, lets setting FTP Server. We use vsftpd for FTP server. You can find another setting for FTP server in another article in this blog.</p>
<p>1. Install FTP server service.</p>
<p># yum install vsftpd</p>
<p>2. Start FTP server service.</p>
<p># /etc/init.d/vsftpd start</p>
<p>Time server configuration.</p>
<p>Now, lets configure time synchronization in server side.</p>
<p>1. Install time synchronization service.</p>
<p># yum install ntp system-config-date firstboot</p>
<p>2. (Optional) Set your server time.</p>
<p># ntpdate 0.pool.ntp.org</p>
<p>3. Start service</p>
<p># /etc/init.d/ntpd start</p>
<p>DHSP Server service.</p>
<p>Setting our DHCP server. You can find another setting for DHCP server in another article in this blog.</p>
<p>1. Install DHCP Package.</p>
<p># yum install dhcp</p>
<p>2. Configure /etc/dhcpd.conf file. Fill some configuration such as IP for DNS, NTP and Router. (You can find complete article for DHCP Server in another article in this blog.)</p>
<p>3. Start DHCP service.</p>
<p># /etc/init.d/dhcpd start</p>
<p>Configuring all service.</p>
<p>Last configuration for building server is configure all service to automatically start after system booting.</p>
<p>1. Open System | Administration | Server Settings | Services.</p>
<p>2. Choose Background Services tab, and mark all services (such as dhcpd, httpd, mysqld, named and ftp service) that need to start when system running. Then save this configuration.</p>
<p>3. Open System | Administration | Security Level and Firewall.</p>
<p>4. Choose Firewall Options tab, mark WWW (HTTP), Secure WWW (HTTPS) and FTP.</p>
<p>5. Choose SELinux tab. Change SELinux Setting option (ex : Permissive).</p>
<p>6. Click OK and Yes.</p>
<p>Wow, it’s a long time to build server. Now, I need bread and coffee to take a rest. Your server security levels depend on your configuration.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=6&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building (Complete) Server with Fedora Core 6 (Article 2)</title>
		<link>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-2/</link>
		<comments>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-2/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:18:33 +0000</pubDate>
		<dc:creator>telconetwork</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[FC6]]></category>

		<category><![CDATA[fedora core 6]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[fedora server]]></category>

		<category><![CDATA[setting up server]]></category>

		<category><![CDATA[linux server]]></category>

		<category><![CDATA[setting server fedora]]></category>

		<category><![CDATA[dns server]]></category>

		<category><![CDATA[dhcp server]]></category>

		<category><![CDATA[ftp server]]></category>

		<category><![CDATA[time server]]></category>

		<category><![CDATA[building server]]></category>

		<guid isPermaLink="false">http://telconetwork.wordpress.com/?p=5</guid>
		<description><![CDATA[DNS Service installation.
Now, lest install DNS Server.
1. Install some package that containing DNS configuration.
# yum install bind bind-chroot bind-devel bind-utils system-config-bind
Now change some directory permission,
# chmod 755 /var/named/
# chmod 775 /var/named/chroot/
# chmod 775 /var/named/chroot/var/
# chmod 775 /var/named/chroot/var/named/
# chmod 775 /var/named/chroot/var/run/
# chmod 777 /var/named/chroot/var/run/named/
# cd /var/named/chroot/var/named/
# ln –s ../../ chroot
# chkconfig –levels 235 named on
2. Now [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>DNS Service installation.</p>
<p>Now, lest install DNS Server.</p>
<p>1. Install some package that containing DNS configuration.</p>
<p># yum install bind bind-chroot bind-devel bind-utils system-config-bind</p>
<p>Now change some directory permission,</p>
<p># chmod 755 /var/named/</p>
<p># chmod 775 /var/named/chroot/</p>
<p># chmod 775 /var/named/chroot/var/</p>
<p># chmod 775 /var/named/chroot/var/named/</p>
<p># chmod 775 /var/named/chroot/var/run/</p>
<p># chmod 777 /var/named/chroot/var/run/named/</p>
<p># cd /var/named/chroot/var/named/</p>
<p># ln –s ../../ chroot</p>
<p># chkconfig –levels 235 named on</p>
<p>2. Now activate your DNS Server,</p>
<p># /etc/init.d/named start</p>
<p>Database Server Installation.</p>
<p>I need a cup of coffee in my table. Lets install Database server, in here we use MySQL.</p>
<p>1. Install MySQL package.</p>
<p># yum install mysql mysql-devel mysql-server mod_auth_mysql</p>
<p>2. Now activate MySQL service,</p>
<p># /etc/init.d/mysqld start</p>
<p>3. Check MySQL service that already run in your system.</p>
<p># netstat –tap</p>
<p>4. If you didn’t find output after type that command, you can edit file /etc/my.cnf. Add # to skip-networking line.</p>
<p>#skip-networking</p>
<p>5. Restart MySQL Service.</p>
<p>Web server installation and configuration.</p>
<p>We use Apache and PHP packages for web server.</p>
<p>1. Install Apache and PHP packages.</p>
<p># yum install httpd httpd-devel php php-devel php-mysql mod_auth_mysql mod_perl mod_ssl system-config-httpd</p>
<p>2. Restart your apache service.</p>
<p># /etc/init.d/httpd start</p>
<p>Now your web server already running.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/telconetwork.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/telconetwork.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/telconetwork.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/telconetwork.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/telconetwork.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/telconetwork.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/telconetwork.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/telconetwork.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/telconetwork.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/telconetwork.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/telconetwork.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/telconetwork.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=telconetwork.wordpress.com&blog=3543947&post=5&subd=telconetwork&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://telconetwork.wordpress.com/2008/04/22/building-complete-server-with-fedora-core-6-article-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>