需要預先安裝的工具:
1. flex
yum -y install flex
2. bison
yum -y install bison
下載安裝包并安裝:
wget http://www.tcpdump.org/release/libpcap-1.5.3.tar.gz
wget http://www.tcpdump.org/release/tcpdump-4.5.1.tar.gz
tar -zxvf libpcap-1.5.3.tar.gz
cd libpcap-1.5.3
./configure
make install
cd ..
tar -zxvf tcpdump-4.5.1.tar.gz
cd tcpdump-4.5.1
./configure
make install
測驗抓包:
tcpdump -i ens33 | grep VRRP
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/232814.html
標籤:Linux
下一篇:Dell R740 使用U盤安裝 CentOS7.4 出現Warning:dracut-initqueue timeout - starting timeout scripts解決辦法
