ifconfig命令行工具被用来获取Linux网络接口配置信息并对它进行配置。Windwos管理员非常熟悉ipconfig命令行工具,它被用来获取网络接口配置信息并对此进行修改。
许多Windwos管理员非常熟悉ipconfig命令行工具,它被用来获取网络接口配置信息并对此进行修改。Linux系统拥有一个类似的工具,也就是ifconfig,它是大多数Linux系统管理员常用工具的共同部分。然而,ipconfig和ifconfig之间有一些明显的区别,例如DOS/Windows ipconfig不允许你修改网络配置。
通常,你必需以root身份登录或使用sudo以便在一台Linux机器上使用ifconfig工具。依赖于ifconfig命令中使用哪些选项,ifconfig工具不仅可以被用来简单地获取网络接口配置信息,还可以修改这些配置。
基本功能在命令行界面输入ifconfig而不指定任何选项,将向你提供所有活动的网络接口当前状态的一个相当完整的描述。例如,一台主机名为erebus 的机器上,在命令行输入ifconfig可能会返回下面的输出:
eth0 Link encap:Ethernet HWaddr 00:C0:F0:77:FD:AD
inet addr:192.168.2.103 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:f0ff:fe77:fdad/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:913240 errors:230 dropped:0 overruns:0 frame:230
TX packets:663990 errors:7 dropped:0 overruns:0 carrier:12
collisions:0 txqueuelen:1000
RX bytes:179148797 (170.8 MiB) TX bytes:53220450 (50.7 MiB)
Interrupt:9 Base address:0xb000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:9814 errors:0 dropped:0 overruns:0 frame:0
TX packets:9814 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3655065 (3.4 MiB) TX bytes:3655065 (3.4 MiB)