Suppose You are giving RHCT Exam and in your Exam paper there is a question written, make
successfully ping to 192.168.0.254.

Submitted by: Administrator
Network problem think to check:
1. IP Configuration: use ifconfig command either IP is assigned to interface or not?

2. Default Gateway is set or not?

3. Hostname is set or not?

4. Routing problem is there?

5. Device Driver Module is loaded or not?

6. Device is activated or not?

Check In this way:

1. use ifconfig command and identify which IP is assigned or not.

2. cat /etc/sysconfig/network What, What is written here. Actually here are these parameters.

NETWORKING=yes or no

GATEWAY=x.x.x.x

HOSTNAME=?

NISDOMAIN=?

- Correct the file

3. Use netconfig command

- Either Select Automatically from DHCP or assign the static IP

4. Use service network restart or start command

Now try to ping it will work.
Submitted by: Administrator

Read Online Red Hat Certification Job Interview Questions And Answers