Sunday, October 2, 2011

Mengatasi Dialog box hilang/blank

Bila dialog box hilang /tidak muncul tombol atau form apapun contoh Fungsi Search di Explorer cuma muncul dialog hitam dan cuma ada animasi Rover bisa di atasi dengan cara :
- regsvr32 jscript.dll
- Cek registry
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
(Default) harusnya value:
C:\WINDOWS\SYSTEM32\JSCRIPT.DLL

lebih detil http://support.microsoft.com/?kbid=831430

Thursday, September 29, 2011

Radius Server Mikrotik untuk auth hotspot

1. Aktifkan server Radius untuk hotspot
radius add service=hotspot address=127.0.0.1 secret=123456

2. Buat profile hotspot dan set use Radius Server
ip hotspot profile set hsprof1 use-radius=yes

3. Tambah scriber untuk memanage user lewat usermaa
tool user-manager customer add login="MikroTik" password="qwerty" permissions=owner

4. Tambahkan Router sesuaikan ip-addressnya.
tool user-manager router add subscriber=MikroTik ip-address=127.0.0.1 shared-secret=123456

5. Lalu silahkan browser ke http://ip-router/userman dengan user "Mikrotik" dan password "qwerty"

(dari berbagai sumber)