ABCDEFGHIMAM…..GO!!!!!!!

My Own Life

Lokalan aja gpp yg penting udh IPV6-Ready :D

July13

ipv6.imamoberst.com

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2404:400:100:DEAD:DEAD:DEAD:DEAD:DEAD,:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
posted under work | No Comments »

Ngecheck Cisco Feature

September24

http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp


http://www.cisco.com/go/fn


http://tools.cisco.com/ITDIT/CFN/Dispatch?act=rlsSelect&task=search&searchby=software

posted under work | No Comments »

install OTRS (Open source Ticket Request System) in Debian Etch

September6

OTRS Requirements

Apache Web server
Mysql or Postgresql Database
Perl 5.8,Perl Modules

Install OTRS in debian

imamoberst:#apt-get install otrs2

akanĀ  muncul pertanyaan sebagai berikut :

- Configure database using dbconfig-common? —-> YES

- Database you want to use?——->mysql

- Masukkan password admin mysql anda

- Buatlah password user otrs

FINNISH

Bukalah web browser anda dengan alamat : “http://your server ip/otrs/index.pl”

Username :- root@localhost

Password :- root

see documentation untuk detailnya :)

posted under work | No Comments »

cara reset password catalyst 3500XL

July27

cara cepat mereset password switch 3500xl :

- matikan power switch

-hidpukan lagi dan tahan tombol mode di depan switch sekitar 5 detik

-di consol anda akan terdapat tulisan

“switch :”

- ketik perintah di bawah ini

flash_init” ( enter )

load_helper” ( enter )

dir flash:” ( enter )

rename flash:config.text flash:config.old” (enter)

boot” ( enter )

- boot seperti bisa sampai muncul :

switch>

ketik en (enable)

switch#

- lalu masukan perintah ini :

“rename flash:config.old flash:config.test” ( enter )

copy flash:config.test system:running config” ( enter )

wr mem

- setelah itu silahkan mengganti password anda

jangan lupa write memory setelah memasukan paramater password

posted under work | No Comments »

tunneling using ipip

June20

membuat tunnel 2 mikrotik yang memiliki ip 120.136.16.13 dan 202.182.48.133 dengan metode ipip tunnel dengan ip 10.0.0.1 dan 10.0.0.2 :

konfigurasi roter dengan ip 120.136.16.13 :

1. add IPIP interface

[batman@superman.thcomm.net.id] interface ipip>add local-address=120.136.16.13 \
remote-address=202.182.48.133 disabled=no

2. add ip address di interface IPIP

[batman@superman.thcomm.net.id]ip address>add address=10.0.0.1/24 interface=ipip1

konfigurasi roter dengan ip 202.182.48.133 :

1. add IPIP interface

[batman@superman.thcomm.net.id] interface ipip>add local-address=202.182.48.133 \
remote-address=120.136.16.13 disabled=no

2. add ip address di interface IPIP

[batman@spiderman.thcomm.net.id]ip address>add address=10.0.0.2/24 interface=ipip1

cek apakah sudah konek ato blum :

[batman@superman.thcomm.net.id] > ping 10.0.0.2
10.0.0.2 64 byte ping: ttl=64 time=41 ms
10.0.0.2 64 byte ping: ttl=64 time=43 ms
10.0.0.2 64 byte ping: ttl=64 time=43 ms
10.0.0.2 64 byte ping: ttl=64 time=49 ms
10.0.0.2 64 byte ping: ttl=64 time=37 ms
10.0.0.2 64 byte ping: ttl=64 time=44 ms
10.0.0.2 64 byte ping: ttl=64 time=64 ms
10.0.0.2 64 byte ping: ttl=64 time=43 ms

posted under work | No Comments »
« Older Entries