Non, je ne comprends pas bien.
Je n’ai pas d’autre piste à soumettre ; vois les autres contributions.
Cela aurait été correct de restituer les trois commandes qu’@Almtesh demande de restituer et pas une, au hasard du choix personnel !!!
donc, il estime qu’il y a rupture de communication entre toi et ta FAIBox.
une première idée
- as-tu essayé de pinguer ta propre interface réseau ?!
- assures toi du câble ethernet
- assures toi que la FAIBox a bien pour ip celle que tu dis être - généralement, c’est plutôt
192.168.1.1
mais bon, pourquoi pas avoir le segment de machine à254
- quoiqu’il en soit, assures-t’en !
Pour répondre à tes questions:
- Oui j’ai pingué mon interface réseau 192.168.1.20. Ok
- Mon cable Ethernet sert pour mon autre PC qui se connecte sans problème
- L’IP locale de ma Bbox est bien 192.168.1.254
Sinon, pour les retours demandés, la commande ip route
donne:
default via 192.168.1.254 dev ens1 onlink linkdown
192.168.1.0/24 dev ens1 proto kernel scope link src 192.168.1.20 linkdown
La commande ip address
donne:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00.brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 :: 1/128 scope host
2: ens1: <NO-CARRIER,BROADCAST,MULTICAST,UP> MTU 1500 qdisc mq state DOWN group default qlen 1000
link/ether f4:ce:46 0f:e6:2c brd ff:ff:ff:ff:ff:ff
inet 192.168.1.20/24 brd 192.168.1.255 scope global ens1
valid_flt forever preferred_flt forever
Quant au fichier /etc/network/interfaces
, il affiche ceci:
# The loopback network interface
auto lo
iface lo inet loopback
# Interface ethernet ens1
auto ens1
iface ens1 inet static
address 192.168.1.20
netmask 255.255.255.0
gateway 192.168.1.254
Autre chose que j’ai constatée. Je travaille sur un poste connecté avec l’adresse ip 192.168.1.24. Lorsque je pingue 192.168.1.20, ça fonctionne. Mais lorsque je fais la même manip depuis mon PC, j’obtiens le message Destination host unreachable.
Si tu as une explication je suis preneur. Merci par avance.
Des règles de pare-feu sur le poste portant le segment machine ‹ 20 › ?
une interface réseau défectueuse ?! possibilité de mettre une carte réseau à la place, ou en sus ?!
Ton interface est bien configurée au niveau des adresses IP, mais il semblerait qu’elle ne soit pas connectée correctement.
Je n’ai pas compris, tu as essayé de relier quoi à quoi avec ce câble ?
Il ne manquerait plus que ça ne fonctionne pas.
@PengouinPdt
Pas de pare feu pour l’instant. Je suis sur une installation toute simple de Debian
J’ai ouvert la bête, pas de carte réseau, la connexion est soudée sur la carte mère. Comme j’ai des emplacements PCIe libres, je vais commander une carte. Par contre, je ne sais pas quel chipset choisir pour ne pas avoir de problème avec la distrib. Des idées.
@Almtesh
Au sujet du cable ethernet, je voulais dire que comme mon serveur n’a ni écran ni clavier, je lui connecte les périphériques de mon PC de travail . J’utilise donc son cable ethernet pour le connecter à mon boitier CPL. Comme mon PC de travail se connecte parfaitement avec ce cable, j’en déduit qu’il est bon.
Au sujet des pings, je voulais dire que quand je pingue 192.168.1.20 depuis le 192.168.1.24, ça fonctionne mais que l’inverse n’est pas vrai (du 192.168.1.20 vers le 192.168.1.24). C’est plus clair comme ça?
De toute façon, je vous remercie pour votre aide. J’attends la livraison de ma carte réseau pour refaire le test. Pour l’instant, stand by.
De préférence, une carte avec chipset Intel !!!
Elle coûte certes un peu plus chère, mais sont vraiment pleinement supportées, et de bonne facture.
Mauvaise déduction : pour en être sûr, il faut utiliser un testeur de câble. C’est le seul moyen de s’assurer qu’il n’y a aucune « coupure » dans le faisceau.
des règles pare-feu sur ce PC, qui empêcherait un echorep
(une réponse ICMP) d’être envoyé/reçu ?!
@PengouinPdt
Désolé je n’ai pas de testeur de cable.
Le PC d’adresse IP 192.168.1.24 est un iMac. Je ne connais rien à MacOs donc je ne peux pas aller voir si le pare feu est activé.
Enfin, la carte Ethernet est commandée (chipset Intel). Elle arrive entre le 5 et le 8 janvier, donc stand by jusqu’à cette date. Je reprendrai contact après l’avoir installée.
@PengouinPdt
Bonjour, carte réseau reçue ce matin et installée. Pas de changement. j’ai effectué les manips suivantes:
lspci: j’ai bien mon interface réseau intel 82574L
ip a: je retrouve l’interface ens1 à l’adresse 192.168.1.20, mais j’ai en plus une interface rename3 (je pense que c’est la nouvelle carte)
Sur mon boitier CPL, le voyant ethernet est éteint. en tapant la commande
ip link set rename3 up
et en refaisant un ip a, je la vois UP et le voyant du CPL s’allume.
Par contre, en me connectant à ma box, je ne trouve pas le PC dans la liste des postes connectés, ce qui explique que mon ping de la passerelle ne sort en host unreachable.
Je ne sais plus quoi faire. Je veux bien tenter une nouvelle installation pour voir si lors de la configuration dhcp, debian reconnaît l’interface. Merci pour une piste éventuelle.
J’ai essayé une nouvelle install de debian en netinstall. La reconnaissance des interfaces réseau a été longue, mais il a bien reconnu la nouvelle carte, a pu se connecter en DHCP. Je continue, mais apparemment, ça fonctionne. J’attends la fin pour mettre résolu.
C’est déjà une bonne chose.
Je viens de lire + attentivement la page HP/Proliant sur le wiki Debian.
Et je lis tout particulièrement ceci :
Need bnx2 firmware
Several HP ProLiant systems use the Broadcom NetXtreme II network controllers. This network controller is supported by the bnx2 driver, but requires external non-free firmware. The installer will detect the absence of this firmware and prompt you for it at install-time. To avoid this, you can modify your install image to include the needed firmware. See this page for a script that does this (Please note that you have to edit the script because it’s supporting without changes only the outdated « lenny » and current stable « squeeze » release.). Also details at DebianInstaller/NetbootFirmware. Alternatively, you can obtain non-official CD images with external firmware loading enabled; see Firmware. More details are available in this HP-provided document.
Le fichier PDF fourni par HP semble ne pas être accessible
Ce serait bien de savoir si c’est le cas.
Un petit lspci | grep -i net
nous donnera un aperçu de tes dispositifs internes.
Voilà le résultat de la commande lspci.
lspci | grep -i net
10:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
1e:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10)
Comme tu peux le voir, le chipset du contrôleur est un NextXtreme tout court et pas un NextXtreme II. J’avais fait des recherches et rien trouvé sur le site de HP.
Je crois que je ne vais pas me casser la tête pour l’instant, ça fonctionne, je viens d’installer ssh sur le serveur et sur mon PC. Je me connecte sans problème.
Merci pour l’aide apportée. Si tu ne vois rien de plus à investiguer, je clôturerai l’incident
Juste pour être sûr et approfondir si tu veux bien, stp :
lspci -vv
Désolé, j’étais occupé. Je viens de voir ton message. Voila le résultat de la commande, c’est un peu long et c’est de l’hébreu pour moi
lspci -vv
00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
Subsystem: Hewlett-Packard Company Core Processor DMI
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- <MAbort- >SERR- <PERR- INTx-
Capabilities: <access denied>
00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 16
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: de900000-deffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Capabilities: <access denied>
00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Capabilities: <access denied>
00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Capabilities: <access denied>
00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at df401800 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
Physical Slot: 1
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 17
Bus: primary=00, secondary=10, subordinate=10, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: df000000-df0fffff
Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
Physical Slot: 1
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin B routed to IRQ 16
Bus: primary=00, secondary=1a, subordinate=1a, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: c0200000-c03fffff
Prefetchable memory behind bridge: 00000000c0400000-00000000c05fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05) (prog-if 00 [Normal decode])
Physical Slot: 1
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin C routed to IRQ 18
Bus: primary=00, secondary=1c, subordinate=1c, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: de000000-de8fffff
Prefetchable memory behind bridge: 00000000dd000000-00000000ddffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort+ <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05) (prog-if 00 [Normal decode])
Physical Slot: 1
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin D routed to IRQ 19
Bus: primary=00, secondary=1e, subordinate=1e, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: df100000-df1fffff
Prefetchable memory behind bridge: 00000000c0600000-00000000c07fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05) (prog-if 00 [Normal decode])
Physical Slot: 1
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 17
Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: c0800000-c09fffff
Prefetchable memory behind bridge: 00000000c0a00000-00000000c0bfffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
Region 0: Memory at df401c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=30, subordinate=30, sec-latency=32
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation 3420 Chipset LPC Interface Controller (rev 05)
Subsystem: Hewlett-Packard Company 3420 Chipset LPC Interface Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 05) (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering])
Subsystem: Hewlett-Packard Company 5 Series/3400 Series Chipset 4 port SATA IDE Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 0: I/O ports at 1830 [size=8]
Region 1: I/O ports at 1824 [size=4]
Region 2: I/O ports at 1828 [size=8]
Region 3: I/O ports at 1820 [size=4]
Region 4: I/O ports at 1810 [size=16]
Region 5: I/O ports at 1800 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
Kernel modules: ata_piix, ata_generic
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
Subsystem: Hewlett-Packard Company 5 Series/3400 Series Chipset SMBus Controller
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 18
Region 0: Memory at df402000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 1840 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 05) (prog-if 85 [PCI native mode-only controller, supports bus mastering])
Subsystem: Hewlett-Packard Company 5 Series/3400 Series Chipset 2 port SATA IDE Controller
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 17
Region 0: I/O ports at 1888 [size=8]
Region 1: I/O ports at 183c [size=4]
Region 2: I/O ports at 1880 [size=8]
Region 3: I/O ports at 1838 [size=4]
Region 4: I/O ports at 1870 [size=16]
Region 5: I/O ports at 1860 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix
Kernel modules: ata_piix, ata_generic
01:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01)
Subsystem: Hewlett-Packard Company Smart Array P212
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at dec00000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at de900000 (64-bit, non-prefetchable) [size=4K]
Region 4: I/O ports at 2000 [size=256]
[virtual] Expansion ROM at de980000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: hpsa
Kernel modules: hpsa
10:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
Subsystem: Intel Corporation Gigabit CT Desktop Adapter
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at df080000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at df000000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at 3000 [size=32]
Region 3: Memory at df0a0000 (32-bit, non-prefetchable) [size=16K]
[virtual] Expansion ROM at df0c0000 [disabled] [size=256K]
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
1c:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200e [Pilot] ServerEngines (SEP1) (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company ProLiant DL140 G3
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort+ <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at dd000000 (32-bit, prefetchable) [size=16M]
Region 1: Memory at de800000 (32-bit, non-prefetchable) [size=16K]
Region 2: Memory at de000000 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: mgag200
Kernel modules: mgag200
1e:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10)
Subsystem: Hewlett-Packard Company NC107i Integrated PCI Express Gigabit Server Adapter
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at df100000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: tg3
Kernel modules: tg3
Bon courage
salut
pas tout lu
mais as-tu tenté de mettre autrechose que 192.168.1.20 ? Peut être cette adresse est déjà prise?
Tu as essayé en dhcp pour voir?
Non je n’ai pas essayé en DHCP. Comme il s’agit de mon serveur sur lequel je pense faire de l’auto hébergement, il me faut une IP fixe. Elle est programmée au niveau de ma box fibre. J’ai défini avant de commencer un plan d’adressage afin de mettre tous mes appareils connectés en IP fixe. Et c’est bien le seul avec cette adresse.
par ailleurs,comme ça fonctionne parfaitementaavec mma nnouvelle carte réseau, ça ne vient pas de l’adresse.JJe ppencherai plutôtppour un pproblème de firmware pour le chipset Broadcom NetXtreme
Ce qui est intéressant est de se rendre compte que sur certains serveurs, relativement peu, selon la liste « Linux Hardware », la carte est correctement détectée, mais ne fonctionne pas. (cf, le bas de page).
Le pilote ‹ tg3 › en tout cas semble être le bon.
En tout cas, avec la nouvelle carte réseau de marque Intel, - ce dont je ne suis pas étonné, vu l’excellent support multi-os - tu as contourné le problème et ton serveur est maintenant joignable.
Juste un petit souci. Je cherche comment mettre le sujet résolu, mais je ne trouve rien. Suffit-il de cocher Solution dans ton post?
Bonjour
Oui.
Ça n’a rien à voir avec DHCP. DHCP n’est pas un adressage dynamique mais une configuration dynamique. En clair, en DHCP ton IP peut tout à fait être fixe.
DHCP ça signifie Dynamic Host Configuration Protocol. Ce qui rend l’adresse IP variable, c’est la façon de configurer le serveur DHCP et le client DHCP uniquement.
D’ailleurs quand tu achête une IP fixe chez ton FAI, celle-ci n’est en général pas configurée à la main dans ta box