- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業(yè)務經(jīng)營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯(lián)網(wǎng)協(xié)會理事單位
- 安全聯(lián)盟認證網(wǎng)站身份V標記
- 域名注冊服務機構(gòu)許可:滇D3-20230001
- 代理域名注冊服務機構(gòu):新網(wǎng)數(shù)碼
1.ifconfig命令被用于配置和顯示Linux內(nèi)核中網(wǎng)絡接口的網(wǎng)絡參數(shù)。用ifconfig命令配置的網(wǎng)卡信息,在網(wǎng)卡重啟后機器重啟后,配置就不存在。要想將上述的配置信息永遠的存的電腦里,那就要修改網(wǎng)卡的配置文件了
2.命令#ifconfig 顯示網(wǎng)絡設備信息
3.啟動關(guān)閉指定網(wǎng)卡
#ifconfig eth0 up #相當于ifup eth0 命令
#ifconfig eth0 down #相當于 ifdown eth0 命令
4.配置ip地址:
#ifconfig eth0 192.168.1.100
#ifconfig eth0 192.168.1.100 netmask 255.255.255.0
#ifconfig eth0 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
5.用ifconfig修改mac地址
#ifconfig eth0 hw ether 00:aa:cc:5d:1e
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP