Load Balancing for Dual ISP (Internet Service Provider)

September 5, 2008 at 1:42 pm (General Information) ()

this is the file /etc/pf.conf, with decription above

in_if=”rl0″                               /*for internal network interface*/
ext_if0=”tun0″                        /*external interface 1 connect to modem ADSL*/
ext_if1=”tun1″                        /*external interface 2 connect to modem ADSL*/

ext_gw1=”125.163.xxxx.xxxx”       /*gateway, setup by ISP*/

priv_addr=”192.16.1.0/24″

nat on $ext_if0 from $priv_addr -> $ext_if0
nat on $ext_if1 from $priv_addr -> $ext_if1

pass out on $in_if from any to $priv_addr

/*syntaks for load balancing*/

pass in on rl0  route-to { (tun0 $ext_gw1), (tun1 $ext_gw1) } round-robin proto tcp from $priv_addr to any keep state

/*syntaks for load balancing*/

pass in on $in_if route-to { (tun0 $ext_gw1),(tun1 $ext_gw1) } round-robin proto {icmp,udp} from $priv_addr to any keep state

pass in on rl0 proto tcp from $priv_addr to any port 22 keep state
pass in on rl0 proto udp from any to any port 161 keep state

pass out on $ext_if0 proto tcp from any to any keep state
pass out on $ext_if0 proto {udp,icmp} from any to any keep state
pass out on $ext_if1 proto tcp from any to any keep state
pass out on $ext_if1 proto {udp,icmp} from any to any keep state

Permalink 2 Comments

Linux Distro

July 2, 2008 at 3:32 pm (General Information, Linux) (, )

Many people asking for the best linux or, what distro for newbie,

i think all distro is same as the other, just like a book, based on whose people that handle it.

i will explain some of distro linux that parent of their son :

Red Hat Linux : Fedora Core, Madrake Linux, Mandriva, Centos

Slackware : Zenwalk

Debian : Ubuntu, Linux Mint

Gentoo :

Novell : Suse, OpenSuse

Sun : Solaris

Mac : Leopard OS

Permalink 1 Comment

IDS Implementation

June 22, 2008 at 3:50 am (Information and Communication Technology) (, , , , , )

Under construction..

Email : alfi_qiux@yahoo.com

http://www.snort.org/docs/snort_manual/node16.html

http://www.howtoforge.com/intrusion-detection-with-snort-mysql-apache2-on-ubuntu-7.10

http://www.howtoforge.com/intrusion_detection_base_snort

http://www.howtoforge.com/intrusion_detection_snort_base_postgresql_ubuntu6.06

Permalink 1 Comment

setting gprs quasar di 7610

June 20, 2008 at 7:54 am (Information and Communication Technology) (, , , , )

NOKIA 7610 Manual Settings
>> WAP Over GPRS Settings

1. Go to menu >> Settings >> Connection >> Access Points>> Options>> New Access Point>> Use default setting
Enter details for the following parameters:
# Connection Name: Mobilequ
# Data Bearer: GPRS
# Access point name: mobilequ
# User name: quasar@mobilequ.xl
# Prompt password: No
# Password: quasar

Gateway IP address:
# Press Option then select Advance settings Mobilequ GPRS
# Enter details for the following parameters: Proxy serv. address:
# Proxy Port Number: 8080

2. Go back to the main menu, select Web, press Options then Settings.
Choose Mobilequ as the default access point.
>> Internet Access
1. Go to menu >> Services >> Options >> Open>> Options>>Setting
2. Under the Default access point, press Options >> Change >> Options >> New Access Point
Use default settings.

# Key in the following : Connection name – Mobilequ
# Data bearer – GPRS
APN GPRS : mobilequ
# Username – quasar@mobilequ.xl
# Prompt password – No
# Password – quasar
# Authentication – Normal
# Homepage :http://www.quasar.net.id
Press Options and go to Advanced settings.
# Data bearer: GPRS

Permalink Leave a Comment

load balancing

May 31, 2008 at 8:07 pm (Information and Communication Technology) (, , , , )

load balacing adalah sebuah konsep pembagian source pada koneksi ke ISP.

misalnya kita mempunyai 3 line pada ISP, dengan 3 line tersebut dijadikan menjadi 1 gateway, dengan logika prosesnya yaitu : client pada jaringan local yang berada di dalam gateway tersebut hanya mengenal 1 gateway, sedangkan jalan keluarnya terdiri dari 3 line, dengan cara memilih jalan yang masih kosong atau sedikit koneksi yang melewati line tersebut, sedangkan yang yang memilih line mana yang dipakai oleh client diatur oleh sistem dalam load balancing tersebut..

referensi :

http://bayuart.wordpress.com/2007/08/02/2-isp-1-lan/

http://yulian.firdaus.or.id/2007/09/07/load-balance-speedy/

http://www.google.co.id/search?hl=id&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=vB4&q=load+balancing&btnG=Telusuri&meta=

http://en.wikipedia.org/wiki/Load_balancing_%28computing%29

Permalink Leave a Comment

Next page »