Using Networks. Assignment Issues find syntax Permissions HW4 3c /proc vs /tmp vs /var.

Slides:



Advertisements
Similar presentations
Introduction to Linux Linux startup process Unix Shells and scripts.
Advertisements

DHCP -Ameeta and Haripriya -cmsc 691x. DHCP ► Dynamic Host Configuration Protocol ► It controls vital networking parameters of hosts with the help of.
Booting and Shuting Down WeeSan Lee. Roadmap Bootstrapping Boot Loaders Startup/Init Scripts Reboot & Shutdown Q&A.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
Booting and Shutting Down the UNIX Operating System Arcadio A. Sincero Jr. 6/6/2001 CMSC 691X, Section 6080.
Introduction to Linux Init Scripts In this session we will cover the Linux initialization process, run levels, how to change the run level and how to initialize.
SYSTEM ADMINISTRATION Chapter 19
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
1 Linux Networking and Security Chapter 2. 2 Configuring Basic Networking Describe how networking devices differ from other Linux devices Configure Linux.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Starting and Stopping Linux. Boot Process BIOS initializes hardware –Loads the boot sector MBR loads the bootloader –Point to kernel Kernel initializes.
Processes & Daemons Chapter IV / Part III. Commands Internal commands: alias, cd, echo, pwd, time External commands, code is in a file: grep, ls, more.
System Startup and Shutdown
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Linux System Administration LINUX SYSTEM ADMINISTRATION.
System Administration: Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
Chapter 12: Configuring Networks The Complete Guide to Linux System Administration.
Linux Filesystem Management
Booting and boot levels
Help session: Unix basics Keith 9/9/2011. Login in Unix lab  User name: ug0xx Password: ece321 (initial)  The password will not be displayed on the.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
System Startup & Shutdown Objectives –to interpret the Unix startup and shutdown configuration files –to be able to create a customised run level Contents.
E X C E E D I N G E X P E C T A T I O N S RUNLEVELS Linux System Administration Dr. Hoganson Kennesaw State University A runlevel is a mode of operation.
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.
2/19/2003 Lecture 3 Computer System Administration Lecture 3 Setup (continued)
UNIX Startup and Shutdown CSCI N321 – System and Network Administration Copyright © 2000, 2010 by Scott Orr and the Trustees of Indiana University.
ITI-481: Unix Administration Meeting 3. Today’s Agenda Hands-on exercises with booting and software installation. Account Management Basic Network Configuration.
Linux+ Guide to Linux Certification Chapter Fifteen Linux Networking.
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.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
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.
NETWORKING IN LINUX. WHAT IS LINUX..? Freely implemention of UNIX-like Kernel. Free & Open source Software. Developed by Linus Torvalds in 1991.
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
Internet Business Foundations © 2004 ProsoftTraining All rights reserved.
System Startup & Shutdown
UNIX (Linux) Introduction Module-1. OS Kernel In computing, the kernel is the central component of OS. It is a bridge between applications and the actual.
ITI Chris Uriarte ITI-481: Unix Administration Meeting 2 Rutgers University Center for Applied Computer Technologies Chris Uriarte, Instructor.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 9: Basic Linux Administration Chapter 11: System Administration: Core Concepts Chapter 16:
Linux Security. Module 13 – Linux Security ♦ Overview Linux is more prone today to security loopholes and attacks, both inside and outside the network.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
Linux Networking #1 Dr. Michael L. Collard 1.
Accessing Evitech network via FTP by Susan Jansson.
UNIX History - joint venture between MIT and Bell Labs (originally called Multics) – Ken Thompson (AT&T) created an operating system to run Space.
Linux booting How does it work?. First the bootloader The first step is for the bootloader to run BIOS indicates what devices to examine Bootstrap program.
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.
UNIX Startup and Shutdown CSCI N321 – System and Network Administration Copyright © 2000, 2009 by Scott Orr and the Trustees of Indiana University.
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.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
The Linux Kernel About 6 million lines of code
LINUX SYSTEM ADMINISTRATION
Click to edit Master subtitle style
Chap-I Network and System Configuration in Linux
Chapter 7: Using Network Clients
UNIX Introduction History Main Features UNIX Operating System
System Programming and administration CS 308
Linux Start Sequence Summary
Unix Linux Administration I
FTP - File Transfer Protocol
The Linux Command Line Chapter 16
OPS235: Configuring a Network Using Virtual Machines – Part 2
OPS235: Week 1 Installing Linux (Lab1: Investigations 4 - )
LINUX SYSTEM ADMINISTRATION
Module 12 Network Configuration
Linux Filesystem Management
Objectives Topic 2.6 Understanding the boot process
Presentation transcript:

Using Networks

Assignment Issues find syntax Permissions HW4 3c /proc vs /tmp vs /var

Network Utilities ifconfig – shows active network configuration –eth0 is usually primary interface –lo0 is loopback ssh – Secure SHell, allows access to servers ping – is a server alive? traceroute – how do I get there?

Network Utilities ftp – File Transfer Protocol, transfer files –Password is passed in plain text (meaning anybody can read it) –sftp is a passable replacement wget – command line web browser (sort of)

Regular Expression for IP Question 3 says to search for IP addresses in /etc A regexp of: –[0-255].[0-255].[0-255].[0-255] will not work! –One that does: "(([0-9]|[1-9][0-9]|1[0- 9]{2}|2[0-4][0-9]|25[0- 5])\.){3}"

Network Configuration

More utilities arp – Address Resolution Protocol ifconfig (again) –ifconfig down/up route – shows routing information – netstat –r is equivalent

Genmask/Netmask Used to get the network and computer from an IP address –Network: == –Computer: ==

Initialization/Booting

Boot Process From linuxboot/index.html

Run Levels /etc/inittab tells Linux how/what to start # Default runlevel. The runlevels used by RHS are: # 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 - X11 # 6 - reboot (Do NOT set initdefault to this)‏ # id:3:initdefault:

rc.sysinit /etc/rc.d/rc.sysinit – just a script –985 lines on Red Hat 5

/etc/rc.d/rc Does the work of the run level Be sure to read the man page on runlevel (hint! hint!) – man 8 runlevel

Services/Daemons Depend on run level from inittab –/etc/rc#.d – SysV –/etc/rc.d/rc#.d – Linux (/etc/rc#.d are sym links)‏

/etc/rc.d/rc#.d Runlevel directories Tell what to start or stop on this level S = start K = kill Linux – S/K go from low to high SysV (Commerical Unix) – S goes from low to high – K goes from high to low