Aruba Airwave 網路管理系統... License 綁定在網路介面上...
如果 使用的VM有兩張網路介面卡...請注意 要另外手動建立一個介面
使用上很簡單 切換目錄到 /etc/sysconfig/network-scripts/
使用下列指令複製 網路卡設定資訊
cp ifcfg-eth0 ifcfg-eth1
然後透過VI 修改 ifcfg-eth1 ip address
修改好後 透過 service network restart 指令 可以讓系統套用新網卡的IP設定資料...
如果 無法順利啟動 請使用 ifcfg -a 命令觀看 系統自己帶出來的網卡MAC Address ..並記錄下來...
透過vi 指令去修改 ifcfg-eth1 檔案中 MAC Address 那欄的資料
ifcfg-eht1
DEVICE=eth1 ==>請注意 需要跟檔名對應
BOOTPROTO=none
IPV6INIT=no
NM_CONTROLLED=np
ONBOOT=yes
TYPE="Ethernet"
UUID="892cdf32-4733-4e40-9131-e76ccb0a804"
IPADDR=192.168.100.191 ==>修改IP Address
NETMASK=255.255.255.0
GATEWAY-192.168.100.1
HWADDR=00:0C:29:4E:37:37 ==> 檢查這邊
:w 存檔
參考資料來源
https://community.arubanetworks.com/t5/Monitoring-Management-Location/How-to-check-which-NIC-on-Airwave-server-is-mapped-to-which-eth/ta-p/181630