tcpdump -i any src port 5432 or dst port 5432
If it is now received you know you need to investigate on your receiving side, if it is not, the problem might be firewall or network.ICMP, Ping, and Traceroute – What I wish I was taught (2020)
11–20 of 40 posts
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#12Tip for tracerouters ... use mtr instead brew install mtr Try tapping 'd' twice to enable a stripchart ? for help My traceroute [v0.95] xxxxxxxx.local (172.16.0.2) -> news.ycombinator.com (50.1122022-07-27T23:37 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 172.16.0.1 0.0% 14 15.4 17.6 14.1 20.5 2.2 2. (waiting for reply) 3. 162.158.164.5 14.3…
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#13Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#14Telnet to the port sometime establishes connectivity too.
curl -v telnet://example.com:8000
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#15Tip for tracerouters ... use mtr instead brew install mtr Try tapping 'd' twice to enable a stripchart ? for help My traceroute [v0.95] xxxxxxxx.local (172.16.0.2) -> news.ycombinator.com (50.1122022-07-27T23:37 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 172.16.0.1 0.0% 14 15.4 17.6 14.1 20.5 2.2 2. (waiting for reply) 3. 162.158.164.5 14.3…
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#16Tip for tracerouters ... use mtr instead brew install mtr Try tapping 'd' twice to enable a stripchart ? for help My traceroute [v0.95] xxxxxxxx.local (172.16.0.2) -> news.ycombinator.com (50.1122022-07-27T23:37 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 172.16.0.1 0.0% 14 15.4 17.6 14.1 20.5 2.2 2. (waiting for reply) 3. 162.158.164.5 14.3…
Yeah I tried mtr again recently. After maybe 30 seconds of working fine, it'll exit with an error like "no route to host" (even though it was getting responses before). Yeah, packet loss is exactly why I'm opening mtr: to see where on the path it occurs... how in the world does that make it crash
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#17 ping 192.168.0.123
followed by arp -a 192.168.0.123
should tell me the MAC address of the router. But instead I get "No ARP entries found." - what's going on here?Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#18I'm interested in the topic so skimmed the whole thing but it's all just basics. Most people won't know them all, but so FYI: skip the lengthy article if you know how traceroute and ARP and ICMP work in general, what the difference is between connection times out and connection refused, and why sometimes traceroute returns more than one host for a given hop.
Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#19Re: ICMP, Ping, and Traceroute – What I wish I was taught (2020)
#20Tip for tracerouters ... use mtr instead brew install mtr Try tapping 'd' twice to enable a stripchart ? for help My traceroute [v0.95] xxxxxxxx.local (172.16.0.2) -> news.ycombinator.com (50.1122022-07-27T23:37 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 172.16.0.1 0.0% 14 15.4 17.6 14.1 20.5 2.2 2. (waiting for reply) 3. 162.158.164.5 14.3…
There’s also WinMTR for Windows: https://github.com/White-Tiger/WinMTR