network administrate and management tools
tools:
<1> ethtool
<2> route
# route -n
# route del 192.168.2.0/24 dev eth0
# route add default gw 192.168.0.1
<3> iptables(8)
# iptables -t nat -vnL
# iptables -vnL
# iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to-source 192.168.0.111
<4> ip
<5> ifconfig
# ifconfig
# ifconfig eth0
# ifconfig eth0 192.168.2.1
<6> tcpdump, ethereal, iptraf 抓包工具
<7> arp
<8> rarp
<9> netstat
<10> iptables-save(8)
<11> iptables-restore(8)
<12> ip6tables-save(8)
<13> ip6tables-restore(8)
<14> libipg(3)
<15> traceroute(1)
<16> brctl 操作网桥
<17> wmnet 查看流量
<18> whois, wol,
<19> curl, wget
<20> nslookup
<21> dig - DNS lookup utility
concerning webpage:
<1>
<2>
<3>
<4>
<5> ‐dis.gsfc.nasa.gov/linux/misc/irq-conflict.html
<6>
<7>
others:
wvWare, convert msword documents
dnsmasq
阅读(661) | 评论(0) | 转发(0) |