停用 VMware vRealize Operations Manager IPv6

停用 VMware vRealize Operations Manager IPv6

系統屬於 PHOTON OS

 

今天重新部署VMvRealize Operations Manager 8.0.1

但是..... 因為公司內部不用IPv6 所以需要停用

看了官網的介紹 https://vmware.github.io/photon/assets/files/html/3.0/

需要安裝網路管理程式介面 netmgr 

https://vmware.github.io/photon/assets/files/html/3.0/photon_cli/netmgr-cli.html

必須進入 vRealize Operations Manager 的 root 權限

切換後,以root登入後 hostname 會是紅色的

以 admin 登入會是綠色

再則,請輸入 tdnf install netmgmt 安裝

安裝完畢後,輸入以下指令

netmgr ip6_address --set --interface eth0 --dhcp 0 --autoconf 0

 基本上 interface 都是 eth0 ,如果出現問題,請檢查相關網卡設定

再重新啟動網路即可

PS.重開機後 ipv6 會自動帶起,若確定IPv6不使用,請至 /etc/systemd/network 目錄下編輯網路設定檔,再[network]標籤下新增 LinkLocalAddressing=no 即可

[Network]
LinkLocalAddressing=no