[linux] Ubuntu 网络配置问题

chenhongwei0924 2010-11-09
网络配置问题! 求解.


albert@albert-laptop:~$ ifconfig -a
lo        Link encap:本地环回  
          inet 地址:127.0.0.1  掩码:255.0.0.0
          inet6 地址: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  跃点数:1
          接收数据包:20 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:20 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:0 
          接收字节:1496 (1.4 KB)  发送字节:1496 (1.4 KB)

pan0      Link encap:以太网  硬件地址 f6:bf:49:42:a8:dd  
          BROADCAST MULTICAST  MTU:1500  跃点数:1
          接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:0 
          接收字节:0 (0.0 B)  发送字节:0 (0.0 B)

wlan0     Link encap:以太网  硬件地址 78:e4:00:18:e3:a5  
          UP BROADCAST MULTICAST  MTU:1500  跃点数:1
          接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:1000 
          接收字节:0 (0.0 B)  发送字节:0 (0.0 B)

wmaster0  Link encap:未指定  硬件地址 78-E4-00-18-E3-A5-00-00-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  跃点数:1
          接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
          发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
          碰撞:0 发送队列长度:1000 
          接收字节:0 (0.0 B)  发送字节:0 (0.0 B)





albert@albert-laptop:~$ sudo gedit /etc/network/interfaces

auto lo  
iface lo  inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.106
netmask 255.255.255.0
gateway 192.168.1.1

albert@albert-laptop:~$ sudo gedit  /etc/resolv.conf

namesever 221.12.1.227

albert@albert-laptop:~$ sudo  /etc/init.d/networking restart

 * Reconfiguring network interfaces...
   SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.




chenhongwei0924 2010-12-10
  无人问津...

杯具
Global site tag (gtag.js) - Google Analytics