Cahier 2016 groupe n°1 : Différence entre versions

De Wiki de Projets IMA
m (Page créée avec « =Séance 1= Pour la première séances nous avons configurer le fichier /etc/network/interfaces en y incluant la configurations des différentes interfaces : eth100, eth101 ... »)
 
(Séance 1)
Ligne 4 : Ligne 4 :
 
en y incluant la configurations des différentes interfaces : eth100, eth101 ainsi que la configuration du bridge: br0 et du bonding: bond0.
 
en y incluant la configurations des différentes interfaces : eth100, eth101 ainsi que la configuration du bridge: br0 et du bonding: bond0.
  
#Bonding IMA5sc
+
#Bonding IMA5sc
#auto eth100
+
#auto eth100
#iface eth0 inet manual
+
#iface eth0 inet manual
# bond-master bond0
+
# bond-master bond0
# bond-primary eth100 eth101
+
# bond-primary eth100 eth101
# bond-mode 5
+
# bond-mode 5
 
+
#auto eth101
+
#auto eth101
#iface eth1 inet manual
+
#iface eth1 inet manual
# bond-master bond0
+
# bond-master bond0
# bond-primary eth100 eth101
+
# bond-primary eth100 eth101
# bond-mode 5
+
# bond-mode 5
 
+
#auto bond0
+
#auto bond0
#iface bond0 inet dhcp
+
#iface bond0 inet dhcp
# pre-up modprobe bonding
+
# pre-up modprobe bonding
# pre-up ifconfig bond0 up
+
# pre-up ifconfig bond0 up
# pre-up /sbin/ifenslave  bond0 eth100 eth101
+
# pre-up /sbin/ifenslave  bond0 eth100 eth101
# down sbin/ifenslave -d bond0 eth100 eth101
+
# down sbin/ifenslave -d bond0 eth100 eth101
# bonds-slaves none
+
# bonds-slaves none
#
+
#
#auto br0
+
#auto br0
#iface br0 inet dhcp
+
#iface br0 inet dhcp
# bridge-ports bond0
+
# bridge-ports bond0

Version du 4 octobre 2016 à 13:59

Séance 1

Pour la première séances nous avons configurer le fichier /etc/network/interfaces en y incluant la configurations des différentes interfaces : eth100, eth101 ainsi que la configuration du bridge: br0 et du bonding: bond0.

#Bonding IMA5sc
#auto eth100
#iface eth0 inet manual
#	bond-master bond0
#	bond-primary eth100 eth101
#	bond-mode 5

#auto eth101
#iface eth1 inet manual	
#	bond-master bond0
#	bond-primary eth100 eth101
#	bond-mode 5

#auto bond0
#iface bond0 inet dhcp
#	pre-up modprobe bonding
#	pre-up ifconfig bond0 up
#	pre-up /sbin/ifenslave  bond0 eth100 eth101
#	down sbin/ifenslave -d bond0 eth100 eth101
#	bonds-slaves none
#
#auto br0
#iface br0 inet dhcp
#	bridge-ports bond0