Linux之ifconfig命令 博客分类: Linux linuxifconfig
功能说明:显示或设置网络设备。
语 法:
ifconfig [网络设备]
[down up -allmulti -arp -promisc]
[add<地址>]
[del<地址>]
[<hw<网络设备类型><硬件地址>]
[io_addr<I/O地址>]
[irq<IRQ地址>]
[media<网络媒介类型>]
[mem_start<内存地址>]
[metric<数目>]
[mtu<字节>]
[netmask<子网掩码>]
[tunnel<地址>]
[-broadcast<地址>]
[-pointopoint<地址>]
[IP地址]
补充说明:
ifconfig可设置网络设备的状态,或是显示目前的设置。
参 数:
add<地址> 设置网络设备IPv6的IP地址。
del<地址> 删除网络设备IPv6的IP地址。
down 关闭指定的网络设备。
<hw<网络设备类型><硬件地址> 设置网络设备的类型与硬件地址。
io_addr<I/O地址> 设置网络设备的I/O地址。
irq<IRQ地址> 设置网络设备的IRQ。
media<网络媒介类型> 设置网络设备的媒介类型。
mem_start<内存地址> 设置网络设备在主内存所占用的起始地址。
metric<数目> 指定在计算数据包的转送次数时,所要加上的数目。
mtu<字节> 设置网络设备的MTU。
netmask<子网掩码> 设置网络设备的子网掩码。
tunnel<地址> 建立IPv4与IPv6之间的隧道通信地址。
up 启动指定的网络设备。
-broadcast<地址> 将要送往指定地址的数据包当成广播数据包来处理。
-pointopoint<地址> 与指定地址的网络设备建立直接连线,此模式具有保密功能。
-promisc 关闭或启动指定网络设备的promiscuous模式。
[IP地址] 指定网络设备的IP地址。
[网络设备] 指定网络设备的名称。
实 例:
1、查看当前计算机网络基本信息
[root@localhost /]# ifconfig
文章来源:http://www.hxstrive.com/article/68.htm
推荐阅读
-
我使用过的Linux命令之ifconfig - 网络配置命令 博客分类: Linux命令 LinuxVmwareifconfigeth0network
-
利用XShell上传、下载文件(使用sz与rz命令) 博客分类: Linux linux
-
Linux学习笔记(八)网络命令 博客分类: Linux ifconfignetstat
-
Linux系统基本网络配置之ifconfig命令 博客分类: linuxshell linuxifconfig
-
ifconfig up 与ifup的区别 博客分类: linux redhatifconfigifup
-
Linux之ifconfig命令 博客分类: Linux linuxifconfig
-
ifconfig配置网络 博客分类: linux 网络 ifconfignetworklinuxifdownifup
-
Linux网络配置命令行工具 博客分类: Good good study linuxifconfig
-
ifconfig详解 博客分类: linux命令 ifconfig
-
centos :运行ifconfig 提示command not found 博客分类: Linux ifconfig