9
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

Embed Size (px)

Citation preview

Page 1: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

Network Tools• TCP/IP interface configuration query - MAC (HW) address

and IP address– Linux - /sbin/ifconfig– MS Windows – ipconfig/all

1

Page 2: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

• MAC – IP address resolution - finding the MAC address of a „Net-neighbours“

• arp utility - display the content of ARP cache (ARP table)

2

Network Tools

Page 3: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

• IP host reachability test – ping [hostname]. • Measuring the round-trip time for messages sent

from the originating host to a destination computer.

3

Network Tools

Page 4: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

NetworkTools• Routing table display– Linux - route – MS Windows – route print– Linux, MS Windows - netstat -r

4

Page 5: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

• Diagnostic tool for displaying the route (path) and measuring transit delays of packets across an IP network.– Linux – traceroute [hostname]– MS Windows – tracert [hostname]

5

Network Tools

Page 6: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

• Query Internet name servers interactively or non-interactively (DNS lookup utility)– nslookup (Linux, MS Windows)

Network Tools

Page 7: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

DNS query sites •http://who.is/dns/•http://dnsquery.org/ •https://www.easywhois.com/

7

Domain Name System (DNS)

Network Tools

Page 8: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

NetworkTools• Secure transfer file from/to a remote host– Linux – scp [[user@]host1:]file1

[[user@]host2:]file2 – MS Windows – winscp program

• Logging to the remote host– Linux – ssh [user@]hostname [command] – MS Windows – putty program

8

Page 9: Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1

9