i’m good,i’m clean,i’m fun!!!!

My Own Life

Person “L”

November23

Person L was formed in the winter of 2006 as an outlet for Vasoli to explore other musical outlets. kenneth vasoli is the band’s lead singer and guitarist.Whos dont know Vasoli??fronted pop punk band The Starting Line (currently on hiatus). Person L’s debut record “Initial” was released on August 5, 2008 on Vasoli’s own label, Human Interest. my recomended song “strom:)

Person L

posted under music | No Comments »

NAT & Forwarding port di Router CISCO

November17

Berikut ini contoh nat di router cisco , sesuaikanlah dengan interface dan ip anda :

Interface WAN :

interface GigabitEthernet0/1
ip address 222.222.222.4 255.255.255.248
ip nat outside
no cdp enable

!

Interface Lokal :

interface GigabitEthernet0/2
ip address 192.168.3.250 255.255.255.0
ip nat inside
no cdp enable

Untuk Nat nya :

access-list 1 permit 192.168.3.0 0.0.0.255

ip nat inside source list 1 interface GigabitEthernet0/1 overload

Pasang Gateway nya :

ip route 0.0.0.0 0.0.0.0 222.222.222.1

Untuk forwarding port nya (forward port 1933 ke port 5900 internal ) :

ip nat inside source static tcp 192.168.3.30 5900 interface GigabitEthernet0/1 1933

Install Cacti di Debian Etch

October12

gambar cacti Install paket-paket yang di butuhkan :

imamoberst:~#apt-get install apache2 libapache2-mod-php5 php5 php5-cli php5-mysql php5-gd php5-snmp mysql-client mysql-server libmysqlclient15-dev snmp snmpd rrdtool

install cacti :

imamoberst:~#apt-get install cacti

Ikuti saja pilihan-pilihan yang muncul ketika instalasi cacti sesuai dengan user dan password mysql serta database anda.

setelah selesai install masuk saja ke : http://yourserverip/cacti/

username : admin

password : admin

happy graphing dude…. :p

posted under life | No Comments »

Vlan di Debian Etch

October12

Berikut ini cara install vlan di debian :

Pertama install dulu paket vlan nya :

imamoberst:~#apt-get install vlan

– this is to install the vlan software –

tambahkan modul 8021q

imamoberst:~#modprobe 8021q atau

edit moduls anda :

imamoberst:~#nano/etc/modules

tambahkan paramater ini “8021q

aktifkan interface anda :

imamoberst:~#ifconfig eth0 0.0.0.0 up

sebagai contoh saya create vlan 200 :

imamoberst:~#vconfig add eth0 200

– Creating vlan 200 over the eth0 interface –

Menambah ip di vlan 200 tersebut :

imamoberst:~#ifconfig eth0.200 172.16.253.4 broadcast 172.16.253.255 netmask 255.255.255.0 up

check configurasi anda :

imamoberst:~#ifconfig -a

eth1.200 Link encap:Ethernet HWaddr 00:11:09:5B:75:B9
inet addr:172.16.253.4 Bcast:172.16.253.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fe5b:75b9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:785 (785.0 b) TX bytes:468 (468.0 b)

Done..  :P

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 »
« Older Entries