Paul W. Rankin <r...@rnkn.xyz> writes: > Greg Troxel <g...@lexort.com> wrote: > >> And then to check your firewall logs. If you don't log >> all rejected packets, change that until you do not need to debug. >> >> It looks like the wg/wireguard part is ok. > > Sorry I don't know what this means. I'm not running a firewall. How do > I log rejected packets?
Without a firewall the concept doesn't make sense. Other advice: run tcpdump without filters, writing to a file with -w, so you log packets you aren't expecting run `netstat -s` before and after your ping test and diff. look for unexpected counter increases.