[[email protected] ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:OC:29:C5:FB:AA #eth0網絡卡資訊 網路型別為乙太網 MAC地址
inet addr:192.168.44.3 Beast:192.168.44.255 Mask:255.255.255.0
#IP地址 廣播地址 子網掩碼
inet6 addr: fe80::20c:29ff:fec5:fbaa/64 Scope:Link #IPv6的地址(目前不生效)
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 #網路引數 最大傳輸單後設資料包轉送次數
RX packets:881 errors:0 dropped:0 overruns:0 frame:0
#接收到的封包惰況
TX packets:8S3 errors:0 dropped:0 overruns:0 carrier:0
#傳送的封包情況
collisions:0 txqueuelen:1000
#封包碰撞 資料緩衝區長度
RX bytes:82229 (80.3 KiB) TX bytes:273463 (267.0 KiB)
#接收包的大小 傳送包的大小
Interrupt:19 Base address:0x2000
#IRQ中街 記憶體地址
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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0
RX bytes:840 (840.0 b) TX bytes:840 (840.0 b)
[[email protected] ~]#ifconfig eth0 192.168.44.3
#設定IP地址,不指定子網掩碼就會使用標準子網掩碼
[[email protected] ~]#ifconfig eth0 192.168.44.3 netmask 255.255.255.0
#設定IP地址,同時設定子網掩碼