Cannot Ping after successful connection?

Lars Kruse lists at sumpfralle.de
Tue Mar 11 23:41:22 CET 2014


Hi Michael,

> Thoughts?

at this point I usually use something like tcpdump or wireshark to check if
the ping packets are sent out to the proper interface, if they reach their
target and if replies are sent back through the expected interface.

Try this on the sending and the receiving site:
 tcpdump -ni webservices

You can also filter only ping-related packets (removes distracting broadcasts):
 tcpdump -ni webservices icmp

Hope this thelps,
Lars


More information about the tinc mailing list