[root@tristan]# ifconfig eth0 promisc [root@tristan]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:80:C8:F8:4A:51 inet addr:192.168.99.35 Bcast:192.168.99.255 Mask:255.255.255.0 UP BROADCAST RUNNING PROMISC MULTICAST MTU:1412 Metric:1 RX packets:190312 errors:0 dropped:0 overruns:0 frame:0 TX packets:86955 errors:0 dropped:0 overruns:0

FYI: On the BSD's (including Mac OS/X), "ifconfig" is a far more sophisticated tool than it is on Linux. On Linux, those functions are now implemented in "ip" and "ethtool" (and I think there's a WiFi tool too.) "ifconfig" remains in most Linux d 【ifconfig】Linuxでネットワーク環境を確認・設定 … Linuxのifconfigコマンドを使うことでネットワークの現在の状態を確認したり、設定を行ったりすることができます。 ifconfigコマンドの書式 ifconfigコマンドの書式は以下の通りです… 重置linux网卡流量统计 – 笛声 2017-3-1 · ifconfig eth0 eth0 Link encap:Ethernet HWaddr 90:FB:A6:92:A2:56 inet addr:192.168.1.110 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::92fb:a6ff:fe92:a256 Ubuntu Manpage: ifconfig - configure a network interface Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. If no arguments are given, ifconfig displays the status of

If you haven't examined all the lines in the ifconfig output, you might find that there's more data there than you expected. B2:44 inet addr:172.30.0.28 Bcast:172.30.0.255 Mask:255.255.255.0

linux命令ifconfig-andyhzw-ChinaUnix博客 2018-8-27 · 许多windows非常熟悉ipconfig命令行工具,它被用来获取网络接口配置信息并对此进行修改。Linux系统拥有一个类似的工具,也就是ifconfig(interfaces config)。通常需要以root身份登录或使 linux命令之ifconfig详细解释 - 永远的乔布斯 - …

linux命令之ifconfig详细解释 - 永远的乔布斯 - …

ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:fd:1f:04 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fefd:1f04/64 Scope:Link ifconfig shows the current enabled interfaces. ifconfig -a shows all the interfaces on the system, including those that are down. ifconfig dummy0 will show you the interface you asked for. As such, if you down an interface, it will not show if you do ifconfig, but will if you do ifconfig -a or ask for information about that particular interface. ifconfig adalah sebuah sistem utilitas administrasi pada sistem operasi serupa-Unix yang digunakan untuk konfigurasi antarmuka jaringan. Utilitas adalah sebuah alat antarmuka baris perintah ( command line interface ) dan juga digunakan dalam sistem startup skrip dari banyak sistem operasi. Type "ifconfig -a" From the displayed information, find eth0 (this is the default first Ethernet adapter) Locate the number next to the HWaddr. This is your MAC address; The MAC Address will be displayed in the form of 00:08:C7:1B:8C:02.