Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
仮想マシンの IP アドレスが定期的に変更されるかどうかを知りたいだけです。以前は xxx.xxx.xx.xx でしたが、1 か月後には xxx.xxx.xx.xy になりました。それは可能ですか?
これは、dhcpサーバーによって異なります。dhcpサーバーが範囲からIPをリースするように構成されている場合、すべてのリースされたIPをdhcpd.leasesファイルで確認できます。静的IPを使用する場合は、範囲からIPを予約し、静的IPを使用してクライアントマシンを構成できます。