On 12/21/2017 06:33 AM, Conrad Rockenhaus wrote: > Hello, > > One of the relays that I brought online yesterday, ConradsAWSExit (Hash > 1B47E33F9D422CC97BD2DDA1F082BFF2FC58E79A) is showing up on Atlas that the > IPv6 OR is unreachable. Just a guess:
IPv6 needs ICMPv6, so you should have something in your iptables like:
$IPT -A INPUT -p icmpv6 -j ACCEPT
depending on your INPUT policy.
--
Toralf
PGP C4EACDDE 0076E94E
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tor-relays mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
