hi team!
i setup a middle relay & i get this:
sudo journalctl -e -u tor@default
Unable to find IPv4 address for ORPort 443. You might want to specify IPv6Only to it or set an explicit address or set Address.
Now checking whether IPv4 ORPort my-ipv4-public-ip:443 is reachable
Now checking whether IPv6 ORPort [my-ipv6-server-ip]:443 is reachable
Self-testing indicates your ORPort my-ipv4-public-ip:443 is reachable from the outside. Excellent.
Self-testing indicates your ORPort [my-ipv6-server-ip]:443 is reachable from the outside. Excellent.
Is it normal i get my public-IP address and not my server-IP in IPv4? in IPv6 i get my server-IP
why it told me this if self-testing said Excellent ?: Unable to find IPv4 address for ORPort 443
/etc/tor/torrc
Nickname myxxxxxxxx
ORPort 443
ControlPort 9051
CookieAuthentication 1
AccountingStart day 0:00
AccountingMax 70 GBytes
RelayBandwidthRate 1000 KBytes
RelayBandwidthBurst 5000 KBytes
i had read this :
If you are behind a NAT, use two ORPort lines: ‘ORPort NoListen’ and ‘ORPort NoAdvertise’ should i add this to my torrc file
ORPort public-ipv4:443 NoListen
ORPort server-ipv4:443 NoAdvertise