Troubleshooting ip Chapter 5e.

Slides:



Advertisements
Similar presentations
Static Routing Exercise. What will the exercise involve?  Unix network interface configuration  Cisco network interface configuration  Static routes.
Advertisements

Module 4: Configuring Network Connectivity
Precept 3 Host Configuration 1 Peng Sun. What TCP conn. running? Commands netstat [-n] [-p] [-c] (Linux) lsof -i -P (Mac) ss (newer version of netstat)
SYSTEM ADMINISTRATION Chapter 19
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
Module 4: Configuring Network Connectivity
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Linux Networking TCP/IP stack kernel controls the TCP/IP protocol Ethernet adapter is hooked to the kernel in with the ipconfig command ifconfig sets the.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
CT1304 LAN L AB Rehab AlFallaj. TCP\IP U TILITIES Objectives: To understand the following TCP\IP utilities: Hostname Ipconfig Ping Arp Tracert Netstat.
Basic Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
Chapter Twelve Using TCP/IP on the Network. Objectives Here, we’ll examine how to configure TCP/IP. The concepts of subnetting will be examined in detail.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
IP Address Allocation, Resolution. Address Allocation.
KIS – Cvičenie #5 IP konfigurácia v prostredí OS Windows Marián Beszédeš, B506
MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 8: Introduction to Windows Networking.
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. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
NetTech Solutions Common Connectivity Problems Lesson Eight.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
CPMT 1449 Computer Networking Technology – Lesson 3
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Click to edit Master subtitle style Chapter 8: IP Subnetting, Troubleshooting and Introduction to NAT Instructor:
ITMT Windows 7 Configuration Chapter 5 – Connecting to a Network ITMT 1371 – Windows 7 Configuration 1.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Chapter 5c.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
Discovery Internetworking Module 9 JEOPARDY K. Martin.
Ip addressing: dhcp & dns
Scaling the Network: Subnetting and Protocols
Scaling the Network Chapters 3-4 Part 2
Click to edit Master subtitle style
Troubleshooting a Network
Connecting Desktops and Laptops to Networks
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Lab #1 ,Ipconfig & ping commands
COMP2322 Lab 5 IP Steven Lee March 22, 2017.
Networking for Home and Small Businesses – Chapter 5
Network Tools and Utilities
CompTIA Server+ Certification (Exam SK0-004)
Instructor Materials Chapter 9: Testing and Troubleshooting
Planning and Troubleshooting Routing and Switching
Planning and Configuring IPv4
Chapter 6 – Routing.
Ip addressing Chapter 5a 6-7 days including test.
Introduction to Networking
Troubleshooting IP Communications
Troubleshooting Speaker Saengsan Tinarak Channel
Introduction to Networking
NETWORK TROUBLESHOOTING COMMANDS
Troubleshooting IP Addressing
Chapter 9 Objectives Understand TCP/IP Protocol.
Networking for Home and Small Businesses – Chapter 5
By - Ricardo Sanchez, Ken Wolters and William Hibbard
Routing Protocols and Concepts – Chapter 2
OPS235: Configuring a Network Using Virtual Machines – Part 2
Networking Lab.
Ip addressing: dhcp & dns
Troubleshooting ip Chapter 5e.
Module 12 Network Configuration
Networking Lab.
Presentation transcript:

Troubleshooting ip Chapter 5e

objectives Upon completion of this chapter, you should be able to: Find IP configuration settings on Windows & Linux Troubleshoot IP configuration problems Use the ipconfig command prompt command Tell if a host is using APIPA Identify the difference between netstat and nbtstat Use the tracert command to find problesm in routing

Troubleshooting ip configuration issues 5.8.1 Troubleshooting ip configuration issues

What’s wrong here? 192.168.2.4 is on a different network than the rest.

What’s wrong here? Nothing. This is a Class A. The 3 host octets can be anything with a default SM.

What’s wrong here? WE ARE USING SUBNET-ZERO (THE FIRST TOTAL RANGE) Magic # in 3rd octet is: 4 Ranges: 172.17.0.0 172.17.3.255 2) 172.17.4.0 Therefore, 172.17.4.127/22 is in a different range than the rest.

What’s wrong here? Host A is connected to the LAN, but it can’t get access to the Internet. What’s the problem? /27 (.224)= 11100000; magic # is 32. Ranges: 32-63, 64-95, etc. The host & the DG are in different subnets.

What’s wrong here? You can’t ping www.google.com but you can ping an IP address. DNS couldn’t translate the name to the IP address. What should you check?

What’s wrong here? APIPA. The 3 169.254 hosts can communicate with each other but not the file server nor the Internet/any other network.

Rouge dhcp server Common situations: Install a server OS on virtual machine for testing & you accidently activate DHCP Mobile hotspot enabled on phone & DHCP server is enabled on it Some hosts may get an IP from the rouge DHCP server & not be able to communicate

5.8.2 Using ipconfig

Viewing ip info

Viewing ip info with ipconfig IP address, SM DG Ipconfig /all Lots more

Statically assign ip

Let it go… and get a new one Ipconfig /release Let’s go of a DHCP assigned address Ipconfig /renew Gets a new IP address from DHCP

Review- q

Using ifconfig on linux 5.8.3 Using ifconfig on linux

ifconfig Works pretty much like ipconfig but on Linux As a standard user, you can view IP info As a super user, you can modify the IP info Review TestOut 5.8.3

activity TestOut Lab 5.8.5- Explore IP Configuration TestOut Lab 5.8.6- Troubleshoot IP Configuration Problems 1 TestOut Lab 5.8.7- Troubleshoot IP Configuration Problems 2 TestOut Lab 5.8.8- Troubleshoot IP Configuration Problems 3 TestOut Lab 5.8.9- Troubleshoot IP Configuration Problems 4 TestOut 5.8.10- Practice Questions (5)

Troubleshooting ip communications 5.9 Troubleshooting ip communications

Use ping to test Tests connectivity Echo request/echo reply Can’t get to a website? Try and ping it. Success= site is up/DNS problem Fail= other problem/site down Echo request/echo reply Try ping destination first, then close to far

Use tracert to test Shows the path the packet takes Can identify exactly where problem is Windows- tracert www.cisco.com Linux- traceroute www.cisco.com Measures hops (going through a router) Any * timed out * may mean the router ignores the ICMP traceroute traffic Example Next Slide

Tracert example

Arp test Views ARP table (IP-MAC) Arp –a Arp –d (in administrator mode) allows you to manually remove an entry Arp –s allows you to manually input an entry

netstat Displays detailed info about how your computer is communicating with other computers or network devices Info/statistics about the network interfaces, active connections, ports, etc. Netstat, netstat –a Netstat: displays only a list of ACTIVE connections Netstat –a: list of ALL connections AND ports listening (Good for seeing open ports, possibly some rogue stuff coming in) If you maintain a web server, for example, and it seems to be slow to respond, you could run a netstat to see the established connections, ports being used, traffic stats, etc.

activity 5.9.1- Network Communication Troubleshooting 5.9.2- Using Ping & Tracert 5.9.4/5.9.5- Using arp, netstat 5.9.6- LAB 5.9.7- Practice Questions

Troubleshooting name resolution 5.10 Troubleshooting name resolution

activity 5.10.1- Name Resolution Troubleshooting 5.10.2- Fact Sheet (Review) 5.10.3- Using nslookup 5.10.4- LAB 5.10.5- Practice Questions

Troubleshooting ip Chapter 5e