Skip to content

F1GEEK

Complete Solution to the system related issues

Primary Primary
  • Home
  • Cisco
  • Centos
  • Fortigate
  • Juniper
  • Linux
  • Ubuntu
  • windows
    • Windows 7
    • Windows Server
  • MAC
  • IPHONE
  • Others
    • JAVA
    • Angular
    • F1GEEk
    • PHP

Configure DHCP Server in CentOS 6.3

f1geek February 17, 2016 0

The Dynamic Host Configuration Protocol (DHCP) is a network protocol used to assign IP addresses and provide configuration information to devices such as servers, desktops, or mobile devices, so they can communicate on a network using the Internet Protocol (IP).

#yum –y install dhcp*

#vim /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample ->this is just a sample file of DHCP

#vim /etc/dhcp/dhcp.conf

subnet  192.168.0.0 netmask 255.255.255.0 {

                                range    192.168.0.151     192.168.0.200;

                                option   domain-name-server 192.168.0.150;

                                option routers   192.168.1.1;

                }

:wq

Share on FacebookShare on TwitterShare on Google+
Categories Centos Tags Configure DHCP Server in CentOS
Previous: How to set-up grub password?
Next: Step by Step Setup of RAID 1 on CentOS 6x / RHEL6

Recent Posts

  • Step by Step Configuration of NTP Client in CentOS/RHEL/Linux February 22, 2016
  • Compress and Decompress Files in CentOS/RHEL/Linux February 20, 2016
  • Step by Step Setup of RAID 1 on CentOS 6x / RHEL6 February 17, 2016
  • Configure DHCP Server in CentOS 6.3 February 17, 2016
  • How to set-up grub password? February 16, 2016
  • Password Recovery of Root Account in CentOS 6.3 February 16, 2016
  • How to setup DNS in CentOS 6.3 February 16, 2016
  • IDM Crack File Free Download December 18, 2015
  • LAMPP won’t start, web server already running December 12, 2015
  • How to open Xampp Control panel GUI December 12, 2015
  • Start/restart the Xampp server in Ubuntu December 12, 2015
  • port 8080 is already in use Pivotal Server not starting December 11, 2015
  • How to reset CISCO ASA Firewall , Password Recovery Process. September 21, 2014
  • How to Factory Reset Fortinet Box September 15, 2014
  • How to connect Fortigate firewall using serial console cable September 15, 2014
  • How to setup iCloud for Apple iPhone? September 2, 2014
  • How to check the available memory on Apple iPhone? September 2, 2014
  • How to turn app automatic downloads on/off on Apple iPhone? September 2, 2014
  • How to change iCloud user settings on new any version later then ios 7 iPhone ? September 2, 2014
  • How to find the your own phone number in Apple iPhone? September 1, 2014

Recent Comments

  • Paul Sohn on How to reset lost admin password in Fortigate?
  • Damendra Singh on How to remove the error: There is no disk in the drive. Please inset the disk in to drive
  • Jonny McCullagh on How to install or remove fonts in Linux
  • ptaav on How to install or remove fonts in Linux
  • Dream Sansar on How to install or remove fonts in Linux

Archives

  • February 2016
  • December 2015
  • September 2014
  • August 2014

Categories

  • Centos
  • Cisco
  • Fortigate
  • Internet Download Manager
  • IPHONE
  • Linux
  • MAC
  • Serial Keys and Cracks
  • Ubuntu
  • windows
  • Windows 7
  • Windows Server

F1GEEK © 2019 Home Cisco Centos Fortigate Juniper Linux Ubuntu windows Windows 7 Windows Server MAC IPHONE Others JAVA Angular F1GEEk PHP