IPv6 Logo on PHP or Javascript

Jika domain anda sudah full support baik dari NS v6  maupun akses WWW v6, maka anda bisa meminta logo IPv6 Enable script secara free pada website berikut http://www.ipv6forum.com/

Langkah-langkah yg dilakukan:

1. Buka alamat http://www.ipv6forum.com/ipv6_enabled/register.php?type=www

2. Masukkan informasi domain anda

3. Tunggu selama 1 jam

4. Aktifasi anda selesai

anda akan diberikan kode javascript IPv6 Enable untuk dimasukkan kedalam web anda. Berikut contoh script yang diberikan dan sudah saya aktifkan pada domain www.unila.ac.id

<div id=ipv6_enabled_www_test_logo></div>

<script language=”JavaScript” type=”text/javascript”>

var Ipv6_Js_Server = ((“https:” == document.location.protocol) ? “https://” : “http://”);

document.write(unescape(“%3Cscript xsrc='” + Ipv6_Js_Server + “

www.ipv6forum.com/ipv6_enabled/sa/SA1.php?id=771′ type=

‘text/javascript’%3E%3C/script%3E”));

</script>

Develop Dual Stack Tunneling IPv6 (6to4) on Ubuntu Karmic 9.10 using RADVD wide-dhcp6-server

Dalam rangka membangkitkan semangat untuk menulis, kali ini saya akan menulis Topik yang lagi hangat (Bukan Kompor Yaaaaa…. ) , dengan bahasan yang gak terlalu ribet..

Salam IPv6 Saudara-saudara….., marilah kita bersama2 memasyarakatkan IPv6 dan Meng IPv6 Kan Masyarakat, kali ini penulis akan coba membuat menu racikan baru, bagaimana mengolah IPv6 ini agar bisa bekerja sama dengan salah satu distro LInux yang cukup terkenal yaitu Ubuntu Karmic 9.10. Nah kita akan sama sama bereksperimen bagaimana membangun jaringan LAN yang sudah ada agar bisa terkoneksi dengan IPv6 Global Dunia. Istilah kerennya “Dual Stack V6 On V4” atau juga “Tunneling 6to4”. Continue reading “Develop Dual Stack Tunneling IPv6 (6to4) on Ubuntu Karmic 9.10 using RADVD wide-dhcp6-server”

Ipv6 install on FreeBSD 7.2 combined With Mikrotik

Tunnel Broker memberikan layanan terbaru untuk memudahkan mekanisme dualstack 6 Over 4 dengan menambahkan kapasitas tunneling tiap user yaitu sebanyak 4 kanal.

Kemarin Kanal pertama sudah terintegrasi dengan baik dan terinstall di server Mikrotik yg digunakan sebagai server Hotspot Universitas Lampung, dengan detail prefix adalah sebagai berikut;

Account: gigih

Global Tunnel ID: 43420 Local Tunnel ID: 806

Description:

Registration Date: Tue, Dec 1, 2009

Tunnel Endpoints

Server IPv4 address: 216.218.221.6

Server IPv6 address: 2001:470:18:326::1/64

Client IPv4 address: 222.124.196.121

Client IPv6 address: 2001:470:18:326::2/64 Continue reading “Ipv6 install on FreeBSD 7.2 combined With Mikrotik”

IPv6 activated on BIND –> ns1.unila.ac.id

This Morning ns1.unila.ac.id already setup and support with IPv6, prefix address assign from Tunnel broker. Read carefully if you want to have your own BSD name server that support IPv6

Assumptions :

Everyone knows / has little knowledge on how to configure the IPv4 DNS

Important Terms

  • A – address record maps a host name to 32-bit IPv4 address (Forward lookup)
  • AAAA – address record maps a host name to 128-bit IPv6 address (Forward lookup)
  • ip6.arpa – Reverse mapping name space for IPv6
  • ip6.int – Reverse mapping name space which has been deprecated but still maintained by some hosts

Forward Lookup (AAAA)

  • Uses AAAA records for assign IPv6 addresses to names.
  • Multiple addresses possible for any given name – for example, in a multi-homed situation.
  • Can assign A records and AAAA records to a given name/domain.
  • Can also assign separate domains for IPv6 and IPv4.
  • Don’t be afraid to experiment! Continue reading “IPv6 activated on BIND –> ns1.unila.ac.id”

BGP Loopback0 VS Inbound

Tulisan kecil ini mudah2an bisa membantu mengingatkan saya dan rekan pengelola jaringan INHERENT perihal perbedaan Metode Update BGP Routing Table di CISCO 7606 masing-masing PTN.

Awalnya skenario migrasi tidak akan menyentuh layer 2 di tiap Network, yang berubah hanya layer Physic Just (That man !!), berhubung kendala lapangan yang sangat kompleks Pada saat migrasi, terpaksa jurus2 ampuh dari sesepuh INHERENT dikeluarkan untuk segera mengatasi kondisi “Darurat” ini. mulai dari restrukturisasi subnetting pengalamatan IP, hingga perubahan secara besar-besaran terhadap existing logical topology yang sudah ada. Continue reading “BGP Loopback0 VS Inbound”

HOW To Build Your Own YouTube Server Using PHPMOTION 5 , phpshield FFMPEG , PHP5 on FREEBSD

So Many people  Looking Tutorial How To Develop Their Own Video streaming Server Like You tube already done. This time i’ll tell you how to make it’s happen, we’ll using FreeBSD 7.0 as OS.

Langkah pertama silahkan downlod PHPMOTION5 dari website Official PHPMOTION, atau dari link ini http://unilanet.unila.ac.id/~gigih/data/PHPMOTION-PHP5/PHPMOTION_PHP5.zip

Downlod phpshield library untuk freeBSD dialamat

http://unilanet.unila.ac.id/~gigih/data/PHPMOTION-PHP5/phpshield.5.2.fre Atau dari Official phpshieldnya langsung

Asumsi saya Anda sudah berhasil menginstall Apache 2.2 dan Mysql 5 di PC anda, dan saya tidak membahas langkah2 instalasi Apache,Mysql,PHP5, PHP5-EXTENSION Continue reading “HOW To Build Your Own YouTube Server Using PHPMOTION 5 , phpshield FFMPEG , PHP5 on FREEBSD”

Load Balancing 2 E1 Astinet on Juniper J Series 2300

Load Balancing di Juniper ????????

begini sodara2…

## Last commit: 2008-04-10 12:31:36 UTC by root
version 8.2R1.7;
system {
host-name MAIN_ROUTER_UNILA;
root-authentication {
encrypted-password “xxxyyyyzzz.”; ## SECRET-DATA Continue reading “Load Balancing 2 E1 Astinet on Juniper J Series 2300”

ISP Config on Ubuntu Hardy Heron Chap

To install such a system you will need the following:

Make sure Ubuntu instalation running success.

Now we will prepare to install all software for ISPConfig deployment

Type sudo -i on console , and  type your root password

1.  Install The SSH Server (Optional)

If you did not install the OpenSSH server during the system installation, you can do it now:

apt-get install ssh openssh-server

From now on you can use an SSH client such as PuTTY and connect from your workstation to your Ubuntu 8.04 LTS server and follow the remaining steps from this tutorial. Continue reading “ISP Config on Ubuntu Hardy Heron Chap”

Develop VoIP server on Ubuntu 7.10

Distro Linux yang digunakan : Ubuntu server 7.10
Versi Kernel                : 2.6.22-14-server
Download ippbx-src-p4-0.1.tar.gz from http://www.voiprakyat.or.id/pub
Login as root and follow steps below:
	notes:
	- you are required to connect your Ubuntu server to the Internet
	- for fast update and upgrade please configure your apt source
	  to the fastest reachable server
	- in this tutorial you are assumed using Intel Pentium 4
	- some of your installed apache server configuration will be changed
	- you are recommended to use fresh install of Ubuntu server 7.10
	  (you will later update and upgrade this server)
Edit  apt-source.list
point to IIX Server,
========================================================================================
## REPOSITORY UTAMA
deb http://kambing.ui.edu/ubuntu gutsy main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy main restricted universe multiverse

## INI UNTUK MAJOR BUG FIX UPDATES
deb http://kambing.ui.edu/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy-updates main restricted universe multiverse

## INI UNTUK UBUNTU SECURITY UPDATES
deb http://kambing.ui.edu/ubuntu gutsy-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy-security main restricted universe multiverse
========================================================================================
apt-get update
apt-get upgrade

apt-get install mc build-essential libncurses5-dev libssl-dev libmysqlclient15-dev

apt-get install linux-headers-`uname -r` apache2 php5 php5-cli php-pear php-db
apt-get install php5-gd php5-mysql mysql-server openssh-server curl sox subversion
	note:
	put 'rahasia' (without quote) as mysql server root password
	please remember that this is only for the sake of following this manual
	later on you have to change it to your own password

tar -zxf asterisk-sounds-0.1.tar.gz
tar -zxf zaptel-firmware-0.1.tar.gz

tar -zxf libpri-1.4.3.tar.gz
cd libpri-1.4.3
make
make install
cd ../

tar -zxf zaptel-1.4.8.tar.gz
cd zaptel-1.4.8
./configure
make menuconfig
	note:
	select all options on ‘Utilities’
	press x to save selections
cp ../zaptel-firmware-0.1/firmware/* firmware/
make
make install
make config
cd ../

tar -zxf asterisk-1.4.17.tar.gz
cd asterisk-1.4.17
./configure
make menuconfig
	note:
	remove chan_mgcp, chan_phone, chan_oss, chan_skinny from ‘Channel Drivers’
	remove codec_adpcm, codec_a_mu, codec_lpc10 from ‘Codec Translators’
	select EXTRA-SOUNDS-EN-GSM from 'Extras Sound Packages'
	press x to save selections
cp ../asterisk-sounds-0.1/sounds/* sounds/
make
make install
make samples
genzaptelconf
	note:
	genzaptelconf is part of zaptel package, but make sure to execute this after
	installing asterisk
cd ../

tar -zxf asterisk-addons-1.4.5.tar.gz
cd asterisk-addons-1.4.5
./configure
make menuconfig
	note:
	remove chan_ooh323 from ‘Asterisk Addon Modules’
	make sure the rest is selected
make
make install
make samples
cd ../

tar -zxf codec-g723-g729-p4-0.1.tar.gz
cd codec-g723-g729-p4-0.1
cp codec_g729-ast14-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g729.so
cp codec_g723-ast14-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g723.so
cd ../

useradd -s /bin/false -m asterisk
	note:
	default shell is /bin/false and create a home directory (needed by FOP)

mcedit /etc/apache2/apache2.conf
	note:
	look for this lines:
	    User www-data
	    Group www-data
	and change to below lines:
	    User asterisk
	    Group asterisk

a2enmod php5
/etc/init.d/apache2 restart

chown asterisk.asterisk /etc/asterisk -R
chown asterisk.asterisk /usr/lib/asterisk -R
chown asterisk.asterisk /var/lib/asterisk -R
chown asterisk.asterisk /var/log/asterisk -R
chown asterisk.asterisk /var/spool/asterisk -R

mcedit /etc/asterisk/asterisk.conf
	note:
	look for astrundir path like this line:
	    astrundir => /var/run
	and change it to:
	    astrundir => /var/log/asterisk

asterisk -U asterisk -G asterisk

mysqladmin -u root -p password rahasia
	note:
	lets make sure that you change the mysql server root password
	'rahasia' (without quote) is a password chosen for testing purposes only

mysqladmin -u root -p create asterisk
mysqladmin -u root -p create asteriskcdrdb

tar -zxf freepbx-2.3.1.tar.gz
cd freepbx-2.3.1
mysql -u root -p asterisk < SQL/newinstall.sql
mysql -u root -p asteriskcdrdb < SQL/cdr_mysql_table.sql
./install_amp
	note:
	Q: Enter your USERNAME to connect to the 'asterisk' database:
	A: root
	Q: Enter your PASSWORD to connect to the 'asterisk' database:
	A: rahasia
	Q: Enter the path to use for your AMP web root:
	A: /var/www
	Q: Enter the IP ADDRESS or hostname used to access the AMP web-admin:
	A: <your server IP address>
	Change above IP address to your own IP

ln -s /usr/local/sbin/amportal /etc/init.d/amportal
update-rc.d amportal defaults
cd ../

rm -f /etc/asterisk/extensions.conf
rm -f /etc/asterisk/sip.conf
rm -f /etc/asterisk/iax.conf
rm -f /etc/asterisk/zapata.conf

mcedit /etc/asterisk/zapata.conf
	note:
	type below lines and save the file:
	    [trunkgroups]
	    [channels]
	    #include zapata-channels.conf

chown asterisk.asterisk /etc/asterisk/zapata.conf

/etc/init.d/amportal start

browse FreePBX admin web page, http://<your server IP address>/admin (please use Firefox)
and click 'Apply Configuration Changes' on top of the page

mcedit /etc/asterisk/sip.conf
	note:
	look for lines like below:
	    disallow=all
	    allow=ulaw
	    allow=alaw
	and change them to:
	    disallow=all
	    ; enable g729 and gsm only when you have remote agents (from internet)
	    ;allow=g729
	    ;allow=gsm
	    allow=ulaw
	    allow=alaw
	    ; enable below options for video support (now disabled)
	    ;allow=h264
	    ;allow=h263p
	    ;allow=h263
	    ;videosupport=yes
	    ;maxcallbitrate=128

mcedit /etc/asterisk/iax.conf
	note:
	look for lines like below:
	    disallow=all
	    allow=ulaw
	    allow=alaw
	    allow=gsm
	and change them to:
	    disallow=all
	    ; enable g729 and gsm only when you have remote agents (from internet)
	    ;allow=g729
	    ;allow=gsm
	    allow=ulaw
	    allow=alaw

asterisk -rx "reload"
Credit Point to Anton Raharja
http://www.antonraharja.web.id 

Manual Dynamips, dynagen Cisco Emulator on FreeBSD HOW To

Pengen Ngoprek cisco tapi gak punya Duit Lebih untuk beli Mesinnya, Jangan sedih dulu karena sekarang udah ada emulator canggih, yang bisa mesdimulasikan kita layakanya punya mesin cisco  beneran.

Langsung saja yah, kita maenan sama dynamips dan dynagen

#cd /usr/ports/emulators/dynamips

#make install clean

#cd /usr/ports/emulators/dynagen

#make install clean

Download Cisco IOS image di sini

http://www.blog.persianadmins.com/?p=9

Ato yang ada di blog gw ini

http://unilanet.unila.ac.id/~gigih/data/IOScisco/ Continue reading “Manual Dynamips, dynagen Cisco Emulator on FreeBSD HOW To”