Skip to main content
Salam,

Look at the pix below:






See the packet burst,whenever you try to access some IP/node,it will
gonna show the packet size/burst. Seems eye-candy and useful too :-]

as a complementary for tcpdump i guess....

you can see the Gateway IP in the pix : 10.101.93.2

najmi@almuqaddis ~ $ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0
0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 10.101.93.2 0.0.0.0 UG 0 0
0 eth0


and the Domain Name Server (DNS), 10.1.2.11 and 10.12.1.2

najmi@almuqaddis ~ $ cat /etc/resolv.conf
search iiu.edu.my
nameserver 10.1.2.11
nameserver 10.12.1.2


whilst, 10.0.0.6 is ibnukhaldun,the machine that host the pix given :=)

maybe you can share your experience/l337 experiment here :-)

wassalam.

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).