Salut
J'ai un pc avec une carte réseau intégrer et j'y ai installé une autre carte réseau (netgear fa311).
La carte réseau intégré fonctionnait ... mais depuis que j'ai installé la nouvelle carte, il n'y a que la nouvelle qui fonctionne ...
Lorsque je fais lspci, j'obtiens bien les 2 cartes réseaux ...
Code :
- 0000:00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
- 0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
|
Voila mon fichier interface
Code :
- auto lo
- iface lo inet loopback
- up echo "1" > /proc/sys/net/ipv4/ip_forward
- #internet
- auto eth0
- iface eth0 inet dhcp
- #Réseau
- auto eth1
- iface eth1 inet static
- adress 192.168.0.1
- netmask 255.255.255.0
- broadcast 192.168.0.255
|
Mais lorsque je fais
Code :
- /etc/init.d/networking restart
|
La configuration de la 2eme carte réseau (celle intégrée) ne fonctionne pas ... et voila les messages que j'obtiens ...
Code :
- Setting up IP spoofing protection: rp_filter.
- Reconfiguring network interfaces...ifup: interface lo already configured
- Internet Software Consortium DHCP Client 2.0pl5
- Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
- All rights reserved.
- Please contribute if you find this software useful.
- For info, please visit http://www.isc.org/dhcp-contrib.html
- sit0: unknown hardware address type 776
- eth2: unknown hardware address type 24
- sit0: unknown hardware address type 776
- eth2: unknown hardware address type 24
- Listening on LPF/eth0/00:14:6c:85:3c:51
- Sending on LPF/eth0/00:14:6c:85:3c:51
- Sending on Socket/fallback/fallback-net
- DHCPREQUEST on eth0 to 255.255.255.255 port 67
- DHCPACK from xx.xx.xx.xx
- bound to xx.xx.xx.xx -- renewal in 302400 seconds.
- Don't seem to be have all the variables for eth1/inet.
- Failed to bring up eth1.
- done.
|
Pourriez vous m'aider a résoudre mon probleme ?
Merci