Skip to main content

Hurricane Electric IPv6 with FreeBSD 8.3

Figure out how IPv6 is important nowadays, I got to try and deploy on my server and serve the IPv6 to the world to access. Searching around I've got several option for IPv6 Tunnel Broker. We got Hurricane Electric (HE) , Freenet6 (gogo6) and several others provider but the two provider are the most popular right now.

The question ;
- Why we deploy an IPv6 ?

WHY WE DEPLOY AN IPV6 ?
- For me there's no specific answer on this question because it depends on your situation and your needs with IPv6. While we can live with IPv4 , we have to take note that IPv4 allocated address is depreciated and based on HE statistics IPv4 is depreciated on 2012 we don't have any reserved address anymore. If you still want to use IPv4, to allocate the address, you may have to pay more since the address is not much.

- IPv6 is the future of the internet address and we have to prepare on that situation which I think it is important. Let say the world will transform from IPv4 to IPv6, and on that time, are you ready ? :)

Setup ;
- 1 box with a valid IPv4 address.

Step ;
- Register your account with HE at http://www.tunnelbroker.net/
- Setup your IPv4 tunnel and your will get your IPv6 tunnel address as per below


Server IPv4 Address:216.218.221.42
Server IPv6 Address:2001:470:35:3e4::1/64
Client IPv4 Address:10.0.0.1
Client IPv6 Address:2001:470:35:3e4::2/64






Comments

Popular posts from this blog

Complete guide to update/upgrade cakephp

This is what people always forgotten. How to update your cakephp to the latest from CLI         phpmamp composer.phar update How to upgrade to 3.* branch     phpmamp composer.phar require --update-with-dependencies "cakephp/cakephp:3.5.*"         ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev)       - Removing cakephp/cakephp (3.4.13)       - Installing cakephp/cakephp (3.5.6)         Downloading: 100% Writing lock file Generating autoload files Done !

DirectAdmin - Upgrading MySQL from 5.5 to 5.6

cd /usr/local/directadmin/custombuild mkdir -p mysql cd mysql wget http://files.directadmin.com/services/all/mysql/64-bit/5.5.41/MySQL-client-5.5.41-1.linux2.6.x86_64.rpm wget http://files.directadmin.com/services/all/mysql/64-bit/5.5.41/MySQL-devel-5.5.41-1.linux2.6.x86_64.rpm wget http://files.directadmin.com/services/all/mysql/64-bit/5.5.41/MySQL-server-5.5.41-1.linux2.6.x86_64.rpm wget http://files.directadmin.com/services/all/mysql/64-bit/5.5.41/MySQL-shared-5.5.41-1.linux2.6.x86_64.rpm cd .. ./build mysql_backup mv mysql_backups mysql_backups.`date +%F` #after this point, you can't abort rpm -e --noscripts `rpm -qa | grep MariaDB` cd mysql rpm -ivh MySQL*5.5.41*.rpm #ensure it's running. cd .. ./build set mysql 5.6 ./build set mysql_inst yes ./build mysql # confirm mysqld is running. ./build php n

VPS crash I'm moving in to blogspot

2 days ago, i noticed my vps becomes slow and have some error in log file so I inform my provider and they said the server disk got some error... and today I got a bad news that the disk is totally corrupted and my data........ totally lost.. So to put some of my setup I realised that I already have this account and I just continue my notes here :) nothnig much I can do, since I have my valuable data and post for my last blog site (myinfinityx.com), yeah.. got a few configuration that I already setup like DNS, mail server, web server ( got a few of my friend host their site with me) and etc.. so.. the journey continued here.. have fun!!