Changes

Jump to: navigation, search

NAD710 Lab 3 Answers

1 byte added, 21:00, 22 September 2008
no edit summary
'''1- Write a tcpdump command to display all the packets your system sent to matrix. Do not do any name resolution for any fields in the packet but do display the physical addresses contained in the packets.'''
[root@localhost ~]# tcpdump -i eth0 -s 0 dst host 142.204.140.90 -nn -e -r /tmp/lab3-pktsdst host 142.204.140.90
Output:
'''2- Write a tcpdump command to display all the packets sent to your system from matrix. Do not do any name resolution for any fields in the packet but do display the physical addresses contained in the packets.'''
[root@localhost ~]# tcpdump -i eth1 nn -e -r /tmp/lab3-pkts src host 142.204.140.90
Output:
1
edit

Navigation menu