Linux中ifconfig命令用法汇总(2) - 万象系统之家

万象系统之家 - 系统光盘下载网站!

当前位置:万象系统之家 > 系统教程 > Linux中ifconfig命令用法

Linux中ifconfig命令用法汇总(2)

时间:2014-12-29 15:15:02 作者:qipeng 来源:万象系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20141229/33629.html 手机查看 评论

  实例2:启动关闭指定网卡

  命令:

  代码如下:

  ifconfig eth0 up

  ifconfig eth0 down

  说明:

  ifconfig eth0 up 为启动网卡eth0 ;ifconfig eth0 down 为关闭网卡eth0。ssh登陆linux服务器操作要小心,关闭了就不能开启了,除非你有多网卡。

  实例3:为网卡配置和删除IPv6地址

  命令:

  代码如下:

  ifconfig eth0 add 33ffe:3240:800:1005::2/64

  ifconfig eth0 del 33ffe:3240:800:1005::2/64

  说明:

  ifconfig eth0 add 33ffe:3240:800:1005::2/64 为网卡eth0配置IPv6地址;

  ifconfig eth0 add 33ffe:3240:800:1005::2/64 为网卡eth0删除IPv6地址;

  练习的时候,ssh登陆linux服务器操作要小心,关闭了就不能开启了,除非你有多网卡。

  实例4:用ifconfig修改MAC地址

  命令:ifconfig eth0 hw ether 00:AA:BB:CC:DD:EE

  输出:

  代码如下:

  [root@localhost ~]# ifconfig eth0 down //关闭网卡

  [root@localhost ~]# ifconfig eth0 hw ether 00:AA:BB:CC:DD:EE //修改MAC地址

  [root@localhost ~]# ifconfig eth0 up //启动网卡

  [root@localhost ~]# ifconfig

  eth0 Link encap:Ethernet HWaddr 00:AA:BB:CC:DD:EE

  inet addr:192.168.120.204 Bcast:192.168.120.255 Mask:255.255.255.0

  UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

  RX packets:8700857 errors:0 dropped:0 overruns:0 frame:0

  TX packets:31533 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:1000

  RX bytes:596390239 (568.7 MiB) TX bytes:2886956 (2.7 MiB)《/p》 《p》lo Link encap:Local Loopback

  inet addr:127.0.0.1 Mask:255.0.0.0

  UP LOOPBACK RUNNING MTU:16436 Metric:1

  RX packets:68 errors:0 dropped:0 overruns:0 frame:0

  TX packets:68 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:0

  RX bytes:2856 (2.7 KiB) TX bytes:2856 (2.7 KiB)

  [root@localhost ~]# ifconfig eth0 hw ether 00:50:56:BF:26:20 //关闭网卡并修改MAC地址

  [root@localhost ~]# ifconfig eth0 up //启动网卡

  [root@localhost ~]# ifconfig

  eth0 Link encap:Ethernet HWaddr 00:50:56:BF:26:20

  inet addr:192.168.120.204 Bcast:192.168.120.255 Mask:255.255.255.0

  UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

  RX packets:8700857 errors:0 dropped:0 overruns:0 frame:0

  TX packets:31533 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:1000

  RX bytes:596390239 (568.7 MiB) TX bytes:2886956 (2.7 MiB)《/p》 《p》lo Link encap:Local Loopback

  inet addr:127.0.0.1 Mask:255.0.0.0

  UP LOOPBACK RUNNING MTU:16436 Metric:1

  RX packets:68 errors:0 dropped:0 overruns:0 frame:0

  TX packets:68 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:0

  RX bytes:2856 (2.7 KiB) TX bytes:2856 (2.7 KiB)

发表评论

0

没有更多评论了

评论就这些咯,让大家也知道你的独特见解

立即评论

以上留言仅代表用户个人观点,不代表万象系统之家立场

其他版本软件

热门教程

人气教程排行

Linux系统推荐

本站发布的系统仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版系统!

如侵犯到您的权益,请及时通知我们,我们会及时处理,对系统之家有任何投诉或建议,请与管理员联系. QQ:346231061

Copyright2024 万象系统之家(www.maxdo.tech) 版权所有 沪ICP备2021023961号-5