Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam EX200 topic 1 question 64 discussion

Actual exam question from RedHat's EX200
Question #: 64
Topic #: 1
[All EX200 Questions]

SIMULATION -
Your System is configured in 192.168.0.0/24 Network and your nameserver is 192.168.0.254. Make successfully resolve to server1.example.com.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
nameserver is specified in question,
1. Vi /etc/resolv.conf
nameserver 192.168.0.254
2. host server1.example.com

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
D54752
Highly Voted 2 years, 10 months ago
Assume ens192 is the interface nmcli con mod ens192 ipv4.dns 192.168.0.254 nmcli con up ens192 nslookup server1.example.com
upvoted 9 times
...
MELO225
Highly Voted 2 years, 6 months ago
In RHEL8, add this line to the /etc/hosts file and save the changes as follow: #vim /etc/hosts 192.168.0.254 server1.example.com
upvoted 9 times
...
EX200V8KEXAM
Most Recent 2 years, 10 months ago
in RHEL 8 : vi /etc/hosts 192.168.0.254 nameserver
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...