DNS & DHCP on CentOS 5.7 4/12/54 อ. ดรัสวิน วงศ์ปรเมษฐ์

Slides:



Advertisements
Similar presentations
UNIVERSITY OF EDUCATION BY H.M.ISHTIAQ RAFIQUE. Domain Name Structure.
Advertisements

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 6 Managing and Administering DNS in Windows Server 2008.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
Linux network troubleshooting If your network connection is not working..
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 4 Installing and Configuring the Dynamic Host Configuration Protocol.
DNS Domain Name System –name servers –Translates FDQN to IP address List of fully qualified domain names (FDQN) and their IP addresses, FDQN has three.
PC Cluster Setup on Linux Fedora Core 5 High Performance Computing Lab Department of Computer Science and Information Engineering Tunghai University, Taichung,
Installation. Installation   There are three phases to building an LTSP server: – –Installing the LTSP utilities – –Installing the LTSP client packages.
Chapter 5 - TRANSPORT and NETWORK LAYERS - Part 2 - Static and Dynamic Addressing Address Resolution Dr. V.T. Raja Oregon State University.
14 July CONFIGURING A PROXY SERVER IN LINUX BY ROHIT KAUL CS, BITS-PILANI.
Module 9 - Networking. 1.Network Concepts and Commands 2.Network Files 3.Network Services 4.Configure a network device 5.Network File-System (NFS & CIFS)
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
Remote Disk Access with NFS
INFO 320 Server Technology I Week 6 Networking 1INFO 320 week 6.
Linux System Administration LINUX SYSTEM ADMINISTRATION.
Ch 8-3 Working with domains and Active Directory.
Installing a DHCP Server role on Windows Server 2008 R2 in a home network. This is intended as a guide to install the DHCP role on a Domain Controller.
CIS 193A – Lesson10 Protecting Your Network. CIS 193A – Lesson10 Focus Question What information contained in packets can be used as matching criteria.
DHCP server & Client Objectives Contents
Chapter 12: Configuring Networks The Complete Guide to Linux System Administration.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Review. 2 Main Areas Client and Server / Active Directory.
Booting and boot levels
Name Resolution Domain Name System.
DHC P Dynamic Host Configuration Protocol
Linux Network Setup.
1. 2 Move to PKG (SCME) Prepare the new SCME IP phone package and Upload package to SCME System by SCME Admin. CONFIGURATION  Phone Setting  File Upload.
Hacking Linux Systems.  Text Editors  vi, ex, pico, jove, GNU emacs  Shells  chs (C Shell), sh (Bourne Shell)  File navigation  cd, ls, cp, mv,
Linux Networking #2 Dr. Michael L. Collard 1.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
COMP210 DNS Module Domain Name Service Dr Ahmad Al-Zubi.
Network Installation Objectives –Manage linux installation from network install server Contents –Preparing for a network installation –Setting up the install.
DHCP server & Client Objectives –to learn how to setup dhcp servers Contents –Download and Install The DHCP Package –The /etc/dhcpd.conf File –Upgrading.
Dynamic Host Configuration Protocol and IP Address Assignment CIS 238 Oakton Community College.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 4 Installing and Configuring the Dynamic Host Configuration Protocol.
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
CIS 192B – Lesson 3 Network Information Services.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
178 Connecting to the Network Version A.01 H3064S Module 21 Slides.
Network Configuration. NAT Mode, disable DHCP server.
1 Objectives Discuss the basics of Dynamic Host Configuration Protocol (DHCP) Describe the components and processes of DHCP Install DHCP in a Windows Server.
Lab 8 Overview Apache Web Server. SCRIPTS Linux Tricks.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 9: Dynamic Host Configuration Protocol (DHCP)
TP: Grid site installation BEINGRID site installation.
Sys Admin Course Service Management Fourie Joubert.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Using Networks. Assignment Issues find syntax Permissions HW4 3c /proc vs /tmp vs /var.
DHCP CONFIGURATION Routing & Switching. DHCPV4 OPERATION CONFIGURING A DHCPV4 SERVER A Cisco router running the Cisco IOS software can be configured to.
PRESENTED BY ALI NASIR BITF13M040 AMMAR HAIDER BITF13M016 SHOIAB BAJWA BITF13M040 AKHTAR YOUNAS BITF13M019.
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Using Linux Kaya Oğuz Room: 310.
Chapter 12: Configuring Networks
Linux network troubleshooting
Chap-I Network and System Configuration in Linux
Network Configuration
Installation of MySQL Objectives Contents Practical Summary
LINUX ADMINISTRATION
DHCP server & Client Objectives Contents
Unix Linux Administration I
Routing and Switching Essentials v6.0
How To Install CentOS 6.5 & Virtual Box
Run Java file with Window cmd
LAB 9 – INTRUSION DETECTION AND PREVENTION SYSTEMS
How To Install CentOS 6.5 & Virtual Box
OPS235 Configuring a Network Using Virtual Machines – Part I
Configuration Of A Pull Network.
System & Network Administration (MCSA & RHCSA)
Module 12 Network Configuration
Presentation transcript:

DNS & DHCP on CentOS 5.7 4/12/54 อ. ดรัสวิน วงศ์ปรเมษฐ์

Infrastructure

How to  Set Static IP  /etc/sysconfig/networking/profile s/default/ifcfg-eth0  Install “ DNSMASQ ” packet  Config  /etc/hosts  /etc/resolv.conf  /etc/dnsmasq.conf  Start Service “ DNSMASQ ”

Tools & Commands  Tools  Nano – Text Editor  Commands  ifconfig- view / add ip address  nano- run nano editor  rpm- operate packet rpm  cd- go to directory  ls- list file / folder in directory  service- operate service  chkconfig - check service  nslookup- show dns server

Tools & Commands  rpm  - i- install  -h, -v- show “#” while operate  -e- erase/uninstall  -nodeps- disable dependent other node  -qa- list all installed packet  other option  | more- viwe more page

Tools & Commands  #chkconfig --list  level 0 - halt (Do NOT set initdefault to this) 1 - Single user mode 2 - Multiuser, without NFS (The same as 3, if you do not have networking) 3 - Full multiuser mode 4 - unused 5 - X reboot (Do NOT set initdefault to this)

How to  Set Static IP  #nano /etc/sysconfig/networking/profile s/default/ifcfg-eth0  # ifdown eth0  # ifup eth0

How to  Install “ DNSMASQ ” packet  #rpm -ivh dnsmasq el5.rfx.x86_64.rpm  Unistall packet  #rpm -evh --nodeps xxxxxxxx.rpm

How to  Config  #nano /etc/hosts

How to  Config  #nano /etc/resolv.conf

How to  Config  #nano /etc/dnsmasq.conf  uncomment and set the following options expand-hosts domain=example.com dhcp- range= , , 12h dhcp- host=11:22:33:44:55:66,foo,

How to  Start Service “ DNSMASQ ”  #service dnsmasq start  Check IP on your Client