Nothing Impossible

Hanya sebuah prinsip saya, Saya yakin tidak ada yang tidak mungkin di Dunia ini.

Pemograman Visual

Beberapa Pemograman Visual Kami Bahas di Blog ini, Seperti : Visual Basic 6.0, Visual Basic 2010, Java, Visual C++ Versi Borland.

Database

Pengenalan tentang beberapa Database seperti SQL Server, Mysql Workbench, Oracle, dll.

Operating System

Beberapa Penjelasan tentang instalasi, Remastering, dan beberapa trik lain pada Sistem Operasi.

Lain - Lain

Kategori lainnya seperti Hacking, Security, dan Sebagainya.

Wednesday, March 4, 2015

Cisco Routing, Switching and NAT



Ngepost ah  hehehhehe
semoga bisa bermanfaat .. tapi masih tahap pembelajaran juga ini ane .. 
oh iya nanti dulu ya, masih mau dibuat tutorialnya .. tapi ini topologinya .. semoga bisa dimengerti :v

  • Kita Setting Router Germany (Routing OSPF dan RIP)
[spoiler]
Router>enabl
Router>enable
Router#conf ter
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname GERMANY
GERMANY(config)#inter
GERMANY(config)#interface se
GERMANY(config)#interface serial 0/0/0
GERMANY(config-if)#ip add 10.10.10.1 255.255.255.252
GERMANY(config-if)#desc KONEKSI SERIAL KE ROUTER INDONESIA
GERMANY(config-if)#no shu
GERMANY(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
GERMANY(config-if)#exit
GERMANY(config)#int ser
GERMANY(config)#int serial 0/0/1
GERMANY(config-if)#ip add 10.10.11.1 255.255.255.252
GERMANY(config-if)#desc KONEKSI SERIAL KE ROUTER ENGLAND
GERMANY(config-if)#no shu
GERMANY(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
GERMANY(config-if)#clo
GERMANY(config-if)#clock ra
GERMANY(config-if)#clock rate 56000
GERMANY(config-if)#exit
GERMANY(config)#int se
GERMANY(config)#int serial 0/0/0
GERMANY(config-if)#clock rate 56000
GERMANY(config-if)#exit
GERMANY(config)#do wr
Building configuration...
[OK]
GERMANY(config)#rout
GERMANY(config)#router rip
GERMANY(config-router)#ver
GERMANY(config-router)#version 2
GERMANY(config-router)#net 10.10.10.0
GERMANY(config-router)#exit
GERMANY(config)#router
GERMANY(config)#router os
GERMANY(config)#router ospf 1
GERMANY(config-router)#net 10.10.11.0 0.0.0.3 area 0
GERMANY(config-router)#exit
GERMANY(config)#do wr
Building configuration...
[OK]
GERMANY(config)#
GERMANY#
%SYS-5-CONFIG_I: Configured from console by console
GERMANY#
[/spoiler]


  • Kita Setting Router INA (Routing RIP dan EIGRP)
[spoiler]
Router>en
Router>enable
Router#conf te
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname INA
INA(config)#int ser
INA(config)#int serial 0/0/0
INA(config-if)#ip add 10.10.10.2 255.255.255.252
INA(config-if)#desc KONEKSI SERIAL KE ROUTER GERMANY
INA(config-if)#no shu
INA(config-if)#no shutdown
INA(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
INA(config-if)#exit
INA(config)#inter
INA(config)#interface ser
INA(config)#interface serial 0/0/1
INA(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
INA(config-if)#ip add 10.10.10.6 255.255.255.252
INA(config-if)#clock rate 56000
INA(config-if)#desc KONEKSI SERIAL KE ROUTER ENGLAND
INA(config-if)#no shu
INA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
INA(config-if)#exit
INA(config)#router rip
INA(config-router)#ver
INA(config-router)#version 2
INA(config-router)#net 10.10.10.0
INA(config-router)#exit
INA(config)#do wr
Building configuration...
[OK]
INA(config)#do ping 10.10.10.1
[/spoiler]

Jam Kantor sudah manggil2 buat pulang, besok lagi ya :v

=)) kita lanjutkan hari ini hehe

  • Sekarang setting router JAPAN (Routing OSPF 1 Area 0 dan OSPF 1 Area 1)

[spoiler]
Router>en
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname JAPAN
JAPAN(config)#int se
JAPAN(config)#int serial 0/0/0
JAPAN(config-if)#ip add 10.10.10.2 255.255.255.252
JAPAN(config-if)#DESC KONEKSI SERIAL KE ROUTER USA
JAPAN(config-if)#no sh
JAPAN(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
JAPAN(config-if)#exit
JAPAN(config)#int ser
JAPAN(config)#int serial 0/0/1
JAPAN(config-if)#ip add 10.10.10.14 255.255.255.252
JAPAN(config-if)#no shu
JAPAN(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
JAPAN(config-if)#clo
JAPAN(config-if)#clock ra
JAPAN(config-if)#clock rate 56000
JAPAN(config-if)#clock rate 56000
JAPAN(config-if)#desc KONEKSI SERIAL KE ROUTER ENGLAND
JAPAN(config-if)#no shu
JAPAN(config-if)#no shutdown
JAPAN(config-if)#exit
JAPAN(config)#int se
JAPAN(config)#int serial 0/0/0
JAPAN(config-if)#ip add 10.10.12.1 255.255.255.252
JAPAN(config-if)#exit
JAPAN(config)#do wr
Building configuration...
[OK]
JAPAN(config)#router os
JAPAN(config)#router ospf 1
JAPAN(config-router)#net 10.10.12.0 0.0.0.3 area 1
JAPAN(config-router)#exit
JAPAN(config)#rou
JAPAN(config)#router os
JAPAN(config)#router ospf 1
JAPAN(config-router)#net
JAPAN(config-router)#network 10.10.10.12 0.0.0.3 area 0
JAPAN(config-router)#exit
JAPAN(config)#do wr
Building configuration...
[OK]
JAPAN(config)#
[/spoiler]

  • Setting Router USA (Routing Ospf 1 Area 1 dan Eigrp)
[spoiler]
Router>ena
Router>enable
Router#con
Router#conf t
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname USA
USA(config)#int se
USA(config)#int serial 0/0/0
USA(config-if)#ip add 10.10.10.10 255.255.255.252
USA(config-if)#no shu
USA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
USA(config-if)#DESC KONEKSI SERIAL KE ROUTER ENGLAND
USA(config-if)#exit
USA(config)#int ser
USA(config)#int serial 0/0/1
USA(config-if)#ip add 10.10.12.2 255.255.255.252
USA(config-if)#no shu
USA(config-if)#no shutdown
USA(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
USA(config-if)#desc KONK
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to upEKSI SERIAL KE ROUTER JAPAN
USA(config-if)#clock rate 56000
USA(config-if)#exit
USA(config)#do wr
Building configuration...
[OK]
USA(config)#router ospf 1
USA(config-router)#net 10.10.12.0 0.0.0.3 area 1
USA(config-router)#exit
00:22:04: %OSPF-5-ADJCHG: Process 1, Nbr 10.10.12.2 on Serial0/0/1 from LOADING to FULL, Loading Done
USA(config)#router ei
USA(config)#router eigrp 1
USA(config-router)#net 10.10.10.8 0.0.0.3 ?
<cr>
USA(config-router)#net 10.10.10.8 0.0.0.3
USA(config-router)#no aut
USA(config-router)#no auto-summary
USA(config-router)#exit
USA(config)#do wr
Building configuration...
[OK]
USA(config)#
[/spoiler]

  • Nah saatnya kita setting router yang banyak kabel n interfacenya :v ENGLAND (ROUTING EIGRP dan OSPF)
[spoiler]
Router>en
Router>enable
Router#conf te
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ENGLAND
ENGLAND(config)#int seri
ENGLAND(config)#int serial 0/0/0
ENGLAND(config-if)#ip add 10.10.10.5 255.255.255.252
ENGLAND(config-if)#no shu
ENGLAND(config-if)#no shutdown
ENGLAND(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
ENGLAND(config-if)#de
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
sc KONEKSI SERIAL KE ROUTER INA
ENGLAND(config-if)#EXIT
ENGLAND(config)#INT SER
ENGLAND(config)#INT SERial 0/0/1
ENGLAND(config-if)#IP ADD 10.10.10.9 255.255.255.252
ENGLAND(config-if)#CLOCK RATE 56000
ENGLAND(config-if)#DESC KONEKSI SERIAL KE ROUTER USA
ENGLAND(config-if)#NO SHU
ENGLAND(config-if)#NO SHUtdown
ENGLAND(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
ENGLAND(config-if)#EXIT
ENGLAND(config)#INT SE
ENGLAND(config)#INT SErial
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
0/1/0
ENGLAND(config-if)#IP ADD 10.10.10.13 255.255.255.252
ENGLAND(config-if)#NO SHU
ENGLAND(config-if)#NO SHUtdown
ENGLAND(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
DESC KONEKSI SERIAL KE ROUTER
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
JAPAN
ENGLAND(config-if)#EXIT
ENGLAND(config)#DO WR
Building configuration...
[OK]
ENGLAND(config)#INT SE
ENGLAND(config)#INT SErial 0/1/1
ENGLAND(config-if)#IP ADD 10.10.11.2 255.255.255.252
ENGLAND(config-if)#NO SHU
ENGLAND(config-if)#NO SHUtdown
ENGLAND(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up
ENGLAND(config-if)#DESC KONEKSI
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up
SERIAL KE ROUTER GERMANY
ENGLAND(config-if)#EXIT
ENGLAND(config)#DO WR
Building configuration...
[OK]
ENGLAND(config)#router ospf 1
ENGLAND(config-router)#net 10.10.11.0 0.0.0.3 area 0
ENGLAND(config-router)#net 10.10
00:30:44: %OSPF-5-ADJCHG: Process 1, Nbr 10.10.11.1 on Serial0/1/1 from LOADING to FULL, Loading Done
.10.12 0.0.0.3 area 0
ENGLAND(config-router)#exit
ENGLAND(config)#do wr
00:31:18: %OSPF-5-ADJCHG: Process 1, Nbr 10.10.12.2 on Serial0/1/0 from LOADING to FULL, Loading Done
Building configuration...
[OK]
ENGLAND(config)#router eigrp 1
ENGLAND(config-router)#net 10.10.10.4 0.0.0.3
ENGLAND(config-router)#no aut
ENGLAND(config-router)#no auto-summary
ENGLAND(config-router)#net 10.10.10.8 0.0.0.3
ENGLAND(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 10.10.10.10 (Serial0/0/1) is up: new adjacency
exit
ENGLAND(config)#do wr
Building configuration...
[OK]
ENGLAND(config)#
[/spoiler]

Nah sampai disini routing untuk tiap router tidak akan bisa berjalan dengan baik, Kecuali Routing OSPF 1 Area 0 dan OSPF 1 Area 1 itu sudah terhubung dengan baik. Disini Router germany sudah bisa ngeping ke Router England, Japan dan USA -> Tapi Melalui Routing OSPF, Jadi misalkan GERMANY ingin ping ke USA melalui Router INA, Bakal RTO :v .. Bahaha, Jangankan ke USA Pakde . ke ENGLAND melalui INA aja g bakal bisa :v, Baik Saatnya troubleshooting konfigurasi heheheheheh 

Cek Sekarang, awal kita cek adalah Router apa ???
  • Germany Again
Ketik Perintah ini 
[spoiler]
show running-config
[/spoiler]
  • Kita Cek disitu apa yang tidak ada ?? hehhehe 
[spoiler]
GERMANY#sh running-config
Building configuration...
Current configuration : 1117 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname GERMANY
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX15240WM0
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description KONEKSI SERIAL KE ROUTER INDONESIA
ip address 10.10.10.1 255.255.255.252
clock rate 56000
!
interface Serial0/0/1
description KONEKSI SERIAL KE ROUTER ENGLAND
ip address 10.10.11.1 255.255.255.252
clock rate 56000
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 10.10.11.0 0.0.0.3 area 0
!
router rip
version 2
network 10.0.0.0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


[/spoiler]
  • Oh I Know pak guru. Belum ada hubungan Antara Routing OSPF dan Routing RIP nya
  • Nah benar sekali, sekarang mari kita coba hubungkan :v
  • kita redistribute antara RIP dan OSPF 1
[spoiler]
GERMANY#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
GERMANY(config)#rout
GERMANY(config)#router rip
GERMANY(config)#router rip
GERMANY(config-router)#ver
GERMANY(config-router)#version 2
GERMANY(config-router)#redi
GERMANY(config-router)#redistribute os
GERMANY(config-router)#redistribute ospf ?
<1-65535> Process ID
GERMANY(config-router)#redistribute ospf 1 ?
match Redistribution of OSPF routes
metric Metric for redistributed routes
<cr>
GERMANY(config-router)#redistribute ospf 1
GERMANY(config-router)#exit
GERMANY(config)#router os
GERMANY(config)#router ospf 1
GERMANY(config-router)#redi
GERMANY(config-router)#redistribute rip ?
metric Metric for redistributed routes
metric-type OSPF/IS-IS exterior metric type for redistributed routes
subnets Consider subnets for redistribution into OSPF
tag Set tag for routes redistributed into OSPF
<cr>
GERMANY(config-router)#redistribute rip 100 ?
% Unrecognized command
GERMANY(config-router)#redistribute rip 100
^
% Invalid input detected at '^' marker.
GERMANY(config-router)#redistribute rip
% Only classful networks will be redistributed
GERMANY(config-router)#redistribute rip sub
GERMANY(config-router)#redistribute rip subnets
GERMANY(config-router)#exit
GERMANY(config)#do wr
Building configuration...
[OK]
GERMANY(config)#
[/spoiler]

Baik Kita Config satu2 router yg menghubungkan beda routing hehhehe

  • Router INA
[spoiler]
INA#conf ter
INA#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
INA(config)#router rip
INA(config-router)#red
INA(config-router)#redistribute eig
INA(config-router)#redistribute eigrp 1
INA(config-router)#exit
INA(config)#route
INA(config)#router ei
INA(config)#router eigrp 1
INA(config-router)#redi
INA(config-router)#redistribute rip
INA(config-router)#exit
[/spoiler]

  • Router England
[spoiler]
ENGLAND#conf te
ENGLAND#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
ENGLAND(config)#router osp
ENGLAND(config)#router ospf 1
ENGLAND(config-router)#redi
ENGLAND(config-router)#redistribute eig
ENGLAND(config-router)#redistribute eigrp 1 ?
metric Metric for redistributed routes
metric-type OSPF/IS-IS exterior metric type for redistributed routes
subnets Consider subnets for redistribution into OSPF
tag Set tag for routes redistributed into OSPF
<cr>
ENGLAND(config-router)#redistribute eigrp 1 sub
ENGLAND(config-router)#redistribute eigrp 1 subnets
ENGLAND(config-router)#exit
ENGLAND(config-router)#exit
ENGLAND(config)#rou
ENGLAND(config)#router eig
ENGLAND(config)#router eigrp 1
ENGLAND(config-router)#redi
ENGLAND(config-router)#redistribute osp
ENGLAND(config-router)#redistribute ospf 1 ?
match Redistribution of OSPF routes
metric Metric for redistributed routes
<cr>
ENGLAND(config-router)#redistribute ospf 1 100 ?
% Unrecognized command
ENGLAND(config-router)#redistribute ospf 1
ENGLAND(config-router)#exit
ENGLAND(config)#exit
ENGLAND#
[/spoiler]

  • Router USA
[spoiler]
USA>en
USA>enable
USA#conf ter
USA#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
USA(config)#rou
USA(config)#router ospf 1
USA(config-router)#redi
USA(config-router)#redistribute eig
USA(config-router)#redistribute eigrp 1 ?
metric Metric for redistributed routes
metric-type OSPF/IS-IS exterior metric type for redistributed routes
subnets Consider subnets for redistribution into OSPF
tag Set tag for routes redistributed into OSPF
<cr>
USA(config-router)#redistribute eigrp 1 sub
USA(config-router)#redistribute eigrp 1 subnets
USA(config-router)#exi
USA(config-router)#exit
USA(config)#rout
USA(config)#router os
USA(config)#router ospf 1
USA(config-router)#exi
USA(config-router)#exit
USA(config)#rou
USA(config)#router eig
USA(config)#router eigrp 1
USA(config-router)#redi
USA(config-router)#redistribute os
USA(config-router)#redistribute ospf 1
USA(config-router)#exit
USA(config)#exi
USA(config)#exit
USA#
[/spoiler]

Baik sampai disini semua router sudah bisa terhubung ke satu sama lain, tapi coba di cek lagi . pasti ada router yg belum bisa ngeping ke salah satu router .. coba dicari :v

Udah ketemu belum ??
Bener .. Router JAPAN belum bisa ngeping INA dan banyak lagi yg lainnya .. :v ..

Pusing ini, Matanya g kuat ngeliat komputer lagi, Dilanjut besok troublesootingnya :v 

Thursday, January 15, 2015

Koneksi PDO di PHP

Udah lama g ngepost .. hehehe ya udah .. posting satu thread aja .. singkat padat dan jelas :v

Koneksi PDO di Php adalah sebagai berikut :v

<?php
$username = "root";
$password = "toor";
$koneksi = "mysql:host=localhost;dbname=testDatabase";
try 
{
$dbase=new PDO ($koneksi, $username, $password);
$dbase->exec("SET CHARACTER SET utf8");
catch (PDOException $e) 
{
echo "ERROR : ". $e->getMessage();
?>

Okeh Nanti saya Jelaskan .. Bye :v

Tuesday, April 23, 2013

Si Hacker Jember "Peretas Situs Presiden"


Situs Presiden Indonesia diretas, Wow, nice Info .. hehehehe. Di pertemuan kali ini saya akan mengulik sedikit tentang peretasan situs presidensby.info beberapa waktu lalu. Peretasan ini dilakukan oleh seorang penjaga warnet yang berasal dari Jember. Suatu daerah yang merupakan tempat berasal peretas - peretas terbesar Indonesia. Okeh sebenarnya ini bukan masalah serius menurut saya. Lebih serius bagaimana seorang koruptor merugikan beberapa trilyun ruoiah untuk kesenangan diri sendiri. Nah saya kenalkan dulu nich peretas dari Jember tersebut. Dia bernama Widan Yani Ashari seorang penjaga warnet yang tidak henti - hentinya belajar. Karena kasus ini dia sampai hampir dijerat dengan hukuman 12 tahun penjara. Pemerintah seperti diperbodoh atas kejadian ini. Citra mereka semakin menurun karena kasus ini. Bayangkan saja, Hanya meretas suatu situs yang mungkin menurut saya tidak penting, yang hanya berisi suatu info politik.

Friday, November 23, 2012

Backtrack di Android Phone

Nah, Siapa bilang distro linux g ada yang versi buat mobile phone. Android adalah distro Linux berbasis Mobile phone. Nah jika kurang puas dengan Android karena hanya bisa menjalakan terminal seperti itu - itu aja. silakan instal distro linux lain. Nah caranya gimana ??  disini saya akan memberi tutorial bagaimana anda bisa menjalankan distro linux lain di phone Android anda. hehehe sok tau dikit dah ,,


Yang dibutuhkan dalam Phone Android anda adalah :
  1. Processor Phone Android anda minimal 1Ghz
  2. Access root dari phone android anda. Sudah dirooting.
Nah Bahan - bahan yang dibutuhkan sekarang :
  1. Terminal Emulator (Playstore).
  2. Backtrack versi untuk android (silakan download disini) atau disini.
  3. Busybox Android. (Playstore).
  4.  Remote Vnc (Playstore).
  5. Superuser or tools untuk rooting.
 Nah setelah selesai itu mencari itu semua. silakan ikuti langkah berikut :
  1. Pindah Backtrack versi android yang telah anda download kedalam /sdcard phone anda. ubah nama .zipnya menjadi BT saja.
  2. Install Busybox
  3. install terminal emulator, jalankan dan ketik
    su cd /sdcard/BT sh bootbt startvnc
  4. Setelah itu tekan tombol Home, biarkan terminalnya tetap berjalan.
  5. Jalankan remote vnc dan masukan nama host : 127.0.0.1 port:5901 dan pass: root (default)
      
Nah selesai sudah ,, silakan coba dulu di Phone android anda. Jangan dicoba dihandphone orang lain.

*Segala kerusakan yang disebabkan tutorial ini bukan tanggung jawab Penulis ,.. Terimakasih
 
CMIIW

ino_ot

from X-Code