Please .... !!!!

Agar mendapatkan nilai throughput yang tinggi

Kami sarankan semua clients menggunakan antena antena grid

sangat sangat kami anjurkan

menggunakan antena GRID

Gunakan antena seperti ini

http://www.mikrotik.com

ENJOY ... SHARE

LAZUARDY NETWORK

Best Connection

http://www.mikrotik.com

conf standard cisco ( authorize only )

Telnet address cat
masukan username & passw
en
Masukan password.

Cek status : sho int sta

cek power voip : sho pow inli

reset 2900 : clear mac --- > secure
reset 2950 : clear por --- > sticky
reset 2650 : clear por --- > all

menyimpan configurasi : wr me
exit

terminasi RJ45

Stright

1 PO - PO
2 O - O
3 PH - PH
4 B - B
5 PB - PB
6 H - H
7 PC - PC
8 C - C

Cross
1 PO - PH
2 O - H
3 PH - PO
4 B - B
5 PB - PB
6 H - O
7 PC - PC
8 C - C



ket. PO = putih orange, O = Orange, PH = putih hijau, ......
untuk data yang dipergunakan tx/rx adalah 1236

Gembok W***

1-0 B dhcp ip address
Q-P J static ip address
1 10x guest house
0 10x sawo kecik

Setting & Configurasi Printer Ellipse

1. Install driver printer & setting Share printer sesuai dengan name printer servernya.
2. Pastikan print servicenya terinstall.
klo belum install terlebih dahulu " other network file & print services
3. restart komputer untuk menu print service aktif
4. start servicesnya.
5. test print
lpr -S (ip komputer/printer) -P file
cq.
lpr -S 10.10.25.27 -P ls-02-ep-lq2180 test.txt

6. cek firewall permitionnya. "515"

nb.
untuk di receiving ada setting khusus menggunakan kertas size 6 inci (label print) setting di printernya

Network Lambat / telepon mati mati ( VOIP )

Setting port catalyst PTB rata rata 10mbps/half duplex.
Sedangkan Speed dari Voip yg dipasang Auto Sense ( 100MBPS/full duplex ). Pemasangan dilapangan yang terbaik adalah LAN port setting Auto nego & setting port PC pada handsetnya 10 mbps half agar PC atau komputer auto nego dengan port PC konfigurasi yang tersetting di handsetnya. Apabila kedua port baik catalyst diset manual & tport lan pada handset jga manual terkadang terjadi intermitten, ndak tahu knapa kok bisa begitu. yg penting solusinya adalah Cat set Manual konfigurasi & handset yang mengarah ke Cat ( lan Port set autu nego ) tidak ada masalah.
troubleshooting :
Setting LAN konfigurasi Clients ke 10 mbps/half duplex agar sinkron dengan speed Cat.
Untuk komputer DELL remove installer management networknya ( control panel ).
kemudian install standar LAN windows ( plug & play ) catat terlebih dahulu IP Addressnya.

istilah hal ini bahasa kerennya adalah bottlenec.

Apa itu bottleneck?
Bottleneck bila diartikan secara bebas adalah leher botol. Jika diartikan secara 'kasar', artinya adalah penyempitan jalur. Lihat saja leher botol, selalu menyempit daripada badannya. Perumpamaan ini banyak digunakan dalam berbagai bidang. Tidak dalam dunia yang berhubungan dengan komputer saja yang memakai istilah bottleneck. Ketika diterapkan dalam lalu lintas, bottleneck adalah penyempitan lebar jalan dari kondisi lebar jalan yang normal [entah karena gangguan, perbaikan jalan atau masalah yang lain], di salah satu titik/ ruas jalan, sehingga mengakibatkan kemacetan atau perlambatan arus lalu lintas. Sebagai contoh misalnya jalur/ pintu tol. Atau bayangkan saja jalan raya yang melewati pasar tumpah pada saat arus mudik.


Itu selama ini solusi yg saya temukan, & alhamdulliah berhasil

mudah mudahan solved.

Novell Groupwise Client for Ubuntu



Sometimes Novell can make a Linux fan rip their hair out!

Novell never develops their mainstream products to work outside of SUSE Linux Enterprise. With a few modifications you can get things such as the Novell Client to function with OpenSUSE. However, if you are more of an Ubuntu fan, most of the times you feel left out of the loop by Novell. Due to my refusal to accept this proprietary notion by Novell, I’ve researched, located, and even developed a few work arounds for using Novell products and protocols under Ubuntu.

As an administrator of information services at an educational institution, I have to constantly face managing items like Novell Groupwise and E-Directory. These items consume my time. I don’t have so much time to contend with my work desktop or laptop! Meaning that SUSE just will not work for me…

I mean quite simply I don’t have hours and days to attempt to resolve package dependences on my desktop when I need to be resolving them server side. Thus Ubuntu is my desktop/laptop operating system of choice at work. Over the coming days I will show you how to get the essentials for Novell management to function on an Ubuntu Desktop. As the first part of this series I will show you how to get the Groupwise email client to function on your workstation.

Step One – Download the Groupwise Client and extract

wget http://oit.wvu.edu/groupwise/files/gw801_client_linux_en.tar.gz

tar -xzvf gw801_client_linux_en.tar.gz

Step Two – Use Alien to covert .rpm to .deb installation packages

If you don’t have alien then please run the following commands:

sudo aptitude update && sudo aptitude install alien

Now let’s navigate to the directory which was extracted during step one:

cd gw8.0.1-88138_client_linux_en

Let’s become root:

sudo su

Convert the packages via alien:

alien -c novell-groupwise-client-8.0.1-88138.i586.rpm && alien -c novell-groupwise-gwcheck-8.0.1-88138.i586.rpm

Step Three – Install the package via dpkg

dpkg -i *.deb

Now you should have a desktop icon and an icon under Applications, Internet for Groupwise

Step Four – Marking the desktop Groupwise icon as trusted

Right click on the untrusted Groupwise icon. Click properties, select the permissions tab, and mark as executable.



You are done. Short of plugging in your Groupwise settings you are ready to go. Have fun and enjoy!

**Note this will not work on x64 systems only i386 because the Groupwise package is developed only under the 32 bit architecture.