Red Hat Certification Exam Question:

Suppose There are two different networks 192.168.0.0/24 and 192.168.1.0/24. Where
192.168.0.254 and 192.168.1.254 IP Address are assigned on Server. Verify your
network settings by pinging 192.168.1.0/24 Networks Host.

Red Hat Certification Interview Question
Red Hat Certification Interview Question

Answer:

1. vi /etc/sysconfing/network
NETWORKING=yes
HOSTNAME=station?.example.com
GATEWAY=192.168.0.254
2. service network restart
Or
1. vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=X.X.X.X
NETMASK=X.X.X.X
GATEWAY=192.168.0.254
2. ifdown eth0
3. ifup eth0


Previous QuestionNext Question
Explain What is the prefdm file used for? A. To specify the preferred X display manager to use B. To setup preferences for GNOME C. To do performance analysis of system CPU usage D. To perform profiling of C codeCan you explain In order to find out whether a certain type of hardware is supported by Red Hat Linux, where can you look? A. The Red Hat Hardware Compatibility List (HCL) B. /etc/devices C. The kernel boot messages D. The Red Hat installation disk