Revision [2241]
Last edited on 2009-03-13 11:25:04 by WikiAdminAdditions:
auto lo bond0 eth0 eth1
# these prevents networkmanager from messing with you
iface eth0 inet manual
iface eth1 inet manual
# these prevents networkmanager from messing with you
iface eth0 inet manual
iface eth1 inet manual
Deletions:
Revision [2240]
Edited on 2009-03-12 09:35:31 by WikiAdminAdditions:
slaves eth0 eth1
Revision [1996]
Edited on 2008-10-10 02:15:15 by WikiAdminAdditions:
===hostname===
edit /etc/hostname
edit /etc/hostname
Deletions:
Revision [1995]
Edited on 2008-10-10 02:01:01 by WikiAdminAdditions:
hostname www.domain.tld
deb http://smarden.org/pape/Debian/ sarge unofficial
deb-src http://smarden.org/pape/Debian/ sarge unofficial
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://smarden.org/pape/Debian/ sarge unofficial
deb-src http://smarden.org/pape/Debian/ sarge unofficial
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
Deletions:
deb http://ftp.us.debian.org/debian stable main contrib non-free
Revision [1941]
Edited on 2008-09-10 03:04:26 by WikiAdminAdditions:
After editing the file, bring up the interface with the standard command **ifup -a**
==NIC bonding==
aptitude install ifenslave
Next, add these to /etc/modules.d/alias
alias bond0 bonding
options bonding mode=6 miimon=100
Then configure the interface via /etc/network/interfaces
auto lo bond0
# bonded interface
iface bond0 inet static
pre-up modprobe bond0
address 192.168.18.13
network 192.168.18.0
broadcast 192.168.18.255
gateway 192.168.18.1
dns-nameservers 1.2.3.4
dns-search domain.tld
up ifenslave bond0 eth0 eth1
down ifenslave -d bond0 eth0 eth1
iface bond0:0 inet static
address 192.168.18.11
netmask 255.255.255.255
==NIC bonding==
aptitude install ifenslave
Next, add these to /etc/modules.d/alias
alias bond0 bonding
options bonding mode=6 miimon=100
Then configure the interface via /etc/network/interfaces
auto lo bond0
# bonded interface
iface bond0 inet static
pre-up modprobe bond0
address 192.168.18.13
network 192.168.18.0
broadcast 192.168.18.255
gateway 192.168.18.1
dns-nameservers 1.2.3.4
dns-search domain.tld
up ifenslave bond0 eth0 eth1
down ifenslave -d bond0 eth0 eth1
iface bond0:0 inet static
address 192.168.18.11
netmask 255.255.255.255
Deletions:
Revision [1939]
Edited on 2008-09-09 21:46:18 by WikiAdminAdditions:
auto lo eth1 eth2 eth1:0
iface eth1:0
address 1.2.3.5
iface eth1:0
address 1.2.3.5
Deletions:
Revision [1938]
Edited on 2008-09-09 20:14:09 by WikiAdminAdditions:
===Debian and hpacucli===
aptitude install libstdc++6-dev libstdc++2.10-dev
aptitude install libstdc++6-dev libstdc++2.10-dev
Revision [1867]
Edited on 2008-08-04 09:24:57 by WikiAdminAdditions:
http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.en.html
Revision [1866]
Edited on 2008-08-04 09:24:31 by WikiAdminAdditions:
==query version==
lsb_release -a
lsb_release -a
Revision [1703]
Edited on 2008-05-01 09:39:49 by WikiAdminAdditions:
address 1.2.3.4
netmask 255.255.255.0
network 1.2.3.0
broadcast 1.2.3.255
gateway 1.2.3.254
dns-nameservers 1.2.3.1
dns-search mydomain.com
up route add -net 192.168.2.0 netmask 255.255.255.0 gw 1.2.3.253
down route del -net 192.168.2.0 netmask 255.255.255.0 gw 1.2.3.253
netmask 255.255.255.0
network 1.2.3.0
broadcast 1.2.3.255
gateway 1.2.3.254
dns-nameservers 1.2.3.1
dns-search mydomain.com
up route add -net 192.168.2.0 netmask 255.255.255.0 gw 1.2.3.253
down route del -net 192.168.2.0 netmask 255.255.255.0 gw 1.2.3.253
Deletions:
netmask 255.255.255.192
network 209.18.127.128
broadcast 209.18.127.191
gateway 209.18.127.129
dns-nameservers 64.27.120.188
dns-search austereo.com.au
Revision [1673]
Edited on 2008-04-17 16:36:01 by WikiAdminAdditions:
invoke-rc.d dhcp3-server restart
Revision [1669]
Edited on 2008-04-17 09:00:55 by WikiAdminAdditions:
address 209.18.127.155
netmask 255.255.255.192
network 209.18.127.128
broadcast 209.18.127.191
gateway 209.18.127.129
dns-nameservers 64.27.120.188
dns-search austereo.com.au
address 192.168.33.137
netmask 255.255.248.0
===Debian dist upgrade===
# apt-get upgrade
# apt-get dist-upgrade
# apt-get update
# apt-get -t stable upgrade
# apt-get -t stable dist-upgrade
===Debian rc update===
update-rc.d -f gdm remove
update-rc.d atftpd defaults
netmask 255.255.255.192
network 209.18.127.128
broadcast 209.18.127.191
gateway 209.18.127.129
dns-nameservers 64.27.120.188
dns-search austereo.com.au
address 192.168.33.137
netmask 255.255.248.0
===Debian dist upgrade===
# apt-get upgrade
# apt-get dist-upgrade
# apt-get update
# apt-get -t stable upgrade
# apt-get -t stable dist-upgrade
===Debian rc update===
update-rc.d -f gdm remove
update-rc.d atftpd defaults
Deletions:
netmask 255.255.255.192
network 209.18.127.128
broadcast 209.18.127.191
gateway 209.18.127.129
dns-nameservers 64.27.120.188
dns-search austereo.com.au
address 192.168.33.137
netmask 255.255.248.0
Revision [1527]
Edited on 2008-03-23 09:45:48 by WikiAdminAdditions:
To get a closer mirror, find one from http://www.debian.org/mirror/mirrors_full