网站地图    收藏   

主页 > 系统 > linux系统 >

Linux:ifconfig命令示例 - Linux操作系统:Ubuntu_Cen

来源:自学PHP网    时间:2015-04-14 11:12 作者: 阅读:

[导读] Linux:ifconfig命令示例显示各个网卡的信息:1ifconfig激活eth0:1ifconfig eth0 up关闭eth0:1ifconfig eth0 down更改ip地址和掩码:1ifconfig eth0 192.168.1.101 netmask 255.255.255.0更改mac地址(......

Linux:ifconfig命令示例
 
显示各个网卡的信息:
1
ifconfig
 
 激活eth0:
1
ifconfig eth0 up
 
 关闭eth0:
1
ifconfig eth0 down
 
更改ip地址和掩码:
 
1
ifconfig eth0 192.168.1.101 netmask 255.255.255.0
 
更改mac地址(先ifconfig <eth0> down): 
1
ifconfig eth0 hw ether 00:10:E2:10:10:10
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论