Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM

Size: px
Start display at page:

Download "Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM"

Transcription

1 7 Server Web Server Web Server rpm #rpm q apache apache sis package apache not installed CD-ROM Linux Redhat, Linux SiS Linux rpm I apache sis /etc/httpd/conf/httpd.conf ServerRoot "/etc/httpd" httpd Port 80 ( 80) User apache Group apache ServerAdmin root@localhost Address DocumentRoot"/data/httpd/htm" HTML DirectoryIndex index.html Linux - 65 Linux for Teacher

2 Web Server 1. login root ( Super User ) command line start httpd setup Enter System Services Enter * httpd OK Enter Server start httpd service 2. start httpd /etc/rc.d/init.d/httpd start Enter OK 3. lynx IPAddress Enter lynx Linux - 66 Linux for Teacher

3 4. ln -d -s /home/httpd/html /data/httpd/html Enter link directory www 5. test adduser test Enter test password # passwd -d test Enter ( password ) 6. Homepage # mkdir /home/test/m4-2 ( Enter ) 5 ( home/ ) 7. chmod 777 /home/test/m4-2 Enter ftp Server 5 Linux - 67 Linux for Teacher

4 8. link directory test www # ln -d -s /home/test/m4-2 /data/httpd/html /test ( Enter ) 9. ftp ftp /home/test/m index.html /data/httpd/html link Homepage <a href=/data/httpd/html /test/index.html> DNS Server TCP/IP IP Address IP Address DNS Domain Name Server IP Address hareluya.school.ac.th IP Address Web, Telnet, Ftp hareluya.school.ac.th IP Address (Domain name) school.ac.th hareluya.school.ac.th williams.school.ac.th Linux - 68 Linux for Teacher

5 DNS IP Address IP Address DNS BIND Linux SIS, Redhat Linux rpm #rpm -q bind bind package bind is not installed CD Linux sis RedHat RedHat/RPMS bind i386.rpm ( ) #rpm -i bind i386.rpm Error Message DNS /etc/named.conf /etc/named.conf options { directory "/data/named"; }; Linux - 69 Linux for Teacher

6 zone "." { type hint; file "named.ca"; }; zone "localhost" in { type master; file "master/localhost"; }; zone " in-addr.arpa" in { type master; file "master/ "; }; zone "school.ac.th" in { type master; file "master/intranet"; }; zone " in-addr.arpa" in { type master; file "master/ "; }; 2 options zone options zone zone 2 IP Address IP Address IP Address Linux - 70 Linux for Teacher

7 zone "school.bj.ac.th" IP Address IP Address Reverse ".in-addr.arpa" IP Address X zone " in-addr.arpa" zone (type) 3 hint master DNS Primary DNS slave DNS Secondary DNS Update Primary DNS slave Update Primary DNS masters zone "williams.domain" in { type slave; masters{ ; } file "master/localhost"; }; file ( options) school.bj.ac.th 3 hareluya.school.ac.th williams.school.ac.th someone.school.ac.th /etc/named.config zone zone "school.ac.th" in { type master; file "master/school.bj.ac.th" } Linux - 71 Linux for Teacher

8 IN SOA hareluya.school.ac.th. root.hareluya.school.ac.th.( ; Serial in yyyymmdd no_in_date ; Refresh 3 hours 3600 ; Retry 1 hour ; Expire 1000 hours ) ; Minimum 24 hours IN NS hareluya.school.ac.th IN MX 10 hareluya.school.ac.th IN MX 5 williams.school.ac.th www IN CNAME hareluya mail IN CNAME hareluya ftp IN CNAME hareluya hareluya IN A williams IN A someone IN A NS (Name Server) Name Server MX (Mail Exchange) CNAME (Common Name) hareluya.school.ac.th A (Address) IP Address zone IP Address zone zone " in-addr.arpa" in { type master; file ""master/school.bj.ac.th.rev; } Linux - 72 Linux for Teacher

9 IN SOA linux.intranet. root.intranet. ( ; serial, todays date + todays serial 8H ; refresh, seconds ( 8H = 8 Hours) 2H ; retry, seconds ( 2H = 2 Hours) 1W ; expire, seconds ( 1W = 1 Week) 1D ) ; minimum, seconds ( 1D = 1 Day) NS hareluya.school.ac.th MX 10 hareluya.school.ac.th MX 5 williams.school.ac.th 1 PTR hareluya.school.ac.th. 2 PTR williams.school.ac.th. 3 PTR someone.school.ac.th. zone /etc/named.conf 1 DNS DNS RedHat SIS setup System Services * named DNS Linux - 73 Linux for Teacher

10 DNS Server DNS Linux nameserver /etc/resolve.conf Windows Network Properties Control Panel TCP/IP DNS IP Address DNS Server ping hareluya.school.ac.th ping DNS Linux - 74 Linux for Teacher

11 DHCP DHCP( Dynamic Host Configuration Protocol ) dhcpd.conf /etc/dhcpd.conf Log in Root dhcpd.conf /etc/dhcpd.conf Server-identifier dns2.bj.ac.th; # DHCP Server option domain-name bj.ac.th ; # subnet netmask { # Network Network range ; # IP option domain-name-server , ; # IP DNS Server option domain-name bj.ac.th ; # Domain-name option routers ; # IP Gateway Router option subnet-mask ; # Netmask option broadcast-address ; # Broadcast Address Subnet default-lease-time 43200; # IP max-lease-time 43200; # } Linux - 75 Linux for Teacher

12 DHCP RedHat SIS setup System Services * dhcp DHCP 1. Client ( Windows9x ) Control Panel Network 2. TCP/IP TCP/IP Properties IP Adress Obtain an IP address automatically Linux - 76 Linux for Teacher

13 3. DNS Configuration Disable DNS 4. Reboot Client Boot IP DHCP Server Linux - 77 Linux for Teacher

14 1. Client Start Menu Run winipcfg 2. More Info Linux - 78 Linux for Teacher

15 3. DHCP Server dhcpd ps aux grep dhcpd dhcpd Mail Server Server Mail Server #rpm q sendmail Sendmail packeage Sendmail not installed. CD-ROM Linux Redhat Linux SIS Linux - 79 Linux for Teacher

16 FTP Server FTP (file transfer protocol) Client Server Ftp Server #rpm q wu-ftpd wu-ftpd sis4 packeage wu-ftpdl not installed. CD-ROM Linux Redhat Linux SIS Proxy Squid Squid Squid /etc/squid bin etc Configuration File squid.conf log Log File 3 1. access.log 2. cache.log 3. store.log cache Cache link Linux - 80 Linux for Teacher

17 squid.conf /etc/squid/etc Login Root /etc/squid/etc cd /etc/squid/etc pico pico squid.conf pico ( squid.conf ) Linux - 81 Linux for Teacher

18 #http_port 3128 http_port 8080 http_port port Cache server HTTP Protocal 8080 #icp_port 3130 icp_port 3130 icp_port port cache server Cache server Cache_peer cache1.school.net.th parent cache_peer cache2.school.net.th parent cache_peer Cache server cache_peer hostname type http_port icp_port option 1. hostname IP Cache server 2. type parent 3. http_port port HTTP Cache server 4. icp_port port Cache server 5. options weight=n parent n Linux - 82 Linux for Teacher

19 #cache_mem 8 MB cache_mem 16 MB cache_mem memory pool default 8 MB cache_mem memory MB #cache_dir /data/cache cache_dir /data/cache cache_dir Directory-Name Mbytes Level-1 Level (MB) 3. Level-1 Level2 Level-1 Level2 Level-1 Log file Cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log Linux - 83 Linux for Teacher

20 #reference_age 1 month reference_age 2 month Cache server #acl local-intranet dstdomain intranet #always_direct allow local-intranet #never_direct allow all # 3 acl local-intranet dstdomain 1. ^x 2. Y 3. Enter squid 1. squid.conf restart squid /usr/sbin/squid -k reconfigure 2. squid /usr/sbin/squid & 3. squid /usr/sbin/squid & Linux - 84 Linux for Teacher

21 squid setup System Services * Squid Browser Cache server IE Tools Bar Internet option Linux - 85 Linux for Teacher

22 Connections Lan Settings Use a proxy server Address ( IP Server) Port (Default : 8080) LAN Setting Use a proxy server IP Address Proxy Port OK Linux - 86 Linux for Teacher

23 IP Start Run winipcfg IP More Info Run ( ) Open winipcfg Enter Enter Network Linux - 87 Linux for Teacher

24 More Info>> OK Desktop Linux - 88 Linux for Teacher

25 Samba Server Samba SMB (Session Message Block) Microsoft Server Client Samba Server Samba smb.conf /etc/samba/smb.conf Linux SIS Samba smb.conf ====== Samba Config ====== 6 [global],[homes],[printers],[share],[www] [cgi-bin] 3 [global],[homes] [printers] [global] Samba workgroup Server Client Server String Server host allow IP address ( * 127.*.*.*) load printer guest account User guest account Linux - 89 Linux for Teacher

26 log file log max log size log security socket option client dns proxy nmbd NetBIOS DNS [homes] Home comment comment browseable Browser list writeable Home [printers] comment comment path path path guest ok guest account writeable printable [share] comment comment path read only ( writeable ) public Linux - 90 Linux for Teacher

27 Samba Server Samba Server 2 nmbd smbd Samba ps ====================== # ps ax grep mbd ====================== Samba ================ Samba nonactive ================ Samba Samba kill ============== #kill Samba ============== 2 #nmbd -D #smbd -D Samba Linux SIS # chmod +x /etc/rc.d/rc.samba Linux - 91 Linux for Teacher

28 Microsoft Windows 9x Start ---> Setting ---> Control panel Network Service File and printer sharing for Microsoft Networks Add Service File and printer sharing for Microsoft Networks Identification Linux - 92 Linux for Teacher

29 Work Group Server Network Configuration Restart Log on account Server guest account Network Neighborhood Linux Password Password Password Password Client Server Registry regedit.exe C:\WINDOWS HKEY_LOCAL_MACHINE --> System --> CurrentControlSet --> Services --> VxD --> VNETSUP Linux - 93 Linux for Teacher

30 Edit --> New --> DWORD Value New Value #1 EnablePlainTextPassword EnablePlainTextPassword 0 1 OK regedit Restart Linux - 94 Linux for Teacher

31 7. 1. DNS 2. DNS Server 3. DNS DNS 6. DNS Server Linux - 95 Linux for Teacher

32 Linux - 96 Linux for Teacher

Prepared by Shiba Ratna Tamrakar

Prepared by Shiba Ratna Tamrakar Lab on Package management with RPM and Yum 1. to install the package bind-utils #rpm -hiv bind-utils* Note: i for install, h for hash, v for verbose 2. to install the package bind-utils from URL ftp://www.xyz.com/rpms

More information

DNS Configuration Guide. Open Telekom Cloud

DNS Configuration Guide. Open Telekom Cloud DNS Configuration Guide Open Telekom Cloud www.telekom.de/opentelekomcloud For this guide we assume that two subnets are already configured. In our example the subnets are called subnet_dns01 (in AZ eu-de-01)

More information

Setting up DHCP, DNS and NFS on the CLTC Server

Setting up DHCP, DNS and NFS on the CLTC Server CLTC Documentation Sheet 2: Setting up DHCP, DNS and NFS on the CLTC Server Developed by The 'Free Range' Community Linux Training Centre Project - Version 1.0, January 2003. http://www.fraw.org.uk/cltc/

More information

RHCE BOOT CAMP BIND. Wednesday, November 28, 12

RHCE BOOT CAMP BIND. Wednesday, November 28, 12 RHCE BOOT CAMP BIND CONFIG FILES BIND basically has two types of configuration files: BIND configuration file, specific to BIND and it s features Database files, or zone files, which contain DNS resource

More information

Chapter 14. Configuring Linux Network Services Part 1 DHCP and DNS service

Chapter 14. Configuring Linux Network Services Part 1 DHCP and DNS service Chapter 14 Configuring Linux Network Services Part 1 DHCP and DNS service 1 Content Configuring a DHCP server on Linux Configuring a DNS server on Linux Configuring the Apache Web server on Linux Configuring

More information

Outline. Computer Center, CS, NCTU. Web hosting. Proxy. Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts

Outline. Computer Center, CS, NCTU. Web hosting. Proxy. Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts Web Outline Web hosting Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts Proxy Forward proxy Reverse proxy squid 2 Basics (1) Three major techniques in WWW (World

More information

DNS & DHCP CONFIGURATION

DNS & DHCP CONFIGURATION WELCOME DNS & DHCP CONFIGURATION Group Members Anmol Nazakat Ameena Fatima Shakeel ur Rehman Gulraiz Azam Irfan Ullah 1 2 3 4 5 BSIT-F14-E78 BSIT-F14-E100 BSIT-F14-E66 BSIT-F14-E69 BSIT-F14-E79 3 Today

More information

Course Outline: Linux Professional Institute-LPI 202. Learning Method: Instructor-led Classroom Learning. Duration: 5.00 Day(s)/ 40 hrs.

Course Outline: Linux Professional Institute-LPI 202. Learning Method: Instructor-led Classroom Learning. Duration: 5.00 Day(s)/ 40 hrs. Course Outline: Linux Professional Institute-LPI 202 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: The LPI certification is a vendor-neutral Linux credential

More information

Application Session (Hands-on) Athanassios Liakopoulos (GRNET) version 1.01

Application Session (Hands-on) Athanassios Liakopoulos (GRNET) version 1.01 Application Session (Hands-on) Athanassios Liakopoulos (GRNET) aliako@grnet.gr version 1.01 1. Lab information Network Topology The network topology is shown in Figure 1. PCs belong to different VLANs,

More information

Outline. Computer Center, CS, NCTU. q Web hosting. q Proxy. Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts

Outline. Computer Center, CS, NCTU. q Web hosting. q Proxy. Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts Web hwlin1414 Outline q Web hosting Basics Client-Server architecture HTTP protocol Static vs. dynamic pages Virtual hosts q Proxy Forward proxy Reverse proxy 2 Basics (1) q Three major techniques in WWW

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

USB2.0 LAN DISK User s Manual

USB2.0 LAN DISK User s Manual 1.0 Product overview USB2.0 LAN DISK User s Manual Thank you for purchasing USB2.0 LANDISK the network storage device. Now you can easily add USB2.0 LANDISK into your Network. Before using this device

More information

IT341 Introduction to System Administration Project V Implementing DNS

IT341 Introduction to System Administration Project V Implementing DNS IT341 Introduction to System Administration Project V Implementing DNS A domain name server (DNS) translates a human- readable address such as itvm21-1.it.cs.umb.edu into an IP address such as 158.121.106.128.

More information

USB2.0 IDE & LANDISK External Enclosure

USB2.0 IDE & LANDISK External Enclosure USB2.0 IDE & LANDISK External Enclosure CONTENT User s Manual 1. Product Information.....................1 2. Product Specifications....................2 3. System requirements....................3 4.

More information

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server.

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server. Setting Up The Lab This document is provides the steps for setting up virtual machines for use with the Principles of Computer Security CompTIA Security+ and Beyond. There are a number of virtual platforms

More information

RH-302. RedHat. Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)

RH-302. RedHat. Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs) RedHat RH-302 Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs) Download Full Version : http://killexams.com/pass4sure/exam-detail/rh-302 local domain and another is cracker.org which is called

More information

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 3 Configure Network Services Objectives Configure a DNS Server Using BIND Deploy OpenLDAP on a SLES 9 Server Configure an Apache

More information

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements..

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements.. CONTENT Nano NAS Server for USB storages 1. Product Information...1 2. Product Specifications.2 3. System requirements..3 4. Product Connecting. 4 5. Configuring DN-7023....5 6. Setting... 9 7. Note..

More information

Install and Configure Samba - CentOS 7

Install and Configure Samba - CentOS 7 CentOS 7 Samba Guide Page 1 of 11 Install and Configure Samba - CentOS 7 What is Samba and why should I use it? Samba is a service that allows Linux machines to access and share files, folders and printers

More information

Much is done on the Server, it20:

Much is done on the Server, it20: IT341 Introduction to System Administration Project V Implementing DNS A domain name server (DNS)... translates a human-readable address such as itvm21-1a.it.cs.umb.edu into an IP address such as 158.121.106.128

More information

Chapter 6: Connecting Windows Workstations

Chapter 6: Connecting Windows Workstations Chapter 6: Connecting Windows Workstations 153 Chapter 6 Connecting Windows Workstations Because this is a book about using Linux on a Microsoft Windows-based network, this chapter shows you how to connect

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

Implementing a Primary Domain Controller for Windows 2000 Clients using Samba

Implementing a Primary Domain Controller for Windows 2000 Clients using Samba Operating Systems and Systems Integration Implementing a Primary Domain Controller for Windows 2000 Clients using Samba 1 Aim After completing this exercise, you will be able to install and perform basic

More information

Lab DHCP Client Setup

Lab DHCP Client Setup Lab 9.3.5 DHCP Client Setup Objective The purpose of this lab is to introduce Dynamic Host Configuration Protocol (DHCP) and the process for setting up a network computer as a DHCP client to use DHCP services.

More information

LOMBA KETERAMPILAN SISWA

LOMBA KETERAMPILAN SISWA LOMBA KETERAMPILAN SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXV 2017 MODUL A LINUX ISLAND IT NETWORK SYSTEMS ADMINISTRATION LKS2017_ITNSA_MODUL_A 2 ISLAND A LINUX ISLAND CONTENTS This Test Project

More information

Answer: B. Answer: D. Answer: C

Answer: B. Answer: D. Answer: C Question: 1 Your company has a single Active Directory forest that has an Active Directory domain named na.contoso.com. A server named Server1 runs the DNS server role. You notice stale resource records

More information

Setting Up SAMBA. And the response was: salmonberry samba sawtimber scramble. Thus, the name Samba was born.

Setting Up SAMBA. And the response was: salmonberry samba sawtimber scramble. Thus, the name Samba was born. Setting Up SAMBA Samba is the brainchild of Andrew Tridgell who currently heads the Samba development team from his home of Canberra, Australia. The project was born in 1991 when Andrew created a fileserver

More information

Windows Server 2003 { Domain Controller Installation and Configuration}

Windows Server 2003 { Domain Controller Installation and Configuration} Windows Server 2003 { Domain Controller Installation and } Benedikt Riedel MCSE + Messaging www.go-unified.com www.siemens.com/open Benedikt.riedel@siemens.com Start up the prepared Windows Server 2003

More information

Services: DNS domain name system

Services: DNS domain name system Services: DNS domain name system David Morgan Buying numbers and names numbers are IP addresses you buy them from an ISP the ISP makes sure those addresses go to your place the names are domain names you

More information

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Case Study WANs Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Overview and Objectives This final case study shows you how to build and configure a complex network using the skills you

More information

DHCP prevents IP address Conflicts and helps conserve the use of client IP Address on the Network

DHCP prevents IP address Conflicts and helps conserve the use of client IP Address on the Network What is? It gives IP Addresses Automatically to the s who is requesting for an IP Address Centralized IP Address Management prevents IP address Conflicts and helps conserve the use of client IP Address

More information

Ubuntu Sever Administration. Duration:40 Hrs

Ubuntu Sever Administration. Duration:40 Hrs Ubuntu 12.04 Sever Administration Duration:40 Hrs 1. Introduction to Ubuntu Linux Ubuntu Server Ubuntu Server 12.04 Server Installation Alternatives and Options Server on the Desktop Installation Desktop

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 10 Chapter 10 - Sections & Objectives 10.1 Application Layer Protocols Explain the operation of the application

More information

Application Layer: OSI and TCP/IP Models

Application Layer: OSI and TCP/IP Models Application Layer Application Layer: OSI and TCP/IP Models The communication process between two communicating nodes is actually a communication process between two applications on these devices. Service

More information

Certification. The HTTP Service

Certification. The HTTP Service Certification The HTTP Service UNIT 5 The HTTP Service 1 Objectives Learn the major features of the Apache HTTP server Be able to configure important Apache parameters Learn per-directory configuration

More information

Protocol Classification

Protocol Classification DNS and DHCP TCP/IP Suite Suite of protocols (not just TCP and IP) Main protocols TCP and UDP at the Transport Layer, and IP at the Network Layer Other protocols ICMP, ARP, Telnet, Ftp, HTTP, SMTP, SNMP

More information

Computer Oriented Project

Computer Oriented Project Computer Oriented Project Server Implementations on Campus Wide Networks BITS Goa Case Study Aalap Tripathy Faculty Guide : Mr Mangesh Bedekar Agenda Introduction to networks IP Addressing & Packet Analysis

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols

CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols LOCAL CISCO ACADEMY ELSYS TU INSTRUCTOR: STELA STEFANOVA 1 Objectives Functions of the three upper OSI model layers, network services

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

Applied Biosystems SQL*LIMS Technical Support Technical Note

Applied Biosystems SQL*LIMS Technical Support Technical Note Applied Biosystems SQL*LIMS Technical Support Technical Note Document Number: LIMS013 Last Revised: 7/22/2003 Software Versions: SQL*LIMS v4.0.16 and v4.1 Platform: Sun Solaris and HP-UX Author: Deborah

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

How to Configure DNS Zones

How to Configure DNS Zones The Barracuda NG Firewall DNS configuration object contains two predefined zones: _template and '.' To be able to edit and specify DNS zones within the Barracuda NG Firewall DNS configuration, you must

More information

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat Rh202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) http://killexams.com/exam-detail/rh202 QUESTION: 156 Who ever creates the files/directories on /data group owner should be automatically

More information

OPS535 Lab 5. Dynamic DNS. RFC 2136 Dynamic Updates in the Domain Name System (DNS UPDATE)

OPS535 Lab 5. Dynamic DNS. RFC 2136 Dynamic Updates in the Domain Name System (DNS UPDATE) OPS535 Lab 5 Dynamic DNS Overview In this lab, you add a forward lookup zone and a reverse lookup zone to your primary DNS server and configure both zones to support dynamic updates. Dynamic DNS zone accepts

More information

Reverse DNS Overview

Reverse DNS Overview Reverse DNS Overview Principles Creating reverse zones Setting up nameservers Reverse delegation procedures IPv6 reverse delegations Current status 1 Creating reverse zones Same as creating a forward zone

More information

LANDISK Advanced User Guide V1.0 (2005/2/18)

LANDISK Advanced User Guide V1.0 (2005/2/18) 1 LANDISK Advanced User Guide V1.0 (2005/2/18) I 1.Disk Utility...3 1-1 Set Cluster Unit.... 3 1-2 Scandisk....4 2. Network Share..4 2-1 SMB Configuration..4 2-2 FTP Configuration 5 3.System....8 3-1 Password...8

More information

Sample Configuration File

Sample Configuration File ,appf.28204 Page 379 Friday, November 19, 1999 3:31 PM Appendix F F Sample Configuration File This appendix gives an example of a production smb.conf file and looks at how many of the options are used

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

NS312 User Guide. Version 1.0. SilverStone Technology Co., Ltd.

NS312 User Guide. Version 1.0. SilverStone Technology Co., Ltd. NS312 User Guide Version 1.0 SilverStone Technology Co., Ltd. http://www.silverstonetek.com support@silverstonetek.com 1 Index SilverStone NS312 Introduction... 4 First time Hardware Installation.... 4

More information

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V

LevelOne FPS-9021/FPS User Manual. Mini Printer Server w/parallel (USB2.0) Port V LevelOne FPS-9021/FPS-9022 Mini Printer Server w/parallel (USB2.0) Port User Manual V1.0.0-0601 CONTENTS 1. INTRODUCTION...1 1.1 Product Introduction... 2 1.2 Product Package... 3 1.3 Network Printing

More information

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 Worldspan RemoteLink Setup and Configuration Procedures for Worldspan Go! SM Static IP Address TABLE OF CONTENTS PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 REQUIRED

More information

HUL SOVANNAROTH PANG DA TIP SAROTH

HUL SOVANNAROTH PANG DA TIP SAROTH HUL SOVANNAROTH PANG DA TIP SAROTH Contents I. Server C configuration (Debian)... 4 II. Server A configuration (CentOS)... 15 IP configuration on server A... 15 Webmail... 18 Configure DNS... 18 Install

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information

Linux Network Administration

Linux Network Administration Linux Network Administration Objective Describe the organization of the namespace Define the top-level subdomains of the Describe the process of converting IP addresses into names Define the concept of

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Print Server. User s Manual

Print Server. User s Manual Print Server User s Manual 1 Contents 1. INTRODUCTION...1 1.1 Product Introduction... 2 1.2 Product Package... 3 1.3 Network Printing Architecture... 4 1.3.1 Print Server Network Functions... 5 1.3.2 Network

More information

RX3041. User's Manual

RX3041. User's Manual RX3041 User's Manual Table of Contents 1 Introduction... 2 1.1 Features and Benefits... 3 1.2 Package Contents... 3 1.3 Finding Your Way Around... 4 1.4 System Requirements... 6 1.5 Installation Instruction...

More information

SETTING UP NETWORKING FOR LOOKOUT 4.0

SETTING UP NETWORKING FOR LOOKOUT 4.0 NOTE TO USER SETTING UP NETWORKING FOR LOOKOUT 4.0 Contents Testing TCP/IP Capability The purpose of this document is to help you with basic configuration of your computers in order to run Lookout 4. This

More information

Avantis AXI WEB SERVER MODULE USER MANUAL

Avantis AXI WEB SERVER MODULE USER MANUAL Avantis AXI WEB SERVER MODULE USER MANUAL CONTENTS CHAPTER 1: SYSTEM LOGIN AND WEB PAGE LAYOUT 1.0 ACCESSING THE WEB PAGE 1.1 USER AUTHORITY 1.1.1 MASTER USER 1.1.2 USER/ GUEST SETTING 1.1.3 INSTALLER

More information

Integrating Ubuntu based workstations in IPBrick s domain

Integrating Ubuntu based workstations in IPBrick s domain Integrating Ubuntu based workstations in IPBrick s domain IPBRICK International November 29, 2012 1 Contents 1 Introduction 3 2 IPBrick servers Setup Datasheet 3 2.1 IPBrick.I server - Intranet Master.......................

More information

Networks Lab Pod Diagram

Networks Lab Pod Diagram (Console cable) Networks Lab Pod Diagram (x = pod number) 190.111.50.x 190.111.x.254 PodxLinux Addr: 190.111.x.3 Mask: 255.255.255.0 GW: 190.111.x.254 DNS: 190.111.x.1 PodxServer Addr: 190.111.x.1 Mask:

More information

Lab #10: Using Linux with Microsoft Windows

Lab #10: Using Linux with Microsoft Windows CTEC1863/2017F Lab #10 Samba Page 1 of 11 Lab #10: Using Linux with Microsoft Windows In this lab, we turn Linux into a Microsoft Windows network server using Samba, "the free SMB and CIFS client and server

More information

UNIVERSITY OF MUMBAI OCTOBER 2014 LINUX ADMINISTRATION

UNIVERSITY OF MUMBAI OCTOBER 2014 LINUX ADMINISTRATION Seat No: 1. a. Implement a linux server system with an ip address 192.168.0.45 and update 20 the hostname as ServerXX (XX stands for rollno) b. Implement a linux client system with an ip address 192.168.0.24

More information

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

CSE 265: System & Network Administration

CSE 265: System & Network Administration CSE 265: System & Network Administration DNS The Domain Name System History of DNS What does DNS do? The DNS namespace BIND software How DNS works DNS database Testing and debugging (tools) DNS History

More information

User Manual. SSV Remote Access Gateway. Web ConfigTool

User Manual. SSV Remote Access Gateway. Web ConfigTool SSV Remote Access Gateway Web ConfigTool User Manual SSV Software Systems GmbH Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

More information

This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8.

This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8. This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8. Demonstration The Windows 8 computer has Remote Server Administration

More information

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Contents QuickBooks Enterprise Solutions and Linux... 3 Audience of This Guide... 3 What is the Linux Database Manager

More information

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions Review Questions 1. Which part of a MAC address is unique to each manufacturer? A. The network identifier B. The OUI C. The device identifier

More information

Connecting CoovaAP 1.x with RADIUSdesk - Basic

Connecting CoovaAP 1.x with RADIUSdesk - Basic 2017/05/17 21:58 1/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Connecting CoovaAP 1.x with RADIUSdesk - Basic Introduction CoovaAP is a sub-project of Coova.org. It is custom firmware which can be

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat RH-202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Download Full Version : https://killexams.com/pass4sure/exam-detail/rh-202 QUESTION: 159 Install the dialog-* Questions asking

More information

RoadRunner 24AP(i+) Recovering Tool Instructions

RoadRunner 24AP(i+) Recovering Tool Instructions RoadRunner 24AP(i+) Recovering Tool Instructions Ver. 1.0 Follow these instructions if your modem do not boot. If you have questions or problems using this modem build in recovering tool, please contact

More information

CIS 192 Linux Lab Exercise

CIS 192 Linux Lab Exercise CIS 192 Linux Lab Exercise Lab 8: Samba Spring 2009 Lab 8: Samba The purpose of this lab is to share files among Windows and Linux hosts on a common network. The goal is to browse directories on the Linux

More information

CIA Lab Assignment: Domain Name System (1)

CIA Lab Assignment: Domain Name System (1) CIA Lab Assignment: Domain Name System (1) A. Bakker N. Sijm J. van der Ham M. Pouw Feedback deadline: September 22, 2015 10:00 CET Abstract The Domain Name System (DNS) is a hierarchical, distributed

More information

ECE 650 Systems Programming & Engineering. Spring 2018

ECE 650 Systems Programming & Engineering. Spring 2018 ECE 650 Systems Programming & Engineering Spring 2018 Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) Tyler Bletsch Duke University Slides are adapted from Brian Rogers (Duke) Dynamic

More information

CCNA Discovery Server Live CD v2.0

CCNA Discovery Server Live CD v2.0 CCNA Discovery Overview CCNA Discovery Server Live CD v2.0 Information and Installation Instructions The Discovery Server Live CD provides all of the network services necessary to support the CCNA Discovery

More information

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 240K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

DNS Session 2: DNS cache operation and DNS debugging. Joe Abley AfNOG 2006 workshop

DNS Session 2: DNS cache operation and DNS debugging. Joe Abley AfNOG 2006 workshop DNS Session 2: DNS cache operation and DNS debugging Joe Abley AfNOG 2006 workshop How caching NS works (1) If we've dealt with this query before recently, answer is already in the cache easy! Resolver

More information

PROBE INSTALLATION AND CONFIGURATION GUIDE RELEASE 5.1

PROBE INSTALLATION AND CONFIGURATION GUIDE RELEASE 5.1 PROBE INSTALLATION AND CONFIGURATION GUIDE RELEASE 5.1 DOCUMENT DATE: NOVEMBER 20, 2015 Introduction Notice The information contained in this document is believed to be accurate in all respects but is

More information

IBM Iseries linux technical solutions v5r.

IBM Iseries linux technical solutions v5r. IBM 000-856 Iseries linux technical solutions v5r. http://killexams.com/exam-detail/000-856 QUESTION: 72 When using an image catalog to install a Linux partition on iseries, where does the image catalog

More information

Practical classes Lab2. Integration of global services in enterprise environments I: The INTRANET

Practical classes Lab2. Integration of global services in enterprise environments I: The INTRANET Computer Engineering Degree Computer Engineering Year 2017/18 Practical classes Lab2 CSDA Unit II INTRANET Integration of global services in enterprise environments I: The INTRANET Deployment of a secure

More information

Chapter 2: System and Network Architecture. Chapter 4: Configuration of the Server and Client Machines. Chapter 5: Starting a Functional Test

Chapter 2: System and Network Architecture. Chapter 4: Configuration of the Server and Client Machines. Chapter 5: Starting a Functional Test Contents Chapter 1: Suggested Test Flow Chapter 2: System and Network Architecture Basic Deployment... 2-1 Minimum Server/Client Hardware Requirements... 2-2 Minimum Data Collection Client Requirement...

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Installing MySQL Subscriber Database

Installing MySQL Subscriber Database CHAPTER 2 This chapter describes how the optional MySQL subscriber database is installed for use with the Cisco SIP Proxy Server. An installation script, install_mysql_db, is used. This script only runs

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

More information

Network Controller 3500 Quick Start Guide

Network Controller 3500 Quick Start Guide Network Controller 3500 Quick Start Guide Firmware Version 1.00.82 1. Configuring the Controller 1.1. Connect to the Controller: The default LAN IP Address of the Controller is: IP: 192.168.1.1 Set you

More information

Platform Administration

Platform Administration CHAPTER 6 Cisco provides these tools to manage the Cisco MobilityManager server platform: Cisco IPT web pages that provide complete platform administration functions. Command Line Interface (CLI) that

More information

LevelOne FPS port USB/MFP Server. User`s Manual

LevelOne FPS port USB/MFP Server. User`s Manual LevelOne FPS-3003 2-port USB/MFP Server User`s Manual Table of Contents CHAPTER1 INTRODUCTION...5 1.1 About this Manual...5 1.2 Support Services...5 CHAPTER2 PRODUCT OVERVIEW...6 2.1 Package Contents...6

More information

RAP Installation README

RAP Installation README RAP Installation README (Redhat 9.x as platform) 1. Hardware System requirement CPU P3 100 + RAM 512M + Hard Disk (None SCSI) 20G+ Network Ports: 10/100/1000 1+ (HA and Clustering need 2+) CDROM System

More information

Configuring and Managing WAAS Print Services

Configuring and Managing WAAS Print Services 13 CHAPTER This chapter describes how to configure and manage the WAAS print services feature that allows Edge WAEs to function as print servers in your branch offices. Note Throughout this chapter, the

More information

Chapter 10: Application Layer

Chapter 10: Application Layer Chapter 10: Application Layer Application, Session and Presentation Presentation and Session Layers Session layer Functions, creates, and maintains dialogs between source and destination applications Handles

More information

Setting Up OpenIMS Core for Your Network

Setting Up OpenIMS Core for Your Network Setting Up OpenIMS Core for Your Network Note: This Document will help you in setting up OpenIMSCore for your network. On top of which you can add an application server and setup your IMS application.

More information

QUICK START GUIDE Cisco Internet Streamer CDS

QUICK START GUIDE Cisco Internet Streamer CDS QUICK START GUIDE Cisco Internet Streamer CDS 2.0 2.3 1 Introduction 2 Getting Started 3 Configuring Delivery Services 4 Configuring the Service Router 5 Testing the Web Engine 6 Testing the Windows Media

More information