Loadbalancer Upgrade auf Debian Lenny

Aus Wiki Thomas-Krenn.AG
Wechseln zu: Navigation, Suche

Distributionsupgrade von Debian Etch auf Debian Lenny durchführen.

deb http://ftp2.de.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free

deb-src http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://ftp2.de.debian.org/debian/ lenny main contrib non-free

deb http://debian.tk-dns.de/ lenny tks
cp /etc/udev/rules.d/z25_persistent-net.rules /root
aptitude update
aptitude install dpkg aptitude apt
aptitude safe-upgrade
aptitude full-upgrade
aptitude install linux-image-2.6-686
update-grub
mv /root/z25_persistent-net.rules /etc/udev/rules.d/70-persistent-net.rules
reboot

Mehr dazu: http://www.inlab.de/balanceng/faq.html#Q2.09:

für alle Interfaces:

net.ipv4.conf.all.arp_ignore=1 
net.ipv4.conf.all.arp_announce=2 

oder für einzelne Interfaces:

net.ipv4.conf.eth0.arp_ignore = 1
net.ipv4.conf.eth1.arp_ignore = 1
net.ipv4.conf.eth2.arp_ignore = 1
net.ipv4.conf.eth3.arp_ignore = 1
net.ipv4.conf.eth0.arp_announce = 2
net.ipv4.conf.eth1.arp_announce = 2
net.ipv4.conf.eth2.arp_announce = 2
net.ipv4.conf.eth3.arp_announce = 2

Share/Save/Bookmark  Feedback zu diesem Artikel geben
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Kategorien
Drucken/exportieren
Werkzeuge