Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

DHCP - Linux Network Administration - Lecture Slides, Slides of Linux skills

The Linux is very easy if you follow the following points:Dhcp, Dynamic Host Configuration Protocol, Ip Address, Subnet Mask, Default, Dns Server, Hostname, Domain, Central Server, Broadcast Request

Typology: Slides

2012/2013

Uploaded on 04/22/2013

sathaye
sathaye 🇮🇳

4.8

(8)

106 documents

1 / 9

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
DHCP
DHCP
Docsity.com
pf3
pf4
pf5
pf8
pf9

Partial preview of the text

Download DHCP - Linux Network Administration - Lecture Slides and more Slides Linux skills in PDF only on Docsity!

DHCP

DHCP

DHCP

DHCP

DHCP (Dynamic Host Configuration Protocol) is a network service that enables clients to obtain network settings (IP Address, Subnet Mask, Default Gateway, DNS Server, Hostname and Domain) automatically from a central server The DHCP client sends a broadcast request to find the DHCP server and the DHCP server in the subnet responds with an IP address (and other common network parameters) from a pool of IP addresses The IP address can be bound to the MAC address of the client Daemon: dhcpd Lease file: /var/lib/dhcp/dhcpd.leases Docsity.com

DHCP Client Configuration

DHCP

Configure the Network Configuration to pickup network settings from DHCP server /etc/sysconfig/network-scripts/ifcg-eth BOOTPROTO=dhcp (static) Applications  System Settings  Network

NIS Server Setup

NIS SERVER SETUP

NIS Server Configuration

NIS Server Setup

Edit File /etc/sysconfig/network and add NISDOMAIN=

Build NIS maps by running /usr/lib/yp/ypinit –m (ypserv should be running)

service ypserv start/stop/restart

service yppasswdd start/stop/restart

NIS Client Configuration

NIS Server Setup

Specify NIS Server and NIS Domain /etc/yp.conf domain server /etc/nsswitch.conf passwd: files nis shadow: files nis group: files nis /etc/sysconfig/network NISDOMAIN=

service ypbind start/stop/restart