You've been tasked with setting up static IP configurations for multiple interfaces on a Linux server. In which directory and/or file would you primarily focus your configuration efforts?

  • /etc/network/interfaces
  • /etc/resolv.conf
  • /etc/hostname
  • /etc/hosts
When configuring static IP addresses for network interfaces in Linux, you would primarily focus your efforts on the "/etc/network/interfaces" file. This file is used to define network interface configurations, including static IP settings.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *