Linux Networking Tools

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

Static Routing Exercise. What will the exercise involve?  Unix network interface configuration  Cisco network interface configuration  Static routes.
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.
CCNA2 Module 4. Discovering and Connecting to Neighbors Enable and disable CDP Use the show cdp neighbors command Determine which neighboring devices.
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)
Nassau Community College
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
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.
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)
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:
Linux Networking Commands
IST 228\Ch3\IP Addressing1 TCP/IP and DoD Model (TCP/IP Model)
CS 350 Chapter-6. A brief history of TCP/IP 1983 TCP/IP came to ARPAnet ARPAnet and MILNET dissolved in 1990 BSD UNIX.
Networking CSCI N321 – System and Network Administration Copyright © 2000, 2012 by Scott Orr and the Trustees of Indiana University.
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.
1 UNIX Networking. 2 Section Overview TCP/IP Basics TCP/IP Configuration TCP/IP Network Testing Dynamic Host Config Protocol (DHCP) Wireless Networking.
Linux Filesystem Management
Module 7: Configuring TCP/IP Addressing and Name Resolution.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 Module Summary  Cisco routers operate at Layer 3, and their function is path determination.
Guide to MCSE , Second Edition, Enhanced1 Windows XP Network Overview Most versatile Windows operating system Supports local area network (LAN) connections.
Networking for server IT specialists Zdeněk Filipec Network Engineer.
OV Copyright © 2013 Logical Operations, Inc. All rights reserved. TCP/IP Services  Assign IP Addresses  Domain Naming Services  TCP/IP Commands.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
ITS CSS Desktop Support Introduction to networking concepts Last updated: 9/30/2008 by pxahelp.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
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.
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.
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
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.
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.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Basic Switch Configurations.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 4 Learning About Other Devices.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Network Overview. Protocol Protocol (network protocols) - a special set of rules that define communication between two or more devices on a network.
Discovery Internetworking Module 9 JEOPARDY K. Martin.
Victoria Manfredi September 13, 2016.
Instructor Materials Chapter 8 Configuring Cisco Devices
Managing a Cisco Devices Internetwork
Enumeration The First Step.
Click to edit Master subtitle style
Chapter 7: Using Network Clients
Connecting Desktops and Laptops to Networks
Troubleshooting ip Chapter 5e.
Instructor Materials Chapter 2: Configure a Network Operating System
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Instructor Materials Chapter 9: Testing and Troubleshooting
Linux Ubuntu Network Commands 3 A.S.
FTP Lecture supp.
IPV6.
Chapter 11: It’s a Network
XWN740 X-Windows Configuring and Using Remote Access
Troubleshooting IP Communications
Introduction to Networking
IP Network Layer and Ethernet Encapsulation
Chapter 9 Objectives Understand TCP/IP Protocol.
Telnet/SSH Connecting to Hosts Internet Technology.
Introduction to TCP/IP
בדיקת התקשרות עם מחשב ברשת
Troubleshooting ip Chapter 5e.
Prepared by: Adeel Ahmad
Introduction to Cisco IOS -(Internetwork Operating System)
Module 12 Network Configuration
Linux Filesystem Management
EVAPI - Enumeration Auburn Hacking club
Presentation transcript:

Linux Networking Tools Networking Basics

Linux Networking Tools MAC Address TCP/IP, Netmask DNS DHCP Gateway, Default route Networking protocols

Linux Networking Tools mtr ping / fping traceroute / tracepath wireshark tcpdump Dig / drill / nslookup / host Ifconfig / iwconfig Arp-scan Nmap wpa_supplicant netcat Iftop Netstat Tmux Ssh Telnet Route Resolve.conf /etc/hosts Whatmask / sipcalc Tftp / ftp / sftp Vnc Samba Unbound / bind / nsd Dhclient / dhcpd Dhcp (server) openvpn

Linux Networking Tools Ping Sends ICMP packet Does not recognize ports Useful for verifying basic network connectivity and latency Fping Similar to ping, allows multiple simultaneous pings

Linux Networking Tools Traceroute Identifies networking path Tracepath Newest version of traceroute included with many linux distros Allows use without root privaledge Dig / drill / nslookup / host DNS lookup Try each tool to see which one you like best. Drill is an updated version of dig

Linux Networking Tools Ifconfig Gives IP address and MAC address information Can enable / disable ports BSD version allows near full control of the interface and control of wireless devices Iwconfig Similar to ifconfig for wireless devices Allows scanning of nearby access points Wpa_supplicant Assists in setting up encrypted wireless connections

Linux Networking Tools Arp-scan Scans IPv4 network for active devices Nmap Scans IP for open ports Iftop Bandwidth monitor Netstat Shows active network connections

Linux Networking Tools Tmux Allows for multiple windows for multitasking in CLI Allows for re-connection to a disconnected session Multi-pane features Ssh Secure remote cli sessions Config file allows for easier use Public keys eliminates the need for passwords while remaining secure Scp secure copy

Linux Networking Tools Telnet Similar to ssh Not secure, all in clear text Netcat / ncat Network data transfer Route Displays and edits routing table Resolve.conf DNS servers

Linux Networking Tools Hosts file Can be used as a short-hand for connecting to known servers Can block unwanted sites Whatmask / sipcalc Handy tool for identifying subnets and available addresses Tftp / ftp / sftp File transfer Nfs / showmount Network file sharing, showmount displays available mounts for a server

Linux Networking Tools Samba Windows compatible file sharing Vnc Remote desktop / screen sharing Unbound / bind / nsd DNS servers and resolvers Dhcp server Serves IP addresses to a given network

Linux Networking Tools Openvpn Remote network access Supports encryption Can help with privacy and anonymity