Sabtu, 31 Mei 2014




Free Proxy
Lega rasanya koneksi internet di tempat saya bekerja, sebelumnya sempat setres mikir tiap LAB dengan jumlah 20 PC dihidupkan dan semuanya terkoneksi dengan internet (Speedy dengan kecepatan rata-rata 500 Kbp/s s.d. 850 Kbp/s) apa yang terjadi? Koneksi langsung drop putus sambung putus sambung dalam tenggang waktu per 5 menit, bayangkan, pasti susahkan?
Nah... kini setelah muter-muter browsing, akhirnya menemukan juga solusinya, banyak beberapa alternatif tapi akhirnya saya putuskan untuk menggunakan FreeProxy Internet Suite.
Awalnya agak kesulitan, tapi Alhamdulillah, setelah merenung sejenak di sudut sekolah entah dapat angin segar dari mana datangnya akhirnya dapat inspirasi juga.
Intinya, membagi koneksi internet dari satu PC ke PC yang lain dalam satu LAN dalam satu LAB, dan pada PC yang dijadikan ROUTER cukup menggunakan 1 (satu) NIC gak perlu harus dobel NIC yang dishare begitu saja tetep tidak membuahkan hasil, tetapi saat PC router diinstall proxy hasilnya memuaskan.

YANG PERTAMA
Install FreeProxy setelah terinstall jangan dijalankan dulu, seting dulu TCP/IP pada Local Area Connection lihat gambar berikut untuk lebih jelasnya

Klik pada Properties

Dobel klik Internet Protokol (TCP/IP)

Pada bagian ini isikan IP Address sesuai dengan LAN pada LAB misal pada LAN LAB Anda menggunakan Network 192.168.2.0/27 dengan jumlah komputer 20 - 30 maka pada PC Router yang terinstall proxy isikan IP address-nya dengan 192.168.2.30/27 Subnet mask: 255.255.255.224 Default gateway isikan dengan IP public, misal IP pada modem ADSL 192.168.1.1/24 untuk koneksi internetnya, kemudian isikan Preferred DNS server: 202.134.1.10 atau yang lainnya, Alternate DNS server: 202.134.0.155 atau yang lainnya.


Selanjutnya klik Advanced

Tambahkan satu IP lagi pada IP addresses: 192.168.1.2 Subnet mask: 255.255.255.0 ini berfungsi agar PC Router dalam satu network dengan modem ADSL sehingga bisa terkoneksi dengan modem, selanjutnya klik OK dan coba buka browser, jika bisa koneksi internet maka PC Router siap untuk berbagi. Selanjutnya.....

YANG KEDUA
Saatnya buka aplikasi FreeProxy Internet Suite yang baru saja Anda install, dan perhatikan gambar berikut

Dobel klik Proxy pada kolom Type maka tampil gambar berikut


Perhatikan pada Client Port: 8080 ini yang akan menentukan port yang digunakan pada client, Anda bisa mengubahnya sesuai selera, tentunya masih dalam kaidah-kaidah yang berlaku.
Kemudian pada Local binding pilih nama NIC yang Anda gunakan pilih IP local yang digunakan PC Router (192.168.2.30), pada Remote binding pilih juga nama NIC yang digunakan pilih IP yang terhubung dengan modem (192.168.1.2), dan selanjutnya klik Done. Kemudian jalankan FreeProxy dengan menekan Start/Stop. Klik tombol Start pada Service mode maka proxy Anda sudah aktiv.

YANG KETIGA
Setting proxy pada browser client :
1. Mozilla :
Tools -- Option -- Advanced -- Network -- Settings kemudian pilih Manual proxy configuration seperti pada gambar berikut

isi pada HTTP Proxy dengan IP Router 192.168.2.30 Port 8080 contreng Use this proxy server for all protocols, selanjutnya klik OK
2. Internet Explorer :
Tools -- Internet Options -- Connections -- klik LAN Settings



beri tanda contreng Use a proxy server for your LAN pada Proxy server dengan IP 192.168.2.30 port 8080 dan dilanjutkan klik tombol OK.

Untuk meningkatkan performa bisa ditambahkan CACHE, klik Cache

Contreng Activate the cache, pilih folder atau buat folder baru dalam contoh saya menggunakan folder pada drive C:\\Cache pada Cache Control Path dan Cache Data Path, pada Cache Management pilih Continuous, setelah itu klik tombol Done.
Dan akhirnya selesai sudah langkah-langkah installasi proxy, contoh-contoh pada gambar terlihat tidak sama pada IP Address yang saya ilustrasikan, ini dikarenakan komputer yang saya gunakan untuk artikel ini bukan PC Router yang saya gunakan, jadi harap maklum.


Setting Router CISCO

OSPF Routing
Routing Open Shortest Path First (OSPF) adalah sebuah routing protocol standard terbuka yang telah diimplementasikan oleh sejumlah besar vendor jaringan. Alasan untuk mengkonfigurasi OSPF dalam sebuah topologi adalah untuk mengurangi overhead (waktu pemrosesan) routing, mempercepat convergance,serta membatasi ketidakstabilan network disebuah area dalam suatu network.

OSPF Message Encapsulation terjadi pada lapisan data-link dengan nomor protocol 89. Data field ini dapat berisi salah satu dari lima tipe paket OSPF. Pada IP packet header, alamat tujuannya mempunyai dua alamat multicast yaitu 224.0.0.5 dan 224.0.0.6 namun yang diset cukup salah satu dari alamat tersebut. Bila paket OSPF diencapsulasi di sebuah frame Ethernet, alamat tujuan dari MAC address juga merupakan sebuah alamat multicast, yaitu 01-00-5E-00-00-05 dan 01-00-5E-00-00-06. Semua paket OSPF mempunyai 24 byte yang berisikan informasi yang diperlukan. Packet header ini terdiri dari berbagai bidang seperti jenis-jenis paket OSPF, router ID serta alamat IP dari router yang mengirimkan paket.


Ada 5 tipe paket yang digunakan OSPF, yaitu :

*. Hello packet -> untuk menemukan serta membangun hubungan antar tetangga router OSPF.
*. Database Description (DBD)-> untuk mengecek singkronisasi database antar router.
*. Link-State Request (LSR) -> meminta spesifikasi link-state records antara router satu dengan yang lain.
*. Link-State Update (LSU) -> mengirimkan permintaan spesifikasi link-state records.
*. Link-State Acknowledgement (LSAck) -> menerima paket link-state.

OSPF adalah salah satu dari Interior Gateway Protocol (IGP) yang biasanya digunakan untuk routing protocol dalam satu routing domain yang sama.

Terdapat 2 macam routing protocol, yaitu Distance Vector dan Link State. Distance vector menggunakan kalkulasi distance atau jarak serta outgoing interface untuk memilih jalur yang paling baik ke network tujuan. Contoh dari Distance Vector adalah RIP, IGRP, dan EIGRP.
Link State memantau status dan tipe koneksi setiap link, kemudian membuat kalkulasi metric berdasarkan informasi tersebut. Contoh dari Link State adalah OSPF.


Router R1
R1(config)#router rip
R1(config-router)#network 192.168.0.0
R1(config-router)#network 150.72.21.0
R1(config-router)#end
Router R2
R2(config)#router rip
R2(config-router)#network 10.0.0.0
R2(config-router)#network 150.72.21.0
R2(config-router)#end

Router(config)# router ospf process_ID
Router(config-router)# network IP_address wildcard_mask area area_#


(1841Router0) Hostname R1

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 10.0.0.1 255.0.0.0
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
R1(config-if)#exit
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 20.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#bandwidth 64
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#exit
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R1(config)#router ospf 1
R1(config-router)#network 10.0.0.0 0.255.255.255 area 0
R1(config-router)#network 20.0.0.0 0.255.255.255 area 0
R1(config-router)#exit
R1(config)#


(2620XM-Router1) Hostname R2

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R2
R2(config)#interface serial 0/0
R2(config-if)#ip address 20.0.0.2 255.0.0.0
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, 
changed state to up
R2(config-if)#exit
R2(config)#interface fastethernet 0/0
R2(config-if)#ip address 30.0.0.1 255.0.0.0
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
 
R2(config)#router ospf 2
R2(config-router)#network 20.0.0.0 0.255.255.255 area 0
R2(config-router)#network 3
00:03:10: %OSPF-5-ADJCHG: Process 2, Nbr 20.0.0.1 on Serial0/0 from
 LOADING to FULL, Loading Done0.0.0.0 0.255.255.255 area 0
R2(config-router)#network 30.0.0.0 0.255.255.255 area 0
R2(config-router)#exit
R2(config)#


(2620XM-Router2)Hostname R3

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R3
R3(config)#interface fastethernet 0/0
R3(config-if)#ip address 30.0.0.2 255.0.0.0
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
R3(config-if)#interface serial 0/0
R3(config-if)#ip address 40.0.0.1 255.0.0.0
R3(config-if)#clock rate 64000
R3(config-if)#bandwidth 64
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
R3(config-if)#exit
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, 
changed state to up
R3(config)#router ospf 3
R3(config-router)#network 40.0.0.0 0.255.255.255 area 0
R3(config-router)#network 30.0.0.0 0.255.255.255 area 0
00:04:53: %OSPF-5-ADJCHG: Process 3, Nbr 30.0.0.1 on FastEthernet0/0 from
 LOADING to FULL, Loading D
R3(config-router)#exit
R3(config)#
%SYS-5-CONFIG_I: Configured from console by console
R3#


(2811Router3) Hostname R4

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface serial 0/0/0
Router(config-if)#ip address 40.0.0.2 255.0.0.0

Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fastethernet 0/0
Router(config-if)#ip address 50.0.0.1 255.0.0.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
Router(config-if)#exit
R4(config)#router ospf 4
R4(config-router)#network 50.0.0.0 0.255.255.255 area 0
R4(config-router)#network 40.0.0.0 0.255.255.255 area 0
R4(config-router)#
00:06:32: %OSPF-5-ADJCHG: Process 4, Nbr 40.0.0.1 on Serial0/0/0 from
LOADING to FULL, Loading Done
R4(config-router)#exit
R4(config)#


PC-1

PC>ipconfig
 
IP Address......................: 10.0.0.2
Subnet Mask.....................: 255.0.0.0
Default Gateway.................: 10.0.0.1
 
PC>ping 50.0.0.2
 

PC-2

PC>ipconfig
 
IP Address......................: 50.0.0.2
Subnet Mask.....................: 255.0.0.0
Default Gateway.................: 50.0.0.1
 
PC>ping 10.0.0.2
R4#show ip protocols
 
Routing Protocol is "ospf 4"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Router ID 50.0.0.1
  Number of areas in this router is 1. 1 normal 0 stub 0 nssa
  Maximum path: 4
  Routing for Networks:
    50.0.0.0 0.255.255.255 area 0
    40.0.0.0 0.255.255.255 area 0
  Routing Information Sources:
    Gateway         Distance      Last Update
    40.0.0.1             110      00:01:26
  Distance: (default is 110)
 
R4#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
 
Gateway of last resort is not set
 
O    10.0.0.0/8 [110/1564] via 40.0.0.1, 00:02:37, Serial0/0/0
O    20.0.0.0/8 [110/1563] via 40.0.0.1, 00:02:37, Serial0/0/0
O    30.0.0.0/8 [110/782] via 40.0.0.1, 00:02:37, Serial0/0/0

C    40.0.0.0/8 is directly connected, Serial0/0/0
C    50.0.0.0/8 is directly connected, FastEthernet0/0
R4#


Configuration command of OSPF


Commands
Descriptions
Router(config)#router ospf 1
Starts OSPF process 1. The process ID is any positive integer value between 1 and 65,535.
Router(config-router)#network 172.16.0.0 0.0.255.255 area 0
OSPF advertises interfaces, not networks. Uses the wildcard mask to determine which interfaces to advertise.
Router(config-if)#ip ospf hellointerval timer 20
Changes the Hello Interval timer to 20 seconds.
Router(config-if)#ip ospf deadinterval 80
Changes the Dead Interval timer to 80 seconds.
NOTE: Hello and Dead Interval timers must match for routers to become neighbors
Router#show ip protocol
Displays parameters for all protocols running on the router
Router#show ip route
Displays a complete IP routing table
Router#show ip ospf
Displays basic information about OSPF routing processes
Router#show ip ospf interface
Displays OSPF info as it relates to all interfaces
Router#show ip ospf interface fastethernet 0/0
Displays OSPF information for interface fastethernet 0/0
Router#show ip ospf border-routers
Displays border and boundary router information
Router#show ip ospf neighbor
Lists all OSPF neighbors and their states
Router#show ip ospf neighbor detail
Displays a detailed list of neighbors
Router#clear ip route *
Clears entire routing table, forcing it to rebuild
Router#clear ip route a.b.c.d
Clears specific route to network a.b.c.d
Router#clear ip opsf counters
Resets OSPF counters
Router#clear ip ospf process
Resets entire OSPF process, forcing OSPF to re-create neighbors, database, and routing table
Router#debug ip ospf events
Displays all OSPF events
Router#debug ip ospf adjacency
Displays various OSPF states and DR/ BDR election between adjacent routers
Router#debug ip ospf packets
Displays OPSF packets















































Jumat, 30 Mei 2014

PRAKTIKL LINUX JARINGAN [UBUNTU]



sudo –i
ifconfig
gedit /etc/network/interfaces

Setup interface to static
auto eth0
iface eth0 inet static
address 192.168.1.5
network 192.168.1.0

netmask 255.255.255.0
broadcast 192.168.1.255

gateway 192.168.1.1


Setup interface to dhcp

auto eth0
iface eth0 inet dhcp


dokumen contoh :/usr/share/doc/ifupdown/examples/network-interfaces



# auto eth0
# iface eth0 inet static
#     address 192.168.1.42
#     network 192.168.1.0
#     netmask 255.255.255.128
#     broadcast 192.168.1.0
#     up route add -net 192.168.1.128 netmask 255.255.255.128 gw 192.168.1.2
#     up route add default gw 192.168.1.200
#     down route del default gw 192.168.1.200
#     down route del -net 192.168.1.128 netmask 255.255.255.128 gw 192.168.1.2

sudo /etc/init.d/networking restart
sudo vi /etc/resolv.conf
search myisp.com
nameserver 192.168.1.1
nameserver 203.130.196.18
nameserver 203.130.196.155

CPU Sockets
Socket
Pin
count
CPU families
Frequency (MHz)
Bus Frequency
(MHz)
242
Intel Celeron
Intel Pentium II
Intel Pentium III
233 - 1000
66 - 133
321
AMD K5 / K6 / K6-2 / K6-III
Cyrix 6x86, 6x86L, 6x86MX, MII
IBM 6x86, 6x86L, 6x86MX
IDT Winchip 2, Winchip C6
Intel Pentium, Pentium MMX
Rise Technology MP6
ST 6x86
75 - 570
50 - 100
370
Intel Celeron
Intel Pentium III
VIA C3
300 - 1500
66 - 133
423
Intel Pentium 4
1300 - 2000
400
462
AMD Athlon
AMD Athlon MP
AMD Athlon XP
AMD Athlon XP-M
AMD Duron
AMD Geode NX
AMD Mobile Athlon 4
AMD Mobile Duron
AMD Sempron
600 - 2333
200 - 400
478
Intel Celeron
Intel Celeron D
Intel Embedded Celeron
Intel Mobile Celeron
Intel Mobile Pentium 4
Intel Mobile Pentium 4-M
Intel Pentium 4
Intel Pentium 4 Extreme Edition
1200 - 3467
400 - 800
479
Intel Celeron M, Core 2 Duo Mobile,
Core Duo, Core Solo, Mobile Celeron,
Pentium Dual-Core Mobile,
Pentium III-M, Pentium M,
VIA C7
866 - 2333
133 - 667
563
AMD Athlon XP-M
1000 - 1833
200 - 333
754
AMD Athlon 64
AMD Mobile Athlon 64
AMD Mobile K8 Athlon XP-M
AMD Mobile Sempron
AMD Sempron
AMD Turion 64 Mobile technology
1000 - 2600
800 (HT)
775
Intel Celeron
Intel Celeron D
Intel Celeron Dual-Core
Intel Core 2 Duo
Intel Core 2 Extreme
Intel Core 2 Quad
Intel Pentium 4
Intel Pentium 4 Extreme Edition
Intel Pentium D
Intel Pentium Dual-Core
Intel Pentium Extreme Edition
Intel Xeon
1600 - 3800
533 - 1600
939
AMD Athlon 64
AMD Athlon 64 FX
AMD Athlon 64 X2
AMD Dual-Core Opteron
AMD Opteron
AMD Sempron
1800 - 3000
800 (HT)
940
AMD Athlon 64 FX
AMD Dual-Core Opteron
AMD Opteron
1400 - 3000

1150
Intel Celeron Dual-Core
Intel Core i3
Intel Core i5
Intel Core i7
Intel Pentium Dual-Core
Intel Xeon
1100 - 3600

1155
Intel Celeron Dual-Core
Intel Core i3
Intel Core i5
Intel Core i7
Intel Pentium Dual-Core
Intel Xeon
1200 - 3700

1156
Intel Celeron Dual-Core
Intel Core i3
Intel Core i5
Intel Core i7
Intel Pentium Dual-Core
Intel Xeon
1867 - 3600

1366
Intel Core i7
Intel Core i7 Extreme Edition
Intel Xeon
1600 - 4400
2400 (QPI) - 3200 (QPI)
940
AMD Athlon 64, Athlon 64 FX,
Athlon 64 X2, Mobile Athlon 64 X2,
K8 Sempron, Phenom X3,
Phenom X4, Second Generation Opteron
1000 - 3200

905
AMD A4-Series
AMD A6-Series
AMD A8-Series
AMD Athlon II X2
AMD Athlon II X4
AMD E2-Series
AMD Sempron X2
2100 - 3000

722
AMD A4-Series for Notebooks
AMD A6-Series for Notebooks
AMD A8-Series for Notebooks
AMD E2-Series for Notebooks
1400 - 2300

988
Intel Core i3 Mobile
Intel Core i5 Mobile
Intel Core i7 Mobile
Intel Core i7 Mobile Extreme Edition
Intel Mobile Celeron Dual-Core
Intel Pentium Dual-Core Mobile
1600 - 2800

988
Intel Core i3 Mobile
Intel Core i5 Mobile
Intel Core i7 Mobile
Intel Core i7 Mobile Extreme Edition
Intel Mobile Celeron Dual-Core
Intel Pentium Dual-Core Mobile
1500 - 3000

478
Intel Celeron M
Intel Core 2 Duo Mobile
Intel Core Duo
Intel Core Solo
Intel Pentium Dual-Core Mobile
1467 - 2333
533 - 667
638
Athlon II Dual-Core Mobile,
Phenom II Dual-Core Mobile,
Phenom II Quad-Core Mobile,
Phenom II Triple-Core Mobile,
Sempron Mobile,
Turion II Dual-Core Mobile,
V Series for Notebook PCs
1600 - 3200
1600 - 1800 (HT)

Information on some modern CPU sockets, such as socket 771, Socket P, socket S1 and others is not yet available.