ubuntu中eth0和网卡什么关系

已举报 回答
ubuntu中eth0和网卡什么关系
问在线客服
扫码问在线客服
  • 回答数

    8

  • 浏览数

    5,693

8个回答 默认排序
  • 默认排序
  • 按时间排序

已采纳
eth0是网卡的配置信息。

想要了解更多关于Linux的资讯和文章请关注《linux就该这么学》。
取消 评论
如果ip不是自动分配的,需要在网络管理中自己手动填写。
点击右上角的网络连接图标,编辑连接,然后双击你的当前有线连接,切换到IPV4界面,然后编辑即可。
取消 评论
ifconfig eth0 up 试试 然后在/etc/network/interface 里面看看你的网络配置对不对
取消 评论
你试试直接输入:
sudo dhclient eth0试试
看看能不能起来
取消 评论
# ./ntop -P /var/ntop/ -i eth0 -u ntop 启动服务

试一下吧
取消 评论
$ sudo ifconfig
...all interface...now you don't have eth0...
then
$ sudo ifconfig eth0 txpower on or eth0 up
$ sudo ifconfig eth0 ip address netmask subnet
取消 评论
如果ethtool eth0显示的信息类似与下面Settings for eth0:Supported ports: [ TP ]Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/FullSupports auto-negotiation: YesAdvertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full说明eth0是千兆网卡,如果ethtool eth0显示的信息类似与下面Settings for eth0:Supported ports: [ TP ]Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/FullSupports auto-negotiation: YesAdvertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full说明eth0是百兆网卡。对网络进行设置,可以编辑vi /etc/network/interfaces,类似与下# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).# The loopback network interfaceauto loiface lo inet loopbackauto eth0 #设置eth0iface eth0 inet static address 192.168.37.76 netmask 255.255.255.0 network 192.168.37.0 broadcast 192.168.37.255 gateway 192.168.37.254 dns-nameservers 192.168.37.254 #auto eth1 #设置eth1#iface eth1 inet static#address xxx #auto eth0:1 #单网卡设置多个IP#iface eth0:1 inet static#address 192.168.1.60#netmask 255.255.255.0#network x.x.x.x#broadcast x.x.x.x#gateway x.x.x.x设置完后重启网络/etc/init.d/networking restart
取消 评论
Ubuntu没有/etc/sysconfig/network-scripts/ifcfg-eth0
ubuntu修改IP地址:
vi /etc/network/interfaces

/etc/init.d/networking restart
ifdown eth0
ifup eth0
取消 评论
ZOL问答 > 网卡 > 其他 > ubuntu中eth0和网卡什么关系

举报

感谢您为社区的和谐贡献力量请选择举报类型

举报成功

经过核实后将会做出处理
感谢您为社区和谐做出贡献

扫码参与新品0元试用
晒单、顶楼豪礼等你拿

扫一扫,关注我们
提示

确定要取消此次报名,退出该活动?