nerdexam
Oracle

1Z0-460 · Question #36

Your Oracle Linux system has two network interfaces ?eth0 and eth1. You have to change the netmask and the IP address of the eth1 network interface. Which configuration file would you edit to make…

The correct answer is D. /etc/sysconfig/network-scripts/ifcfg-eth1. The "/etc/sysconfig/network-scripts/ifcfg-eth0" file holds the network configuration for the "eth0" adapter. If you have multiple network adapters, you would expect additional configuration files (eth1, eth2 etc.). *The "/etc/sysconfig/network" file holds top-level networking…

Network Configuration

Question

Your Oracle Linux system has two network interfaces ?eth0 and eth1. You have to change the netmask and the IP address of the eth1 network interface. Which configuration file would you edit to make these changes?

Options

  • A/proc/net/ifcg-eth1
  • B/etc/sysconfig/network-scripts/eth1
  • C/etc/sysconfig/network/ifcg-eth1
  • D/etc/sysconfig/network-scripts/ifcfg-eth1

How the community answered

(58 responses)
  • A
    12% (7)
  • B
    5% (3)
  • C
    3% (2)
  • D
    79% (46)

Explanation

The "/etc/sysconfig/network-scripts/ifcfg-eth0" file holds the network configuration for the "eth0" adapter. If you have multiple network adapters, you would expect additional configuration files (eth1, eth2 etc.). *The "/etc/sysconfig/network" file holds top-level networking configuration, including the hostname and gateway settings.

Topics

#ifcfg file#network interface configuration#IP address#netmask

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice