On commence ...
On active l'interface eth0
root@bt:/# ifconfig eth0 up
On regarde si cela à bien été pris en compte
root@bt:/# ifconfig
eth0 Link encap:Ethernet HWaddr 48:5b:39:07:6b:0c
inet6 addr: fe80::4a5b:39ff:fe07:6b0c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:328 (328.0 B)
Interrupt:43
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)
On configure l'adresse IP ainsi que son netmask
root@bt:/# ifconfig eth0 inet 192.168.0.30 netmask 255.255.255.0
On configure la passerelle par défaut
root@bt:/# route add default gw 192.168.0.1
On configure le DNS (208.67.222.222 étant le DNS d'"Open DNS")
root@bt:/# echo nameserver 208.67.222.222 > /etc/resolv.conf
On ping pour s'assurer que tout fonctionne
root@bt:/# ping google.fr
Et voila !