Solaris
ifconfig: setifdhcp: 不支持操作
當我嘗試使用 hcp 代理配置介面時,我得到
root@z104:~# ifconfig z104cs105 dhcp start ifconfig: setifdhcp: Communication with dhcpagent timed out
當我重新配置我的 dhcp 伺服器並重試在主機上啟動 dhcpagent 時,我收到此消息
root@z104:~# ifconfig z104cs105 dhcp start ifconfig: setifdhcp: Operation not supported
pkill dhcpagent
沒有幫助
您需要為網路介面創建 DHCP 配置文件:
touch /etc/hostname.z104cs105 touch /etc/dhcp.z104cs105 echo "solaris" > /etc/nodename
此外,如果您在 KVM/qemu (virsh/virt-manager/…) 中執行 Solaris,您可能需要禁用 x2APIC:
sudo virsh edit MyVirtualMachine <cpu ...>... <model... <feature policy='disable' name='x2apic'/> </cpu>
更多資訊請訪問https://liquidat.wordpress.com/2016/01/08/howto-solaris-11-on-kvm/