|
basic network configurations Example and Implementations ip configurations hosts files portmap xinetd services |
| Home | Peer to Peer | CompTIA N+ | CCNA | MCSE | MCITP | RHCE | Interview | Tips n Tricks |
basic network configurations ip, hosts file, portmap and xinetd servicesIn this article we will discuss all those necessary steps which you need to perform before solving networking related questions in RHCE exam. Don't skip this tutorial, giving few minutes to this could save you from huge problems in exam. All steps are given in a sequences don't skip them whether you them or not. Check LAN card driver is installed or not.LAN driver is the top most part for network. To check it run setup command
Select network configuration from list
If you don't know how to install LAN driver then follow this link.Installing lan card driver, location of important networking files and descriptions Check proper IP configurationAll systems on RHCE exam should have an properly configured IP address. During this entire practical we are using three systems. There description is given below Check these systems for properly configured IP address. you can review our pervious article if you feel trouble in IP configuration.Network configuration commands ip ifconfig ping netstat arp mii-tool
Change host nameIf you have skipped hostname during installation then it would be localhost.localdomain. You can change hostname with hostname command but this change would be temporary. To change hostname permanently do editing in /etc/sysconfig/network. set computer name as shown in table. #vi /etc/sysconfig/network On server system set it to Server and in client system set it Client1
Check /etc/hosts files for name resolutionSeveral Linux server depend name resolution. This file should have entry of all network systems. It will save you from naming related problem. In our network it should look like this on both Linux system Server and Client1
Check firewall statusFirewall is the necessary security part of Linux system which is connected to Internet. But in exam we are not going to use Internet so it’s good practice to disable it. To disable firewall run setup commands
Now select firewall configuration from list and click on run tool
Select disable and click on ok and quit to return on command prompt.
System reboot require to take effect so reboot system with reboot -f commands
Check portmap and xinetd package statusAlmost every Linux server needs these two rpm to function properly. First check that these rpm are install or not. If no rpm is install then install them via rpm commands. If you don't know how to install rpm then follow this link.Linux RPM Red Hat's Package Manager
If you have rpm then check there status via setup commands
Now select system service from menu
Now restart these two service. Once you have successfully completed these steps you are ready to configure the Linux server Good Luck. |
|||||||||||||||||||||
|
|
|
|