Setup bonding dengan kernel 2.4
Kena install ifenslave-2.4 dulu.. untuk kernel 2.6 gantikan ifenslave-2.4 dengan ifenslave-2.6
#apt-get update
#apt-get install ifenslave-2.4
Pastikan modules utk network card tu loaded automatically
edit /etc/network/interfaces jadi :-
iface bond0 inet static
address 10.20.1.5
netmask 255.255.255.0
network 10.20.1.0
gateway 10.20.1.1
up /sbin/ifenslave bond0 eth0
up /sbin/ifenslave bond0 eth1
kemudian tambah pada /etc/modutils/arch/i386
alias bond0 bonding
options bonding mode=1 miimon=100 downdelay=200 updelay=200
save dan exit
kemudian run:-
#update-modules
Windows and linux information and one stop centre for myself. Having difficulties to remember all things at once. This blog will remain be my references on the internet. Other people can take benefit from it. Thank you for visiting
Subscribe to:
Post Comments (Atom)
Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...
-
when trying to apt-get update i got this error message :- W: There is no public key available for the following key IDs xxxxxxxxxxxx t...
-
Skrip ini aku guna kat server aku.. backup mysql setiap hari. Hanya perlu ubah pada bahagian setting sahaja. chmod dan set cron untuk daily ...
-
This tutorial will help you get AWStats and Lighttpd working together. AWStats is an excellent log analyzer, and works well with Lighttpd. T...
No comments:
Post a Comment