No wireline connects to net for my local pc.
Apache2 was installed and a music was put on /var/www/html/test.ogg.
It can be played with chrome 127.0.0.1/test.ogg
.
tcpdump was running when playing the music----test.ogg with chrome.
sudo tcpdump tcp port 80 -i lo -vv
tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes
Why the command get nothing excepttcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes
?
You should check the following:
sudo tcpdump -i any -vv port 80
(if you are sure of the port).