Home Menu

TCP/IP Administration


Contents


Network Administration Overview

Obvious Things

IP Addresses

Getting an IP address

Network Submasks

Domain Name System Names


Configuring Hardware


Configuring Software


Managing Network Services

Typical Problems

Troubleshooting and just checking

netstat

traceroute

traceroute will print that route that packets follow to get to their destination. It is very useful for finding routing problems.

Examples

ripquery

tcpdump

ethereal

DNS Utilities

nslookup - moving to obsolescence dig host


Other Issues


Configuration Utilities

redhat-config-network

linuxconf

Now disappearing from Red Hat distributions


Routing in 50 Minutes


Assignment

Due:
  1. Given that the netmask is 255.255.248.0, what is the range of addresses that your machine will see as local?
  2. Use ifconfig to take your network connection down, and then use it to bring the connection up. Try some commands while it is
  3. Delete the default gateway for your host and try to send a message to something off the local network. What happens? Then reinstall the gateway.
  4. Think of a way that netstat could be used to measure network performance. Part of this might be figuring out how to extract the useful information, which we will discuss under shell programming.
  5. Similarly, think of a way that netstat could be used to detect an intruder that is using a network socket to connect to your machine.
  6. Check your DNS name resolver configuration and make sure that it is what you want.
  7. Using dig and/or nslookup, try doing some lookups of sites on the Internet. For example, try:


Home Menu