10 Langkah Setting Router sederhana menggunakan MikroTik


10 Langkah Setting Router sederhana menggunakan MikroTik

Contoh Kasus :
PC CLient — > Switch –> Router —> Internet

IP PUBLIC : x.y.z.pub/29
DNS : x.y.z.dns1 dan x.y.z.dns2
Gateway : x.y.z.gw
IP address LOCAL ROUTER : 192.168.100.1/24
IP address Client : 192.168.100.2/24

Catatan : Sesuaikan Hardware, IP Address, DNS, Gateway dengan yang anda miliki

Hardware :
Router :  RouterBoard 1000 (Mikrotik v3,19 Stable)

Mikrotik RB1000

Mikrotik RB1000


Switch : D-Link DES-3026 Ethernet Switch

D-Link DES-3026 Ethernet Switch

D-Link DES-3026 Ethernet Switch

PC Client : PowerBook G4

Powerbook G4

Powerbook G4

Read the rest of this entry »

Tags: , ,

Filed under:MikroTik

Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP


Apa itu VPN ?

Berikut kutipan dari wikipedia mengenai definisi dari VPN

VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses umum) yang menggunakan medium nonpribadi (misalnya internet) untuk menghubungkan antar remote-site secara aman. Perlu penerapan teknologi tertentu agar walaupun menggunakan medium yang umum, tetapi traffic (lalu lintas) antar remote-site tidak dapat disadap dengan mudah, juga tidak memungkinkan pihak lain untuk menyusupkan traffic yang tidak semestinya ke dalam remote-site.

Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP :

1. Masuk ke Menu Control Panel

Control Panel

Control Panel

2. Pilih Network Connections Read the rest of this entry »

Tags: ,

Filed under:Microsoft

Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)


PowerBook G4 + Huawei E220

PowerBook G4 + Huawei E220

1. Download Driver from:
http://www.huawei.com/mobileweb/en/file/download.do?f=19957&ctype=1
2. Rename file : add file extention .dmg (E220.dmg)
3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg

Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg

Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg

Read the rest of this entry »

Tags: , , , ,

Filed under:How To

Configuring LiteSpeed Webserver with a hosting cPanel


LiteSpeed Web Server

LiteSpeed Web Server

Configuring LiteSpeed Webserver with a hosting cPanel

[root@nagan ~]# pwd
/root
[root@nagan ~]# mkdir litespeed
[root@nagan ~]# cd litespeed/

Download LiteSpeed Web Server

[root@nagan litespeed]# wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz

–20:21:37–  http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz

=> `lsws-3.3.22-ent-i386-linux.tar.gz’

Resolving www.litespeedtech.com… 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 5,204,674 (5.0M) [application/gzip]
100%[====================================>] 5,204,674      7.39K/s    ETA 00:00
20:31:07 (8.94 KB/s) - `lsws-3.3.22-ent-i386-linux.tar.gz’ saved [5204674/5204674]

[root@nagan litespeed]# tar zxf lsws-3.3.22-ent-i386-linux.tar.gz

  • get trial key : http://www.litespeedtech.com/trial/license/ and move to ~/litespeed/lsws-3.3.22

Install LiteSpeed Web Server Read the rest of this entry »

Tags: , , , ,

Filed under:How To

Login nComputing L-Series The local policy of this system does not permit you to log on interactively


NComputing L-Series X550

NComputing L-Series X550

Error message Login ncomputing L-Series : The local policy of this system does not permit you to log on interactively

Operating system : Windows XP Service Pack 3

Solutions:

On the remote system, click Start, then Run, type “secpol.msc”, and press enter. Read the rest of this entry »

Tags: , , ,

Filed under:Microsoft

Nagios : check_ping CRITICAL - popen timeout received, but no child process


Nagios is the leader in system, network, and application monitoring. Its the industry standard for good reason

Nagios is the leader in system, network, and application monitoring. It's the industry standard for good reason

[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5
CRITICAL - popen timeout received, but no child process

try the CVS snapshot at http://nagiosplug.sf.net/snapshot

[root@ibm ~]# wget http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz
–2008-12-15 14:10:52–  http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz
Resolving nagiosplug.sourceforge.net… 216.34.181.96
Connecting to nagiosplug.sourceforge.net|216.34.181.96|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 1845366 (1.8M) [application/x-gzip]
Saving to: `nagios-plugins-HEAD.tar.gz’

100%[===========================>] 1,845,366   8.15K/s   in 3m 34s

2008-12-15 14:14:29 (8.41 KB/s) - `nagios-plugins-HEAD.tar.gz’ saved [1845366/1845366]
Read the rest of this entry »

Tags: , ,

Filed under:Error

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80


apache Logo

apache Logo

root@jakal [~]# /etc/init.d/httpd restart
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
root@jakal [~]# lsof -i tcp:80
COMMAND   PID   USER   FD   TYPE   DEVICE SIZE NODE NAME
mysql   12887 nobody    3u  IPv4 14388423       TCP *:http (LISTEN)
root@jakal [~]# kill -9 12887
root@jakal [~]# /etc/init.d/httpd restart
httpd not running, trying to start
root@jakal [~]#

Done …

Tags: , ,

Filed under:Error

Install PureFTPd on FreeBSD


PureFTPd Logo

PureFTPd Logo

Install PureFTPd on FreeBSD

[dupre@ibm ~]$ su -
Password:
[root@ibm ~]# cd /usr/ports/
[root@ibm /usr/ports]# make search name=pure-ftp

Port:   pure-ftpd-1.0.21_2
Path:   /usr/ports/ftp/pure-ftpd
Info:   A small, easy to set up, fast and very secure FTP server
Maint:  garga@FreeBSD.org
B-deps:
R-deps: perl-5.8.8_1
WWW:    http://www.pureftpd.org/ Read the rest of this entry »

Tags: , , ,

Filed under:How To

Akismet Caught Spam : What Do You Count?


Akismet Caught Spam : What Do You Count?

Akismet Caught Spam

Akismet Has Caught 19,147 Spam on titik.org

What Do You Count?

Tags: ,

Filed under:nobody

Nagios : CRITICAL - Could not interpret output from ping command


Nagios

Nagios

Host Status:
DOWN
(for 0d 0h 48m 36s)
Status Information:
/bin/ping -n -U -w 30 -c 5 67.15.225.4
CRITICAL - Could not interpret output from ping command

Read the rest of this entry »

Tags: ,

Filed under:Error