OPS235 Configuring a Network Using Virtual Machines – Part I

Slides:



Advertisements
Similar presentations
Static Routing Exercise AFNOG 2003/ Track 2 # 1 Static Routing Exercise u Unix network interface configuration u Cisco network interface configuration.
Advertisements

Virtual LANs.
1 Dynamic DNS. 2 Module - Dynamic DNS ♦ Overview The domain names and IP addresses of hosts and the devices may change for many reasons. This module focuses.
Linux network troubleshooting If your network connection is not working..
Nassau Community College
ITE PC v4.0 Chapter 1 1 Operating Systems Computer Networks– 2.
DHCP Dynamic Host Configuration Protocol by: Kirk Z. Moreno.
Chapter 5 - TRANSPORT and NETWORK LAYERS - Part 2 - Static and Dynamic Addressing Address Resolution Dr. V.T. Raja Oregon State University.
Chapter 23: ARP, ICMP, DHCP IS333 Spring 2015.
Host Configuration: BOOTP and DHCP
Chapter 27 Q and A Victor Norman IS333 Spring 2015.
DHCP Server © N. Ganesan, Ph.D.. Reference DHCP Server Issues or leases dynamic IP addresses to clients in a network The lease can be subject to various.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
MAC Address IP Addressing DHCP Client DHCP Server Scope Exclusion Range Reservations Netsh.
Introduction to Networking Concepts. Introducing TCP/IP Addressing Network address – common portion of the IP address shared by all hosts on a subnet/network.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 10: DHCP Routing and Switching Essentials.
Dynamic Host Configuration Protocol and IP Address Assignment CIS 238 Oakton Community College.
Links and LANs Link between two computers via cross cable The most simple way to connect two hosts is to link the two hosts with a cross cable.
 An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network.
Dynamic Host Configuration Protocol Engr. Mehran Mamonai.
1 Chapter 7: NAT in Internet and Intranet Designs Designs That Include NAT Essential NAT Design Concepts Data Protection in NAT Designs NAT Design Optimization.
Cisco Discovery Home and Small Business Networking Chapter 2 – Operating Systems Jeopardy Review Darren Shaver – Kubasaki High School – Okinawa, Japan.
Module 3: Configuring a Client IP Address. Overview Configuring a Client to Use a Static IP Address Configuring a Client to Obtain an IP Address Automatically.
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
Chapter 23: ARP, ICMP, DHCP CS332, IS333 Spring 2014.
Kickstart Installation
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
1 TCP/IP Networking Yue Cui 06/13/02. 2 Presentation Outline Introduction Packets and Encapsulation IP Addresses, Routing ARP, DHCP and PPP Security Issue.
How to connect to the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
IMPLEMENTING DHCP Chapter 1
Virtualization Technology and Microsoft Virtual PC 2007 YOU ARE WELCOME By : Osama Tamimi.
How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find.
Chapter 6.  Internet and characteristics of Internet.  Various Internet protocols  Static IP addressing and Dynamic IP addressing Prepared by Saher.
 Router Configurations part2 2 nd semester
2: Operating Systems Networking for Home & Small Business.
Serial Server Configuration Peter Szyszko. Hardware Configuration  Unit has to be connected to network and powered.  Computer has to be connected to.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Chapter TCP/IP in the Windows Environment © N. Ganesan, Ph.D., All rights reserved.
IT 242 Week 6 CheckPoint Static or Dynamic To purchase this material link CheckPoint-Static-or-Dynamic.
LESSON Networking Fundamentals Understand IPv4.
BOOTP By: Muhammad Hanif.
Linux network troubleshooting
Troubleshooting ip Chapter 5e.
Network Configuration
Introduction An introduction to the software and organization of the Internet Lab.
Network Layer, and Logical Addresses
Pertemuan 15 DHCP.
Host Configuration: BOOTP and DHCP
Hiding Network Computers Gateways
Net 431 D: ADVANCED COMPUTER NETWORKS
NTC 324 RANK Education for Service-- ntc324rank.com.
Routing and Switching Essentials v6.0
An introduction to the organization of the Internet Lab
An introduction to the organization of the Internet Lab
Host Configuration: BOOTP and DHCP
Networking for Home and Small Businesses – Chapter 2
Microsoft Virtual Academy
OPS235 Install and Configure a DHCP Server
OPS235 MANAGING LVMs – PART I
OPS235: Configuring a Network Using Virtual Machines – Part 2
OPS235: Week 1 Installing Linux (Lab1: Investigations 4 - )
An introduction to the organization of the Internet Lab
Networking for Home and Small Businesses – Chapter 2
Troubleshooting ip Chapter 5e.
Module 12 Network Configuration
Presentation transcript:

OPS235 Configuring a Network Using Virtual Machines – Part I

Lab 6 - Topics Investigations 1 - 4 Networking in Virtual Machines: Purpose / Advantages Current Configuration Static vs Dynamic IP Addressing Configuring Virtual Machine Networks Initial Set-up Using system-config-network Using Command Line

Networking in Virtual Machines A virtual network is a computer network that consists, at least in part, of virtual network links. (Wikipedia: http://en.wikipedia.org/wiki/Virtual_network) It was stated in a previous lesson that there are advantages of forming virtual networks to gain skills. The basic challenge from this course is: limited hardware resources, but students can learn important networking commands and techniques on one computer by using a virtual network.

Current VM Network Configuration c6host has 1 active network interface (probably eth0) that receives IP configuration from the School's DHCP server. c6host has 1 active network interface (virbr0) that acts as a “virtual bridge” and has a static default configuration of 192.168.122.1/255.255.255.0 VMs have active interfaces (eth0) that receives a dynamic configuration from your c6host .

Static vs Dynamic Addressing Although Dynamic addressing can be convenient for automatically assigning IP address to client upon bootup (portable computer such as netbooks), there are still advantages of using Static IP addresses: Supports name resolution. Better network security. Good reliable “second-choice” if network does not support DHCP.

Networking in Virtual Machines We may need to manually configure Virtual networks in order to customize their set-up for ease of use and consistency. How to Create a new Virtual Network? How to Configure a Static Network: Graphical Method: system-config-network Command Line: ifconfig, route, /etc/resolv.conf