Tcpdump for the next analyzing in WireSark
tcpdump.sh
#!/bin/sh
host=’192.168.210.200′
file=’dump200.cap’
tcpdump -i vlan210 -s 0 -w $file src host $host or dst host $host
Linux backup Windows Update error code 80072efd
Some tips for me and other
tcpdump.sh
#!/bin/sh
host=’192.168.210.200′
file=’dump200.cap’
tcpdump -i vlan210 -s 0 -w $file src host $host or dst host $host
Linux backup Windows Update error code 80072efd