f_u

No 24-43 No 4-23 Semua (balik urutan) |

f_u@f_u : 2008-02-24 14:33:40 UTC+0000
diacu: >>25 >>26
INTP - The "Engineer" Myers-Briggs Personality Types (Free Test)

http://www.mypersonality.info/personality-types/intp/
INTPs are logical, individualistic, reserved, and very curious individuals. They focus on ideas, theories and the explanation of how things work. They are especially adept at discussions and debate. They have the ability to focus intently on a subject. They appreciate and respect intelligence in others.
Rin@f_u : 2008-02-25 02:44:04 UTC+0000
>>24
Belum buka websitenya tapi kayanya aku sama. Agak ga jelas di yg ke2, sih.
Huhu....
Rin@f_u : 2008-02-25 02:45:19 UTC+0000
>>24
Ugh kelupaan sesuatu >_<
Orang lebih banyak yang ngertinya Humour theory, tapi aku malah bingung2 bedanya Melancholic, Choleric, dkk apaan, kalau yang MBTI malah lebih ngerti. >_<
f_u@f_u : 2008-03-04 04:41:25 UTC+0000
aironet problem


troubleshoot  DHCP
==================

service dhcp

ip dhcp pool DIKTI_LT10
  network 10.1.10.0 255.255.255.0
  default-router 10.1.10.1
  domain-name dikti.go.id
  dns-server 202.58.171.134 202.58.171.135

debug ip dhcp server packet




DHCP:
1. coba nyalain debugging, ga keluar tulisan
2. coba matiin encryption, dari GUI ga bisa apply encryption

3. coba ganti SSID, ok
4. matiin encryption, ok ---dapet dhcp
5. ganti ssid ke awal, bikin ssid encryption baru, ok  -- dapet dhcp
key awal: *********************


* SSID Seharusnya tiap lantai beda, jadi ga ketuker2


conclusion:
authentication dulu, baru encryption

#####
dot11 ssid DIKTINET
  authentication open
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 1 size 128bit 7 ******************* transmit-key
encryption mode wep mandatory
!
####
otentikasi *open* tapi harus pake WEP key untuk enkripsinya, key encryption beda maka ga dapet IP dari DHCP

warning: DHCP aironet cuma dijamin sampe 20 client

####
!
interface BVI1
ip address 10.1.9.241 255.255.255.0
no ip route-cache
####

BVI: Bridge Virtual Interface> interface yang dipake untuk wired dan wireless
f_u@f_u : 2008-03-04 04:57:17 UTC+0000
banjarmasin:

boleh ga sih dua perangkat DC ngambil source power dari satu kabel, diparalel seperti listrik AC?


ceritanya begini: dua perangkat butuh power supply DC untuk beroperasi, sedangkan kabel dari distribution Box cuma ada sepasang plus satu ground.
sang enjinir menarik kabel dari distribusi ke rak, kemudian menghubungkan ke dua perangkat tersebut yang sama sekali berbeda karakteristik nya,
1. router R dengan kebutuhan 48V 4 ampere (max 6A)
2. modem M dengan kebutuhan 24-60V arusnya ga tau...

plup, MCB jatuh, short circuit, modem hangus dikit.
f_u@f_u : 2008-03-11 08:26:21 UTC+0000
WAN Optimization 101: Know Your Options
November 30, 2006
By Charlie Schluting


_http://www.enterprisenetworkingplanet.com/netsp/article.php/3646606_

WAN, or Wide Area Network, is a term used to describe most external network connectivity to a business. WAN optimization is a hot topic, and there are many vendors who'd like you to realize this. In lieu of getting a faster connection, there are many different approaches to optimizing your WAN connectivity.

The standard mention of "WAN" implies a high cost, low bandwidth (relative to your local network), and high latency connection to an ISP. These take the form of T1 or T3 circuits, or SONET-based connections such as OC-3 or OC-48's (define). "WAN" is almost as vague a term as "network." It doesn't really mean any one thing, but is commonly used to discuss non-local network connections.

The real problem with WAN connectivity is that business-critical applications are generally in direct competition with all other Internet traffic on your link. Often business applications are delayed because of unwanted traffic to a site. Spam, viruses, and even worker-driven Web traffic can tremendously hinder a business's ability to complete its mission.

The real culprit is TCP, because it really doesn't care about much aside from getting things through reliably. All applications are treated equally, unless some sort of engineering has been done to prevent this. Furthermore, TCP will happily use all available bandwidth, in a very bursty, inconsistent manner. TCP's congestion control mechanism is to simply start sending traffic slowly, and then increases until loss occurs. When loss happens, the lost data must be retransmitted, creating even more congestion. If only there was a way to send all high-bandwidth traffic to known endpoints intelligently, without using TCP's fickle congestion control methods.

Products do exist that will allow site-to-site optimization by placing optimizers at the entrance to each network. Specified TCP connections can be terminated locally, and then the WAN-facing link gets to use a proprietary protocol, optimized for the WAN link it's using. Just taking TCP out of the picture in this situation can tremendously improve throughput. Some marketing material even says 5000 percent throughput, for what that's worth.

Of course, that's just for site-to-site business applications, with two configured endpoints. What about all other traffic? If the WAN link is completely saturated, the special traffic above still won't improve that much.

Some proposed solutions involve QoS (quality of service) to identify which traffic is important, and which isn't. Coloring packets normally accomplish this. Classifying which traffic gets priority can then be used to, give priority to such traffic.

Again, we're in a situation where we have prioritized important traffic, but we still have a congested link. The slightly effective workaround is to implement some type of queuing, or traffic shaping mechanism. Now things start to get ugly. The queuing idea, simply put, classifies all traffic into queues. The most important data gets processed first, and the rest later. When congestion already exists on a link, all queuing accomplishes is to slow everything down, except the high-priority traffic.

The level of optimization required highly depends on the specific application. An ideal solution will allow you to prioritize traffic, and guarantee a certain amount of available bandwidth for mission critical applications. Sorting out highly critical traffic such as ERP and CRM applications, and placing a higher priority on that traffic as opposed to Web browsing or video can go a long way toward ensuring efficiency.

In the WAN optimization arena, there exist two types: B-DRO and D-DRO. DRO stands for Data Replication Optimization. B-DRO is for branch office to data center traffic—generally a low speed link. D-DRO is for data center to data center connections.

Complete WAN optimization solutions allow a business to do much more than simply queue the bad traffic. They can block unwanted (in and outbound) traffic, allow it at certain time during the day, give priority to certain hosts, and enforce many other related policies. They will optimize the actual traffic as well, providing lower latency and higher throughput for the most critical applications. Compression is a very powerful tool.

Broadly speaking, all WAN optimization solutions boil down to is a laundry list of a few available tricks:
Traffic prioritization
End-to-end tunnels, employing better protocols than TCP, or TCP tricks
TCP tricks: selective ACKs, limiting retransmissions, reordering packets, and compression

We didn't mention VoIP prioritization or MPLS providers. Frequently, MPLS providers cannot help the real source of congestion: your last mile. If that's not the bottleneck, then MPLS services are useful, and the hype is well deserved. Just realize that an understanding of your traffic and the network bottlenecks is required, before a decision can be made. VoIP was left out because if you're using VoIP, you probably have a WAN optimization solution in place already—VoIP requires bandwidth availability. When saturation begins to take hold, the first application to become usable is VoIP, and it isn't hard to prioritize.

Disaster recovery solutions often involve replicating data over D-DRO WAN links. The sharing of files, or actually hosting files over a WAN link is also very tempting. Everyone who has attempted CIFS or NFS over WAN links knows that this is a road fraught with perils. Wide Area File Systems, or WAFS, is designed to allow remote offices to remain serverless. The WAFS technology deploys many tricks to make this possible, but it is something completely different than general WAN acceleration technologies discussed here. Many WAN optimizers now support WAFS. So even though there is a clear distinction in functionalities, these products are merging, like switches and routers.

Join us next week when we discuss the purpose of WAFS, and how it can make the cost of branch offices insignificant, from the IT budget's standpoint at least.
f_u@f_u : 2008-03-11 16:14:15 UTC+0000
curhat kerjaan IT...
kerjaan bidang IT di  indonesia cukup luas terbuka, dari yang saya pelajari setelah memasuki dunia kerja (4 bulanan lah), kerjaan IT bisa dikategorikan sebagai berikut:

A. Vendor
Vendor adalah pihak yang menjual teknologi
(barang maupun jasa) yang akan dipakai user untuk mendukung bisnis ataupun dijual kembali menjadi layanan.


- Specialist vs Generalist
Spesialist adalah ahlinya di satu bidang teknologi, butuh waktu yang cukup lama untuk menjadi seorang specialist, dan perlu belajar terus untuk keep up with technology, karena bidang IT cukup cepat berkembang dan berevolusi.
Generalist sebaliknya hanya mengetahui sedikit di bidang2 yang banyak, sehingga bisa mengkoordinasikan pengembangan sebuah sistem/solusi.

- Principal vs. Partner
Principal adalah perusahaan pemegang merek/hak cipta teknologi. Biasanya mereka di Indonesia menjalin partnership dengan perusahaan lokal dalam menjual teknologinya. Di principal, engineer melakukan support ke partner untuk meningkatkan volume penjualan, membantu troubleshoot agar produknya tidak dicap jelek karena kesalahan partner. Sedangkan di partner, engineer melakukan sistem integration, troubleshoot, dan mungkin maintenance untuk dijual ke end user.

Bidang pekerjaan engineering di vendor yang terkenal biasanya hanya sejauh sistem integration, karena biasanya riset dilakukan di luar Indonesia. Vendor yang memiliki riset di Indonesia kebanyakan di bidang software.

B. Consultant
Consultant biasanya tidak terikat ke satu merek atau teknologi, namun berfokus ke fungsi dan objective suatu sistem. Yang dijual oleh consultant adalah pengetahuan tentang suatu teknologi berdasarkan pengalaman. Namun ada juga consultant yang memiliki in-house development team, sehingga mereka bisa menjual solusi yang spesifik terhadap masalah.

C. End-user
IT di end-user bisa jadi core business (lihat point D) ataupun hanya penunjang agar main businessnya berjalan lancar. Posisi yang bisa diincar:
- IT manager / CTO / CIO: butuh pengalaman bertahun2 di bidang tertentu
- system maintainer : kurang menantang, biasanya hanya bekerja sesuai SOP
- planning/development : beberapa end-user memiliki unit riset untuk masalah IT

D. Service Provider
End user yang menjual layanan berbasis teknologi.
- Operator : tergantung teknologi yang digunakan, mereka  menjaga dan mengoperasikan sistem agar dapat menghasilkan layanan yang dapat dijual.
- Planning / Development : melakukan riset teknologi yang dapat dijual sebagai produk layanan. maupun mengaplikasikan teknologi baru ke sistem yang sudah ada.

pekerjaan di vendor lebih berat dari pada di end-user, iya dong.. kan vendor dibayar. pengalaman di vendor lebih banyak daripada end-user, iya dong.. kan kerjanya lebih berat.
f_u@f_u : 2008-03-13 13:46:08 UTC+0000
building scalable cisco internetworks
=================================
jadi,...

ceritanya router perlu disetel routing ke router lain untuk mencapai network tetangga dan tetangga -tetangganya.
tapi orang males dong bikin route antar tiap router yang jumlahnya banyak banget, dan kalo putus satu link harus dibenerin lagi... maka orang bikinlah routing pintar yang bisa  saling ngasih tau tetangga-tetangganya dan saling bertukar informasi di satu domain. ada juga protokol routing yang 'pintar' yang bisa cari jalan terpendek (termurah?) untuk ke network lain antar domain.

jadilah banyak protokol  routing, ada yang proprietary, ada yang open, ada yang ideal tapi ga laku, ada yang mau ga mau dipake karena semua orang di internet pake itu.

faktor2 kepopuleran protokol routing:
- kemudahan konfigurasi: iya dong, asalnya dibikin protokol routing kan biar ga cape.
- keterbukaan: jangan sampe beli router A upgrade ke merek B jadi ga kompatibel, ga lucu...
- keunikan: jangan pake protokol yang terlalu populer, nanti jadi ga aman, karena semua pake
- keterhubungan: terpaksa pake protokol yang semua orang pake di internet

kenapa scalable?
supaya kalo nambah network baru ngga cape

kenapa cisco?
karena yang ngadain ujian juga cisco

kenapa internetwork?
ngga tau, emang apaan sih internetwork? apa internet ? apa network? keliatannya sih emang maksudnya internet dan network2 sekitarnya :P
f_u@f_u : 2008-03-13 14:40:21 UTC+0000
diacu: >>34
bug di excel 2007,
aku udah coba, keliatannya beneran salah parsing float ke double
*menarik*

--dapet dari surat berantai di friendster---
(jarang2 dapet beginian)
========================================

Hati-hati!!! Pengguna Ms. Excel 2007!!!
Ms. Excel 2007 Salah Dalam Melakukan Perhitungan
Perkalian dan Pembagian,
usaha anda bisa rugi jutaan rupiah...

"Mungkin ini sebuah bugs yang terjadi di Ms. Excel
2007, atau bisa jadi para programmer pembuat
Ms. Excel sedang ngantuk berat …,
akibatnya jutaan rupiah uang anda melayang !!!!"

Tak ada gading yang tak retak, begitu kata pepatah di
Indonesia, ada cerita lucu di Ms. Excel 2007 yang
baru diluncurkan beberapa waktu ini,
Ms. Excel 2007 memiliki fitur yang sangat menyenangkan
toolbar yang dibuat dalam bentuk icon,
memiliki Styles dan masih banyak lagi.
Tapi hati-hati menggunakan aplikasi perkantoran yang
satu ini, ada beberapa angka yang salah jika dikalikan
atau dibagi,hasilnya sangat berbeda jika dihitung
menggunakan calculator, ataupun openoffice.org calc.

Lho...kog bisa ?, oke kita buktikan sekarang :
1. Buka aplikasi Ms. Excel 2007
2. Tulis angka berikut ini : 154.2
3. Tulis angka selanjutnya yaitu : 1700
4. Kalikan angka 154.2 dengan 1700 maka didapat hasil
262140
Gunakan rumus =A1*B1
5. Kemudian hasilnya yaitu 262140 bagi dengan angka 4
maka didapat hasil 100000 (??)

Disinilah letaknya bugs Ms. Excel 2007. Mungkin para
programmer pembuat Ms. Excel sedang ngantuk berat
atau karena THR nya kurang jadi
salah bikin script... hehehe ☺

Kita buktikan, kalikan angka-angka diatas menggunakan
calculator =………………………………….

Wah...kog bisa !!!!

jadi hati – hati berhitung menggunakan Ms. Excel 2007,
bayangkan jika aplikasi Ms. Excel 2007 dipakai untuk
program perpajakan atau general
ledger, atau perhitungan uang lainnya,
Wah bisa untung besar dong yang seharusnya 65535 jadi
100000, tapi bisa juga sangat rugi besar, bisa ratusan
juta lho!!!!!
f_u@f_u : 2008-03-14 12:28:56 UTC+0000
OSPF

distribute list pakai acl standar perlu clear ip ospf process sebelum ber efek
distribute list pake route map langsung ngubah routing table




>>>>>>OSPF pada router ini akan terima advertise dari neighbornya tentang route ke 1.1.1.1 2.2.2.2 dan 3.3.3.3.
>>>>>>Konfigurasi pakai route-map sbb

# sh run
!
router ospf 1
router-id 10.1.2.2
log-adjacency-changes
no auto-cost
distribute-list route-map Filter in
!
!
!
ip access-list standard DENY
permit 1.1.1.1
!
route-map Filter permit 10
match ip address DENY
!       
!

>>>>>>karena 1.1.1.1 di permit, maka masuk routing table

R2# sh ip route

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets
O      1.1.1.1 [110/11] via 10.1.2.1, 00:00:41, FastEthernet0/0
    10.0.0.0/30 is subnetted, 2 subnets
C      10.1.2.0 is directly connected, FastEthernet0/0
C      10.2.3.0 is directly connected, FastEthernet1/0
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.

>>>>>>percobaan: permit 2.2.2.2
R2(config)#ip access-list standard DENY
R2(config-std-nacl)#permit 2.2.2.2
R2(config-std-nacl)#exi
R2(config)#exi


>>>>>> hasilnya 2.2.2.2 masuk routing table
R2#sh ip route

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets
O      1.1.1.1 [110/11] via 10.1.2.1, 00:00:11, FastEthernet0/0
    2.0.0.0/32 is subnetted, 1 subnets
O      2.2.2.2 [110/11] via 10.1.2.1, 00:00:11, FastEthernet0/0
    10.0.0.0/30 is subnetted, 2 subnets
C      10.1.2.0 is directly connected, FastEthernet0/0
C      10.2.3.0 is directly connected, FastEthernet1/0
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.

>>>>>>percobaan: hilangkan 1.1.1.1
R2(config)#ip access-list standard DENY
R2(config-std-nacl)#no permit 1.1.1.1
R2(config-std-nacl)#exi
R2(config)#exi

R2#sh ip route


Gateway of last resort is not set

    2.0.0.0/32 is subnetted, 1 subnets
O      2.2.2.2 [110/11] via 10.1.2.1, 00:00:09, FastEthernet0/0
    10.0.0.0/30 is subnetted, 2 subnets
C      10.1.2.0 is directly connected, FastEthernet0/0
C      10.2.3.0 is directly connected, FastEthernet1/0
R2#
Rin@f_u : 2008-03-15 16:04:45 UTC+0000
>>32
Pake calculator ko hasilnya malah jadi: "a-caret"-"euro"-"garis 2", ulang
(entah apa namanya, mirip titik 2 tp garis, bukan titik).
f_u@f_u : 2008-03-26 10:35:57 UTC+0000
Cisco Networkers 2008
Shang-ri La Hotel Jakarta
March 25th 2008


Multipolar: Evi Mirzaria Ngabito, Dina Sutrisna, Andrew Juliz, Wiwit Setiadi + tim Emblaze VCON + orang Prognosis.
Kali ini tim SISN Multipolar membawa solusi UC via MPLS yang dioptimasi dengan WAAS (yes, singkatan semua:P) dalam hardware 4 IP Phone, 2 MCS (CallManager, Unity), 2 WAE, 4 Router + 1NM-WAE + 1 Switch

Acaranya keren, mewah, gede2an biarpun cuma sehari.

Sesi2 seminar yang kumasuki, sesi WAAS... sekarang ada WAAS mobile yaitu WAAS untuk pengguna mobile (terutama wireless medium) yang terhubung ke HQ lewat VPN. Solusi WAAS mobile berupa software WAAS mobile yang dipasang di atas win server, dan perlu ada VPN Concentrator.. tidak jelas apa perlu ada solusi WAE juga sebelumnya.
sesi Green deduplication Hitachi,... teknologi DC-DRC (Disaster Recovery Centre) yang sekarang sangat boros energi, malah katanya 40% OPEX IT larinya ke bayaran listrik. Hitachi mengusahakan solusi 'green' yang hemat energi mulai dari services, software hingga appliance.
sesi Himawan, dia triple CCIE pertama yang orang indonesia (RS, Security, SP) menurut dia CCIE itu dedication, strategy dan hardwork.

Wawan ada di booth packet systems, jualan IPTV solution.

Ketemu Arlene Listia.. ternyata dia di Compnet Integrator, platinum sponsor acara networkers ini. ternyata dulu dia magang di Multipolar (duh, kenapa ga jadi karyawan di sini coba..) bareng si abud.

Compnet agak dimusuhi sekampung network jakarta (indo) gara2 suka jatuhin harga.
f_u@f_u : 2008-05-07 15:23:00 UTC+0000
My apology tho the names I wrote on my previous post, for getting googled from this page.
f_u@f_u : 2008-05-07 15:35:39 UTC+0000
today's lesson:

- some machines shut down their NIC for having a flapping connection.
IBM AS/400 shut it's NIC after being forced down...
case: IBM's NIC connects to switch as 10 mbps half duplex, switch are set to 100. after 10 minutes or so, the interface goes down and up by itself. after 3 consecutive downs and ups, it stopped.

- do not change configuration on live production network.

- do not ever clear arp table on live production network, unless on life-death situation.

- do not trust line status and protocol status on cisco switch, NIC connected to it can be unreachable while switch reports protocol OK.

- mitigate network problem bottom-up, don't guess, ask, prove it...

- double gateway scenario never dies.... possible to create a routing loop! (with L3 switches and VLAN interface)
k_yohendi@f_u : 2008-08-11 07:49:06 UTC+0000
VPN Remote Access

IP Sec (Suite) vs SSL (Secure Socket Layer)

SSL-based:
  - from any  Internet-enabled location using web browser & it's native SSL Encryption
  - require no special client software, software dynamically downloaded as on needed

SSL provides 2 type of access:
> clientless : no special vpn vlient sofware on desktop. vpn traffic is transmitted and delivered thru web browser, often used in web based application
> full network access: using lightweight vpn client that is dynamically downloaded
(anyconnect)
IPSec:
using preinstalled VPN Client software on user desktop.


> full network access
k_yohendi@f_u : 2008-08-11 07:51:48 UTC+0000
TLS can also be used to tunnel an entire network stack to create a VPN, as is the case with OpenVPN. Many vendors now marry TLS's encryption and authentication capabilities with authorization. There has also been substantial development since the late 1990s in creating client technology outside of the browser to enable support for client/server applications. When compared against traditional IPsec VPN technologies, TLS has some inherent advantages in firewall and NAT traversal that make it easier to administer for large remote-access populations.
kie(gwwRB1BDDl89)@f_u : 2008-08-15 02:33:12 UTC+0000
>>5
ななしさん(anonim)@f_u : 2008-11-05 12:33:33 UTC+0000
halo felix kharis yohendi
CesfoerseQJ(Rls0zWwj/nFJ)@f_u : 2017-03-31 21:27:39 UTC+0000
spam
CesfoerseQJ(Rls0zWwj/nFJ)@f_u : 2017-04-02 00:53:27 UTC+0000
spam

 

Kau akan ngepos secara anonim! Boleh2 aja sih, bahkan tulis nama dan sembarang paswod pun boleh. Tapi kalo mau daftar, klik daftar

Nama Pwd gp jsp (satu lima)+(lima tuju)= +img +coret

 

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|

|