NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ipv6 tunnel to ec2 instances



I would try setting up a tunnel from some other machine so you can
tcpdump the remote end.   tcpdump should be reliable, so presumably
either the packets aren't being sent from the tunnel or something is
dropping them along the way.

Also, for any network problems I always do

netstat -s > BEFORE
# ping/etc whatever you are testing
netstat -s > AFTER
diff -u BEFORE AFTER

which often reveals issues I was not looking for.

Attachment: pgp7cxdXWjD3j.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index