root@fred-Vostro-2420:/etc/network# vi /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
root@fred-Vostro-2420:/etc/network# /etc/init.d/networking restart
root@fred-Vostro-2420:/etc/network# dhclient eth0
RTNETLINK answers: File exists
root@fred-Vostro-2420:/etc/network# ifconfig -a
eth0 Link encap:以太网 硬件地址 e0:db:55:a6:43:96
inet 地址:192.168.1.107 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::e2db:55ff:fea6:4396/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:739 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:292 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:100871 (100.8 KB) 发送字节:49779 (49.7 KB)
lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:2905 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:2905 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:231071 (231.0 KB) 发送字节:231071 (231.0 KB)
wlan0 Link encap:以太网 硬件地址 9c:2a:70:d7:88:97
inet 地址:192.168.1.114 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::9e2a:70ff:fed7:8897/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:668 错误:0 丢弃:0 过载:0 帧数:4186
发送数据包:323 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:94472 (94.4 KB) 发送字节:57794 (57.7 KB)
中断:19
# dhclient eth0