Score:0

Pinging a website, packets are being transmitted but l am not receiving any

in flag

I am trying to ping twitter for an assignment that l am doing. Every time l ping the site it's showing packets being transmitted but l am not receiving any back. Tried pretty much everything at this point. Need help please. enter image description here

Bodo avatar
pt flag
Please copy&paste the command and its output as text and [format it as code](https://stackoverflow.com/editing-help#code) instead of showing a screenshot. Can you ping other hosts? The web server is not required to answer your ICMP packets, and there might be systems in between that filters out packets sent by your system or received from the remote system. Please [edit] your question to provide this information.
Doug Smythies avatar
gn flag
twitter does respond to `ping`. If you use tcpdump (or wireshark, if you prefer) do you see the packets? If yes, then you are blocking their return yourself with some firewall rule. If no, then they are likely being blocked by your router. example: `sudo tcpdump -n -tttt -i br0 icmp` replace `br0` with your interface name.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.