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…
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)- A12% (7)
- B5% (3)
- C3% (2)
- D79% (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
Community Discussion
No community discussion yet for this question.