Home »
» Konfigurasi Resditribute Static dengan EIGRP
Langkah-Lamgkahnya :
- Pemberian IP Address
- Bantargebang : Fa0/0 = 10.10.10.2/24
Fa0/1 = 192.168.10.1/24
- Jakarta : Fa0/0 = 10.10.10.1/24
Fa0/1 = 20.20.20.1/24
- Bekasi : Fa0/0 = 20.20.20.2/24
Fa0/1 = 30.30.30.1/24
- Bali : Fa0/0 = 30.30.30.2/24
Fa0/1 = 192.168.20.1/24
- PC0 : Fa0 = 192.168.10.2/24 gateway 192.168.10.1
- PC1 : Fa0 = 192.168.20.2/24 gateway 192.168.20.1
Related Posts:
Notepad Jahat 11. Membuka dan menutup CD/DVD Komputer
Copy script dibawah ini dan paste di notepad anda.
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDR… Read More
Notepad Jahat 4 Membuat Komputer Shutdown dengan muncul pesan.
Copy script dibawah ini dan paste di notepad anda.
@echo off
msg * Hahahahhaha
shutdown -s -c “Komputer anda mati”
Simpan dengan format *.bat.
Lalu Buka File Tersebut
… Read More
Notepad Jahat 3Membuat Pesan muncul berulang – ulang
Copy script dibawah ini dan paste di notepad anda.
@ECHO off
:Begin
msg * hahahhaa
msg * santai boss
msg * ini hanya main-main
msg * jangan marah ya
msg * hanya bercanda
GOTO BEGIN
Sim… Read More
Perintah Dasar Cisco Switch Bag. 5 Selanjutnya aktifkan perintah konfigurasi port security dalam study case ini adalah interface f0/5
Switch#
Switch>en
Switch#config t
Switch(config)#int f0/5
Switch(config-if)#switchport mode access
Switch(config-if)#sw… Read More
Notepad Jahat 2Menulis otomatis di notepad
Copy script dibawah ini dan paste di notepad anda.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Tulisan ini akan menulis sendiri di notepad anda”
l… Read More
0 komentar:
Posting Komentar