SAILPOINT-CERTIFIED-IDENTITYNOW-ENGINEER · Question #42
A customer wants to configure a virtual appliance (VA) to use a static IP address. Does this file on the VA need to be modified to perform the configuration? Solution: /etc/ systemd/network/ static…
The correct answer is A. Yes. Yes, the file /etc/systemd/network/static.network (or a similarly named file depending on the Linux distribution used by the Virtual Appliance) is typically used to configure a static IP address for the VA. This file is part of the systemd network configuration, and modifying…
Question
A customer wants to configure a virtual appliance (VA) to use a static IP address. Does this file on the VA need to be modified to perform the configuration? Solution: /etc/ systemd/network/ static, network
Options
- AYes
- BNo
How the community answered
(58 responses)- A79% (46)
- B21% (12)
Explanation
Yes, the file /etc/systemd/network/static.network (or a similarly named file depending on the Linux distribution used by the Virtual Appliance) is typically used to configure a static IP address for the VA. This file is part of the systemd network configuration, and modifying it allows you to specify static IP settings, such as the IP address, netmask, gateway, and DNS servers, for the Virtual Appliance's network interface. To set a static IP address, you would need to modify this file and restart the network service for the changes to take effect.
Topics
Community Discussion
No community discussion yet for this question.