Posted by admin on 20th March 2010
ping ipv6 www.ip-stories.com [TATA Comm., CA]
Router: gin-mtt-mcore3
Site: CA, Montreal - MTT, TATA COMM. INT. CENTER
Command: ping ipv6 www.ip-stories.com
Sending 5, 100-byte ICMP Echos to 2404:170:32::48, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 284/407/836 ms

Posted in IPv6, Web | No Comments »
Posted by admin on 25th February 2010
Getting people attention in awareness of IPv4 Exhaustion & willing to indirectly participate in IPv6 Implementation & Transition is not an easy thing to do.
More IPv6 Enabled applications might help the transition process goes a bit smooth.
While Systems had been IPv6 Ready, some applications has been developed & IPv6 enabled :
They are :
- Web based applications [http://www.ipv6.indo.net.id]
- Mail MX & POP3 [mail.ipv6.indo.net.id]
- Video Streaming [http://tube6.indo.net.id]
- Radio Internet [http://radio.indo.net.id]
Please have those accessed…


tcp 0 0 2404:170:32::49:80 2404:170:253::10:2016 TIME_WAIT
tcp 0 0 2404:170:32::49:80 2404:170:253::10:2008 TIME_WAIT
a. rahman isnaini r.sutan
Posted in IPv6, Web, applications, streaming | No Comments »
Posted by admin on 9th December 2009
Blocking http://komiknabimuhammad.blogspot.com is again our topic.
If you don’t have Cisco Router with NBAR [Regular Expression] capability to do this task, then use your DNS Server does it. Since DNS used by most of your users compared to Proxy only for some of total user you might have.
Here what you have to do :
1. Create Zone in named.conf
My example : komiknabimuhammad.blogspot.com
zone “komiknabimuhammad.blogspot.com” {
type master;
file “blocked/blocked.site”;
};
2. Create file for your zone. [what ever you named it].
$TTL 86400
@ IN SOA ns1.indo.net.id. hostmaster.indo.net.id. (
2009120801
3600
3600
360000
86400 )
IN NS ns1.indo.net.id.
IN NS ns2.indo.net.id.
IN A 202.159.32.14
3. This raw : “IN A 202.159.32.14″
Means any of request to resolve the URL “komiknabimuhammad.blogspot.com” will be redirected
to Default Web Page on Server 202.159.32.14
Nope sure if this can work with CNAME.
Anyway, this only affect any of user who use your DNS Server to Resolve.
Out of that, they still able to resolve to that subdomain.
Note : Above task only affected to subdomain URL of Blogspot “komiknabimuhammad.blogspot.com” ONLY
Not the Entire of Blogspot Pages which might be yet useful for us.
Thanks to Geri Anggara
a. rahman isnaini r.sutan
*) Hey don’t forget to restart your DNS service…
Posted in DNS, Web | 3 Comments »
Posted by admin on 20th November 2009

Refer to Above Formal Letter from the Ministry of Communication & Information…. regarding to block “KOMIKNABIMUHAMMAD.BLOGSPOT.COM” not BLOGSPOT.COM or BLOGGER.COM.
Therefor To have ONLY and ONLY this specific blog being blocked [http://komiknabimuhammad.blogspot.com], without blocking entire of blogspot.com, blogger.com and their following subdomains,
Here the Cisco NBAR solution to be implemented :
Cisco NBAR to Block Regular Expression [Regexp]
All you have to do is adding more regular expressions:
class-map match-any BLOCK-URL
match protocol http url “*komiknabimuhammad*”
match protocol http url “*komikmuhammad*”
match protocol http url “*komik*muhammad*”
match protocol http url “*Azl.jpg*”
match protocol http host “*faithfreedom*”
match protocol http url “*AlAzl2.jpg*”
match protocol http url “*AlAzl3.jpg*”
This will block all web site that having/containing information regarding words:
- Komik Muhammad
- KomikMuhammad
- KomikNabiMuhammad
But not :
- Komik Nabi
- Komik
- Nabi
- Muhammad.
rgs
a. rahman isnaini r.sutan
Thanks Cisco System
Posted in Cisco, Web, security, technologies | 1 Comment »
Posted by a. Rahman Isnaini r. Sutan on 23rd July 2008
I feel much better using this Firefox 3.0.1.
More features & sparkle looks
Other thing, this new Firefox version solved my YouTube Streaming Problem.

The problem was : YouTube player stops the streaming after few seconds after started. Clicking the player gives another seconds of play… till it stops again & again..
Others on web said not only Tube files stop playing after few seconds, there were :
- Flash Animation
- Metacafe Files
- Daily Motion
I’m using Windows XP where this firefox running on.
And so were they.
My last Firefox version : 2.0.0.12 even upgraded to 2.0.0.14 / 15/16 didn’t seem to give me any luck.
So ? Upgrade Your Firefox
Here…
a. rahman isnaini r.sutan
Posted in Web, broswer, software | 2 Comments »
Posted by a. Rahman Isnaini r. Sutan on 10th July 2008
<script language=JavaScript type=”text/javascript”>
<!–
//Disable right click script - renigade@mediaone.net
//For full source code, visit http://www.dynamicdrive.com
var message=”";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function(”return false”)
// –>
</script>
Thanks, Renigade @ 2006
Posted in Web, programming, security | No Comments »
Posted by a. Rahman Isnaini r. Sutan on 13th June 2008
Checked my Inbox in Opisboy Folder… today.
An information from my ISP colleague (SM), KPU Jatim web site has been defaced.
Here the pictures :


This KPU Web running on (provide by Netcraft) :

a. rahman isnaini r.sutan
Posted in Defacement, Web, security | 1 Comment »