J'utilise une carte réseau intégré à la carte mère ASUS P5Q PRO.
Pour identifier ma carte, j'ai fait cela :
lspci | grep Ethernet
02:00.0 Ethernet controller: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)
J'ai paramétré mon kernel comme ceci:
[*] Network device support --->
[*] Ethernet (10 or 100Mbit) --->
[*] Ethernet (1000 Mbit) --->
[*] Ethernet (10000 Mbit) --->
Ensuite, j'ai fait les modifications suivantes :
- hostname
HOSTNAME="damitux"
- Configuration de eth0 (DHCP)
touch /etc/conf.d/net.eth0
vi /etc/conf.d/net.eth0
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"
cd /etc/init.d/
ln -sfn net.lo net.eth0
rc-update add net.eth0 default
- DHCP
Aucun commentaire:
Enregistrer un commentaire