I'm trying to use tcpdump on the inst machines for problem #6, but I can't seem to get access to the ethernet devices.  I thought it was supposed to have the setuid bit set but it is not.  Here's what I get when I try to run tcpdump:
<br><br>c199 [32] ~ &gt; tcpdump -i qfe0<br>tcpdump: /dev/qfe: Permission denied<br><br>c199 [33] ~ &gt; tcpdump <br>tcpdump: no suitable device found<br><br>c199 [34] ~ &gt; tcpdump -w tracefile host <a href="http://mx2.eecs.berkeley.edu">
mx2.eecs.berkeley.edu</a> and port 25<br>tcpdump: no suitable device found<br><br>c199 [39] /share/b/ee122/sun4u/pkg/tcpdump-3.9.7/sbin &gt; ls -al<br>total 1400<br>drwxr-xr-x&nbsp;&nbsp; 2 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4096 Sep 10 11:15 ./
<br>drwxr-xr-x&nbsp;&nbsp; 4 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4096 Sep 10 11:14 ../<br>-rwxr-xr-x&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 703960 Sep 10 11:15 tcpdump*<br><br>Please let me know what I&#39;m doing wrong.&nbsp; Also, I tried to run wireshark and was getting similar errors about access to the device.
<br><br>thx<br>Josh<br>