Tom Kelliher, CS 325
Feb. 15, 2008
Reminder: When printing packet data, choose the ``Selected packet only'' radio button. The default is to print ``All packets,'' which is usually overkill and wastes paper.
cs325
.
If you use CentOS in HS 123, remember to boot back to Windows XP after you've finished.
Applications
Accessories
Terminal
.
wiresharkSudo &
Capture
Interfaces
. Click the
Options
button to the right of the eth0
device.
not ip host bluebird.goucher.eduReplace that Capture Filter with:
not tcp portrange 6000-6016
Start
button to start the capture.
Click the Stop
button on the main Wireshark window to stop the
capture.
Turn in your responses to the questions asked in the lab.
http://phoenix.goucher.edu/
.
http://phoenix.goucher.edu/~kelliher/s2008/cs325/images.html
.
http://phoenix.goucher.edu/~kelliher/s2008/cs325/files
.
If you look carefully, you notice that Wireshark does the base64 decoding for you.
Turn in your responses to the questions asked in the lab.
nslookup
is available from the Linux command line shell. It's also
available from the command line shell in Windows XP. (But why would you
want to use XP when you can use Linux?)
/sbin/ifconfig eth0from the shell.
You can determine the IP addresses of the DNS servers in use on a Linux system by typing
cat /etc/resolv.conffrom the shell.