Tom Kelliher, CS 325
Feb. 21, 2011
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.
Applications
Accessories
Terminal
.
wireshark &
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 port 22This will filter the SSH packets used by NX during your remote session.
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/s2011/cs325/images.html
.
http://phoenix.goucher.edu/~kelliher/s2011/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 7. (But why would you
want to use 7 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.