Unix Linux Administration I

Slides:



Advertisements
Similar presentations
1 Network Address Translation (NAT) Relates to Lab 7. Module about private networks and NAT.
Advertisements

CIS 193A – Lesson9 Network Infrastructure. CIS 193A – Lesson9 Focus Question What are three high level subnets a corporate intranet will want to support?
Ipchains and Iptables Linux operating system natively supports packet-filtering rules: Kernel versions 2.2 and earlier support the ipchains command. Kernel.
Securing Network using Linux. Lesson Outline Setting up a secure system TCP Wrapper configuration Firewalls in Linux Authentication Systems –NIS –Kerberos.
System Startup and Shutdown
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)
CCENT Review. Put the following descriptions in order from Layer 7 to Layer 1 and give the name of each layer.
System Administration: Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
SUSE Linux Enterprise Server Administration (Course 3037) Chapter 7 Connect the SUSE Linux Enterprise Server to the Network.
Networking CSCI N321 – System and Network Administration Copyright © 2000, 2012 by Scott Orr and the Trustees of Indiana University.
TCP/IP Networking sections 13.2,3,4,5 Road map: TCP, provide connection-oriented service IP, route data packets from one machine to another (RFC 791) ICMP,
1 UNIX Networking. 2 Section Overview TCP/IP Basics TCP/IP Configuration TCP/IP Network Testing Dynamic Host Config Protocol (DHCP) Wireless Networking.
DHCP: Dynamic Host Configuration Protocol
Booting and boot levels
NetFilter – IPtables Firewall –Series of rules to govern what Kind of access to allow on your system –Packet filtering –Drop or Accept packets NAT –Network.
DHCP Dynamic Host Configuration Protocol Information management 2 Groep T Leuven – Information department 2/18 Agenda Introduction BOOTP.
DNS & DHCP on CentOS 5.7 4/12/54 อ. ดรัสวิน วงศ์ปรเมษฐ์
1 Linux Basics for Networking. 2 Module - Linux Basics for Networking ♦ Overview This module focuses on the basics of networking using Redhat Enterprise.
Cosc 4750 Networking. The basics Machine A and Machine B have a connection to a network When Machine A wants to “talk” to machine B, it creates a packet.
Linux: A Wireless Solution Josh Joiner. Agenda Introduction Minimum Hardware Basic Components Steps on setting up a wireless network Security Concerns.
The Linux Operating System Lecture 4: TCP/IP, Networking and Networked Services Tonga Institute of Higher Education.
Networking Colin Alworth May 26, Quick Review IP address: four octets Broadcast addresses –IP addresses use all 1’s for the host bits, and whatever.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
1 TCP/IP Networking. 2 TCP/IP TCP/IP is the networking protocol suite most commonly used with UNIX, Windows, NT and most other OS’s. TCP/IP defines a.
IPv4 Exercices Q1. How many hosts are described with the following prefixes? Q2. Find the Network and the Broadcast addresses for the following.
IPtables Objectives Contents Practicals Summary
Le firewall Technofutur. Table des matières Schémas du réseau Routage sans VPN Routage avec VPN Le NAT Le firewall.
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
Linux Networking #1 Dr. Michael L. Collard 1.
How to connect to the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
Restricting Access in the network
1 Network Address Translation (NAT) and Dynamic Host Configuration Protocol (DHCP) Relates to Lab 7. Module about private networks and NAT.
Linux Operations and Administration Chapter Eight Network Communications.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Linux Operations and Administration
Introduction to Linux Firewall
Chapter 38 Initialization & Configuration. Bootstrapping occurs during boot up to obtain boot program which may then load operating system may use network.
Sys Admin Course Service Management Fourie Joubert.
LINUX® Netfilter The Linux Firewall Engine. Overview LINUX® Netfilter is a firewall engine built into the Linux kernel Sometimes called “iptables” for.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
Using Networks. Assignment Issues find syntax Permissions HW4 3c /proc vs /tmp vs /var.
Linux Firewall Iptables.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
Routing with Linux 'cause you really love the command line
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Firewalls and DMZ Dr. X. Firewalls Filtering traffic based on policy Policy determines what is acceptable traffic Access control over traffic Accept or.

Dynamic Host Configuration Protocol
Created by : Asst. Prof. Ashish Shah, J. M
Instructor Materials Chapter 8: DHCP
Chapter 12: Configuring Networks
Linux network troubleshooting
Routing Game.
Chap-I Network and System Configuration in Linux
Network Configuration
Internetworking JEOPARDY Discovery Module 5 K. Martin.
CompTIA Network+ N Authorized Cert Guide
System Programming and administration CS 308
LINUX ADMINISTRATION
LINUX ADMINISTRATION 1
Chap 10 IP Addressing Andres, Wen-Yuan Liao
DHCP server & Client Objectives Contents
Chapter 4: Routing Concepts
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Introduction to Networking
Routing and Switching Essentials v6.0
Setting Up Firewall using Netfilter and Iptables
OPS235: Configuring a Network Using Virtual Machines – Part 2
Module 12 Network Configuration
Presentation transcript:

Unix Linux Administration I Week 5

Network Configuration Basic networking Routing and Subnetting Netmsks vs CIDR Ethernet card numbering (ethX and ethX:Y) Current Server Configurations (public, private) Interfaces file (and redhat equiv.) Address, netmask, network, broadcast, gateway Centos - /etc/sysconfig/networking-scripts Debina - /etc/network/interfaces Subnetting Ip -> binary, netmask – binary, logical AND to get range Hosts file - /etc/hosts Override/statically set host -> ip entries Troubleshooting? Hostname configuration/meaning (fqdn, long, short) Nsswitch.conf - configurable sources for information getent

IPTables Network Ports Input, Forward, Output, default actions 1-65535 (udp, tcp) Input, Forward, Output, default actions -p flag (protocol) -s flag (source) -i flag (interface) -d flag (destination DROP, ACCEPT, QUEUE, RETURN NAT/IPMASQ Prerouting, Postrouting, Output Port forwarding

Startup scripts RunLevels /etc/init.d/* /etc/rc*.d/ 0 – shudown 1 – single user mode 2 – multi user mode (no GUI) – default Debian 3 – multiuser mode (no GUI) – default for Redhat 4 – multiuser mode (no GUI) - typically unused 5 – multiuser mode (with GUI) – default for debian/redhat with GUI installed 6 - Reboot /etc/init.d/* Start and stop scripts /etc/rc*.d/ Runlevels Update-rc.d vs chkconfig /etc/default # Default parameters for programs /etc/alternatives # Default commands (more debian than redhat) /etc/rc.d/* # Stores the RunLevel folders