> > Koq jadi makin panjang yah.. gini aje deh ini implementasi di kantor gw : > referensi : > > 1. http://lartc.org/howto/lartc.rpdb.html > 2. http://lartc.org/howto/lartc.rpdb.multiple-links.html > > > router IP 192.168.2.254 (linux box) > Speedy Internet 192.168.3.214 > Dedicated Internet 192.168.3.111 > Client IP 192.168.3.0/24 > > langsung aja biar simple : > 1. Bikin table speedy dan dedicated > # echo 200 speedy >> /etc/iproute2/rt_tables > # echo 200 dedicated >> /etc/iproute2/rt_tables > > 2. Masukkin user user tiap table > misalkan IP 192.168.3.101 ingin akses internet lewat speedy dan IP > 192.168.3.102 lewat dedicated > # ip rule add from 192.168.3.101 table speedy > # ip rule add from 192.168.3.102 table dedicated > dst... bisa juga di bikin script waktu booting > > 3. routingin deh tuh > # ip route add default via 192.168.3.214 dev eth0 table speedy > # ip route add default via 192.168.3.111 dev eth0 table dedicated > # ip route flush cache > *pake eth0 karena cuman 1 NIC > > dah settingan client gateway ke 192.168.2.254 dan masing-masing IP > mendapatkan akses internet dari ISP yang berbeda. > > -- > :: pArMin :: > Ralat.. # echo 200 speedy >> /etc/iproute2/rt_tables # echo 200 dedicated >> /etc/iproute2/rt_tables
harusnya ID nya gak boleh sama # echo 200 speedy >> /etc/iproute2/rt_tables # echo 300 dedicated >> /etc/iproute2/rt_tables mohon maaf. -- :: pArMin :: -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [EMAIL PROTECTED] Arsip dan info milis selengkapnya di http://linux.or.id/milis
