Salut,
J'ai un souci pour la configuration de 2 cartes static, j'ai créer les 2 fichiers ifcfg-eth0 et ifcfg-eth1 dans /etc/sysconfig/network-script/
ifcfg-eth0
DEVICE=eth0
IPADDR=192.168.0.102
NETMASK=255.255.255.0
GATEWAY=192.168.0.254
BOOTPROTO=static
ONBOOT=yes
ifcfg-eth1
DEVICE=eth1
IPADDR=192.168.0.103
NETMASK=255.255.255.0
BOOTPROTO=static
ONBOOT=yes
après un service network restart, seulement 1 des 2 carte a son IP, la eth0 et si je reboot, j'ai les 2 cartes avec la meme IP.
Une idée du problème ??
Merci d'avance