Changes

Jump to navigation Jump to search
209 bytes added ,  14:13, 24 June 2018
Created page with " tcpdump -i eth1 -s 1500 port not 22 You can skip additional ports too: tcpdump -i eth1 -s 1500 port not 22 and port not 53 You can also use ip or hostname: tcpdump -i..."
tcpdump -i eth1 -s 1500 port not 22

You can skip additional ports too:

tcpdump -i eth1 -s 1500 port not 22 and port not 53

You can also use ip or hostname:

tcpdump -i eth1 port not 22 and host 1.2.3.4

Navigation menu