Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System

Firewall Dengan Mac Address

Berawal dari dialog Singkat mengenai problem yang dihadapi oleh rekan saya, Rekans Bertanya : “Pak Dimas bagaimana membikin sebuah aturan pembatasan terhadap client agar mereka tidak seenaknya mengganti IP Address atau menggunakan IP Address orang lain untuk menggunakan akses internet kita ?” Dimas Menjawab : “Kalo yang itu bisa kita gunakan rules firewall dengan konsep pembatasan berdasarkan MAC Address” Rekans Bertanya : “Pertanyaan kenapa mesti Mac Address nya yang dibatesi ? , Kemudian ada ruginya tidak ?” Dimas Menjawab : “Mac Address dibatasi ?, sudah jelas sekali setiap Host yang terhubung dengan Jaringan menggunakan kartu jaringan (Ethernet – Card) memiliki alamat hardware (mac address) yang tidak mungkin sama antara satu dengan yang lain. Rugi, hhmm… saya kira tidak ada ruginya,hanya akan menambah pekerjaan ke ADMIN, jika sewaktu waktu ada host yang mengalami kerusakan pada kartu jaringannya maka dia harus … Read entire article »

Filed under: Linux

Install DHCP Server (Debian Etch) di atas jaringan VLAN

DMS menulis, Jika Pada tulisan DHCP yang lalu telah saya kemukakan mengenai konfigurasi DHCP server menggunakan program udhcpd – very small DHCP server, pada topik ini akan saya tulis mengenai installasi dhcp server menggunakan program DHCP. Hanya yang saya tulis ini bukan sekedar installasi DHCP biasa, melainkan installasi DHCP diatas jaringan VLAN yang artinya server dhcp akan memiliki Interface (real) dan Interface (virtual) disingkat dengan interface majemuk (red.baca konsep VLAN). 1. Langkah Pertama Mencari paket program, lakukan dengan perintah berikut ~# apt-cache search dhcp … dhcp – DHCP server for automatic IP address assignment … 2. Langkah Kedua Installasi Program DHCP ~# apt-get install dhcp 3. Langkah Ketiga Konfigurasi program 3.1 edit file /etc/default/dhcp isikan interface yang akan digunakan untuk broadcast IP-DHCP INTERFACES=”eth1″ dalam hal ini saya gunakan interface eth1. 3.2 edit file /etc/dhcpd.conf isikan file konfigurasinya sbb, # option definitions common to all supported … Read entire article »

Filed under: Linux

Bila Folder Gambar / Image Tidak Bisa Diload Melalui Browser

Sering kali kita menghadapi problem yang serderhana dalam membuat aplikasi web, yaitu ketika browser kita tidak mampu menampilkan folder gambar / image yang berada dibawah folder $User/Public_html. — solusinya singkat aja kok, Tambahkan Aliasing Image / Gambar pada konfigurasi httpd.conf — berikut ini salah satu contoh yang saya gunakan, Alias /images/ /home/ras/public_html/images/ Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all .:Good:. … Read entire article »

Filed under: 7. Operating System

installasi Qmail di Debian GNU-LINUX

Saat ini debian etch yang telah telah menyediakan paket Qmail source lengkap dengan modul modul pendukungnya,disini akan saya tulis step by step installasi Qmail di debian Etch. Mengapa Qmail ? saya pilih qmail, jelas Qmail lebih handal dan Management-nya lebih mudah,selain itu kemampuan Qmail dalam melayani akses ribuan Qmail /hari sudah jelas terbukti (lihatlah Yahoo Mail!!) sebelum mengikuti langkah langkah mustajab berikut,alangkah baiknya kita mendownload file qmailrocks.tar.gz yang berisi source lengkap dari Qmail dan modul modul pendukung lainnya, pada step selanjutnya kita akan melakukan installasi modul pendukung dari source qmailrocks okey … Go Start Right Now… GoodLuck — 1. Update Source apt ke mirror terdekat ( saya pilih di Singapura) upstream dari sana lebih menjanjikan . — deb http://security.debian.org/ etch/updates main contrib non-free deb http://security.debian.org/ etch/updates main deb http://mirror.averse.net/debian/ etch main contrib non-free deb-src http://mirror.averse.net/debian/ etch main contrib non-free deb-src http://mirror.averse.net/debian/ … Read entire article »

Filed under: Linux

Bekap Windows 2003

Sebelum memulai mengutak atik windows 2003 server milik anda, lebih baik lakukan bekap terhadap windows server anda, caranya lakukan dengan perintah Start –> Run –> ntbackup — .:GoodLuck:. … Read entire article »

Filed under: Windows-Server

Blocking Alamat Email di Qmail

Untuk melakukan blocking alamat email di Server Qmail caranya cukup mudah —- Bisa Dilakukan dengan mengedit file –> /var/qmail/control/badmailfrom *.Kalo ingin nge-block dari sebuah alamat domain, lakukan cara sebagai berikut echo ‘@domain.com’ >> /var/qmail/control/badmailfrom .:GoodLuck:. … Read entire article »

Filed under: Free-BSD, Linux

Install WordPress di Debian Etch

Dikutip Langsung dari Links dibawah ini http://www.debianadmin.com/install-wordpress-in-debian-etch.html dengan maksud tidak mengurangi rasa hormat kepada sang penulis, saya copy paste-kan di blog ini, biar tidak lupa … hehe … WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time. WordPress Requirements * Apache Web server * PHP 4.2 or greater * MySQL 3.23.23 or greater * The mod_rewrite Apache module First you need to install apache2 with php support and mysql with php support Apache with PHP Support check here Mysql Database installation check here Mysql with php support you need to run the following command #apt-get install php4-mysql after that you need to install wordpress using the follwoing command #apt-get install wordpress This will install the wordpress now you need to go to /usr/share/doc/wordpress/example folder to setup apache to … Read entire article »

Filed under: Cms Wordpress, Linux

installing Qmail on FreeBSD in 5 Minutes

FreeBSD Qmail Server… asalamualaikum wr wb This is a quick installation of Qmail on FreeBSD Operating System … ———————— Do like this, follow the step by step, less than 5 minutes we can build a mail server…. Good Luck …!!! wasalam wr wb ————————— # cd /usr/ports/mail/qmail # make enable-qmail WITH_QMAILQUEUE_PATCH=yes WITH_BIG_TODO_PATCH=yes # make clean # cd /usr/ports/sysutils/ucspi-tcp # make all install clean # cd /usr/ports/security/checkpassword # make all install clean # echo “OPTIONAL_MANPATH /var/qmail/man” >> /etc/manpath.config # makewhatis # echo “127.0.0.1:allow,RELAYCLIENT=\”\”” > /etc/tcp.smtp # echo “192.168.0.:allow,RELAYCLIENT=\”\”” >> /etc/tcp.smtp # echo :allow >> /etc/tcp.smtp # /usr/local/bin/tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp EDIT dot.cshrc Find the following line in dot.cshrc: set mail = (/var/mail/$USER) and modify the file as follows: #set mail = (/var/mail/$USER) setenv MAIL ~/Mailbox setenv MAILDIR ~/Maildir setenv MAILTMP ~/Maildir/tmp/tmpfile alias mail '/var/qmail/bin/maildir2mbox;/var/qmail/bin/qail' alias pine '/var/qmail/bin/maildir2mbox;/var/qmail/bin/pinq' alias elm '/var/qmail/bin/maildir2mbox;/var/qmail/bin/elq' EDIT dot.shrc Append the following lines to the end of dot.shrc MAIL=~/Mailbox MAILDIR=~/Maildir MAILTMP=~/Maildir/tmp/tmpfile export MAIL MAILDIR MAILTMP alias mail='/var/qmail/bin/maildir2mbox;/var/qmail/bin/qail' alias pine='/var/qmail/bin/maildir2mbox;/var/qmail/bin/pinq' alias elm='/var/qmail/bin/maildir2mbox;/var/qmail/bin/elq' EDIT dot.qmail Create the file dot.qmail and add this … Read entire article »

Filed under: Free-BSD

Config Error (BSD)

Dear All … Mesin Saya FreeBSD-Stable … Hari ini saya mo compile ulang Kernel mesin tsb,tapi yang saya temui conflict / error spt dibawah : Biar Bisa Compile kernel lagi gimana ya ?? kasih solusi donk … thx ——— Problem :: #config FIREWALL ERROR: version of config(8) does not match kernel! config version = 500013, version required = 600002 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions Solution :: # cd /usr/src/usr.sbin/config # make depend all install clean silakan rebuild kernel -dh- .:GoodLuck:. … Read entire article »

Filed under: Free-BSD

Qmail error … /usr/ports (BSD)

Problem ?? :: dear all… saya punya mesin BSD-STABLE … Udah Lama Sekali njalanin Qmail … beberapa Hari yang lalu Qmail-nya saya uninstall …. kemudian saya coba menginstall ulang Qmail nya … namun yang keluar malah error seperti ini …. ————— root@CS007# make reinstall ===> qmail-1.03_4 is marked as broken: OUTGOINGIP and QMTPC conflicts! Please, make your choice. ——————- Kira Kira kenapa neh ??? thx Solutions :: Hi Dimas, cd /usr/ports/mail/qmail && make config Pilih OUTGOINGIP *atau* QMTPC (sesuai kebutuhan), di sisi saya, hanya patch QMAILQUEUE saja. Regards Bd .:GoodLuck:. … Read entire article »

Filed under: Free-BSD