Network Failover Howto
So you have 2 network adapters in your server and you want to configure one of them to fail over if your connection on the other goes down. It's pretty easy:
Code:
sudo pico /etc/modules
##add this at the bottom
bonding mode=active-backup miimon=100
Save and exit
Code:
sudo apt-get install ifenslave-2.6
Edit your /etc/network/interfaces
Code:
sudo pico /etc/network/interfaces
###Adapter bonding for Eth0 and Eth1
auto bond0
iface bond0 inet static
address 10.0.0.104
netmask 255.255.0.0
gateway 10.0.0.1
post-up ifenslave bond0 eth0 eth1
pre-down ifenslave -d bond0 eth0 eth1
And that's it!
Reboot and test.
Kumpulan Artikel-artikel OS Windows, Linux, Jaringan (network), Tutorial,Trik dan Trik, Resetter Printer dll
Cara Membobol Password Hotspot/Wifi Orang Lain
Cara Membobol Password Wifi Cara Membobol Password Orang Lain memang banyak sekali caranya teman-teman, mulai dari teknik sniff...
-
Canon MP160 , MP145 1) With the printer powered off but connected to a power source, press the Power button while pressing and holding the ...
-
Sebenarnya produsen printer canon sudah mengikutsertakan petunjuk penggunaan manual atau helpdesknya. Disana menyatakan jika tinta sudah ...
-
Persiapan Hardware & Software Hendaknya sebelum kita melaksanakan instalasi jaringan, terlebih dahulu kita mempersiapkan Hardware & ...