2013年7月30日

linux 下用文字介面抓取封包

tcpdump -i eth1 'port 80 and host 208.80.154.225' -w test4.txt

聽208.80.154.225 的port 80 寫到test4.xtx

2013年7月9日

Vi 取代 多行加mark


取代:
文件中的所有 abc 置換成 xyz
:%s/abc/xyz/g

多行前面加mark:
ctrl + v 選擇多行
I
#
esc

mrtg 超過100Mbps的網路流量會不準

因snmp v1 支援的數值較少,超過100Mbps,如1Gbps,10Gbps的流量就會監測不準,
需改用 snmp V2,指令如下...

cfgmaker --snmp-options=:::::2 public@10.110.1.249 >> mrtg.cfg