Showing posts with label ipv6. Show all posts
Showing posts with label ipv6. Show all posts

Tuesday, May 10, 2011

getting ipv6 with APNIC.

i'm sending email to helpdesk@apnic.net requesting ipv6 address.

the reply so far positive. i hope my website have ipv6 without tunnel soon. tunguu... :)

person in charge: Wita Laksono via RT

Thursday, May 05, 2011

tunnel route problem

http://www.tunnelbroker.net/forums/index.php?topic=1486.0

storing this for future reference.

update: install radvd

yum install radvd -y


sysctl -w net.ipv6.conf.all.forwarding=1

vi /etc/radvd.conf

enable for interface eth0

service radvd start

Starting radvd: [ OK ]

check connection later.

Wednesday, May 04, 2011

Tuesday, May 03, 2011

i am now sage.

Sage: Wikipedia



Finally:

How to complete?
1. read my previous entries to get clues.

2. go to domain control panel, add new nameserver with ipv6 ip address

3. point your 3rd nameserver to the nameserver created.

done!

final level, sage

post this for future reference:

submit ipv6 whois information

http://www.tunnelbroker.net/forums/index.php?topic=1241.0

command: whois -h whois.arin.net -i 2607:f128:42:c5::2

if you get invalid query, use -i before your ip address.

for asia, whois.apnic.net

........

Monday, May 02, 2011

guru level



now i'm guru level:

How to complete?

read presentation & there is answer there >:)

check dns server for ipv6

netstat -an | grep ':53'

uneble to query whois on centos

[root@local ~]# whois apis17.info
[Querying whois.afilias.info]
[Unable to connect to remote host]

it is firewall blocking your query.

open outgoing port 43 and all done.. :)

update: whois query for IPV6 failed . then you should use debian or disable firewall temporarily (for centos)

Sunday, May 01, 2011

debug ipv6 connection

tcpdump -n -i eth0 proto 41

ipv6 day

http://www.webstershome.co.uk/content/world-ipv6-day

What is World IPv6 day? - It is a trial period where a number of major web sites will provide their content on both IPv4 and IPv6. This is being sponsored by the Internet Society (ISOC) more information is posted on their World IPv6 Day page

Wednesday, April 27, 2011

Tuesday, April 26, 2011

ipv6 enabled :)


ipv6 ready

upgraded to level 3 ipv6 yess.. :)




http://ipv6.he.net/certification/scoresheet.php?pass_name=apis17

more more..

configuring ipv6 tunnel under linux

Legend of variables:
$ipv4a = tunnel server's IPv4 IP
$ipv4b = user's IPv4 IP
$ipv6a = tunnel server's side of point-to-point /64 allocation
$ipv6b = user's side of point-to-point /64 allocation

Using ifconfig:

ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::$ipv4a
ifconfig sit1 up
ifconfig sit1 inet6 add $ipv6b
route -A inet6 add ::/0 dev sit1

Using ip:

ip tunnel add he-ipv6 mode sit remote $ipv4a local $ipv4b ttl 255
ip link set he-ipv6 up
ip addr add $ipv6b dev he-ipv6
ip route add ::/0 dev he-ipv6

level 2 ipv6 certifivate


yess.. now i am ipv6 level 2. the explorer

Related Posts Plugin for WordPress, Blogger...