Bonjour,
Malgrés mes multiples recherches je n'arrive pas à trouver de solution pour attribuer une seconde adresse à ma carte réseau.
Voici ma config actuelle :
Welcome to the Mitel Networks SME Server.
[root@satan-serve root]# ifconfig
eth0 Lien encap:Ethernet HWaddr 00:10:5A:F8:18:B6
inet adr:172.16.3.123 Bcast:172.16.3.255 Masque:255.255.255.0
adr EtherTalk Phase 2:65280/220
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:517 errors:0 dropped:0 overruns:0 frame:0
TX packets:252 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:115347 (112.6 Kb) TX bytes:51682 (50.4 Kb)
eth0:0 Lien encap:Ethernet HWaddr 00:10:5A:F8:18:B6
inet adr:62.39.108.228 Bcast:62.255.255.255 Masque:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
...
Comme vous pouvez le voir : J'ai donc rajouté à ma config une adresse ip supplémentaire :
cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0
J'ai modifié le fichier ifcfg-eth0:0
DEVICE=eth0:0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
IPADDR=62.39.108.228
NETMASK=255.0.0.0
NETWORK=62.39.108.0
BROADCAST=62.255.255.255
J'ai monté le lien :
ifup eth0:0
INfo :
Quand eth0:0 est down
et je je change temporairement l'ip de eth0
ifconfig eth0 62.39.108.228
La, ca fonctionne !!!!!
Est ce que le firewall empeche d'avoir plusieurs IP ?
HELP, que faire ???
Merci pour votre aide
Julien [debutant sous linux]