Discussion:
[tor-relays] Dir address none
Fabian A. Santiago
2017-12-14 16:31:34 UTC
Permalink
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did just stand up my relay less than 24 hours ago. Anything I'm missing? Thanks.

--

Thanks,

Fabian S.

OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
teor
2017-12-14 16:49:44 UTC
Permalink
Post by Fabian A. Santiago
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did just stand up my relay less than 24 hours ago.
Thanks for helping Tor!
Post by Fabian A. Santiago
Anything I'm missing?
Did you set AccountingMax?
Tor disables the DirPort when it doesn't know if you will reach the limit.

Do you have low bandwidth or RAM?

Without more details, like your relay fingerprint, specs, and torrc,
it is a bit of a guessing game.

T
Fabian A. Santiago
2017-12-14 18:01:10 UTC
Permalink
Post by teor
Post by Fabian A. Santiago
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in
my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did
just stand up my relay less than 24 hours ago.
Thanks for helping Tor!
Post by Fabian A. Santiago
Anything I'm missing?
Did you set AccountingMax?
Tor disables the DirPort when it doesn't know if you will reach the limit.
Do you have low bandwidth or RAM?
Without more details, like your relay fingerprint, specs, and torrc,
it is a bit of a guessing game.
T
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Hi,

RelayBandwidthRate 10102 KBytes
RelayBandwidthBurst 15102 KBytes

AccountingMax 150 GBytes

ram = 4gb

fingerprint = D122094E396DF8BA560843E7B983B0EA649B7DF9

ubuntu 16.04 LTS

tor installed via the official tor repo

i've also noticed it doesn't seem to be making use of ipv6 but that could be my torrc. the file has been posted here for your review:

https://pastebin.com/F6H9ypsL

thanks.

--

Thanks,

Fabian S.

OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
teor
2017-12-14 18:10:05 UTC
Permalink
Post by Fabian A. Santiago
Post by teor
Post by Fabian A. Santiago
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in
my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did
just stand up my relay less than 24 hours ago.
Thanks for helping Tor!
Post by Fabian A. Santiago
Anything I'm missing?
Did you set AccountingMax?
Tor disables the DirPort when it doesn't know if you will reach the limit.
Do you have low bandwidth or RAM?
Without more details, like your relay fingerprint, specs, and torrc,
it is a bit of a guessing game.
T
Hi,
RelayBandwidthRate 10102 KBytes
RelayBandwidthBurst 15102 KBytes
AccountingMax 150 GBytes
Tor will turn your DirPort back on when it's sure you won't go over
the limit. It's best to just let tor manage this.
Post by Fabian A. Santiago
ram = 4gb
fingerprint = D122094E396DF8BA560843E7B983B0EA649B7DF9
ubuntu 16.04 LTS
tor installed via the official tor repo
https://pastebin.com/F6H9ypsL
IPv6 needs to be manually configured in your torrc.
(We're working on it.)

Try:

ORPort [IPv6]:9001
IPv6Exit 1

T
Fabian A. Santiago
2017-12-14 20:38:48 UTC
Permalink
Post by teor
Post by Fabian A. Santiago
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in
my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did
just stand up my relay less than 24 hours ago.
Post by teor
Thanks for helping Tor!
Anything I'm missing?
Post by teor
Did you set AccountingMax?
Tor disables the DirPort when it doesn't know if you will reach the limit.
Do you have low bandwidth or RAM?
Without more details, like your relay fingerprint, specs, and torrc,
it is a bit of a guessing game.
T
Hi,
RelayBandwidthRate 10102 KBytes
RelayBandwidthBurst 15102 KBytes
AccountingMax 150 GBytes
Tor will turn your DirPort back on when it's sure you won't go over
the limit. It's best to just let tor manage this.
Post by Fabian A. Santiago
ram = 4gb
fingerprint = D122094E396DF8BA560843E7B983B0EA649B7DF9
ubuntu 16.04 LTS
tor installed via the official tor repo
i've also noticed it doesn't seem to be making use of ipv6 but that could be my torrc. the file has
https://pastebin.com/F6H9ypsL
IPv6 needs to be manually configured in your torrc.
(We're working on it.)
ORPort [IPv6]:9001
IPv6Exit 1
T
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
what does 'IPv6Exit 1' tell it to do?

--

Thanks,

Fabian S.

OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
Fabian A. Santiago
2017-12-14 20:52:08 UTC
Permalink
Post by Fabian A. Santiago
Post by teor
Post by Fabian A. Santiago
I'm checking my Tor relay on atlas and the dir address is listed as 'none'. I have dirport set in
my torrc file to just a number with no other flags. I can hit the HTML page in my browser. I did
just stand up my relay less than 24 hours ago.
Thanks for helping Tor!
Post by Fabian A. Santiago
Anything I'm missing?
Did you set AccountingMax?
Tor disables the DirPort when it doesn't know if you will reach the limit.
Do you have low bandwidth or RAM?
Without more details, like your relay fingerprint, specs, and torrc,
it is a bit of a guessing game.
T
Post by Fabian A. Santiago
Hi,
RelayBandwidthRate 10102 KBytes
RelayBandwidthBurst 15102 KBytes
AccountingMax 150 GBytes
Tor will turn your DirPort back on when it's sure you won't go over
the limit. It's best to just let tor manage this.
Post by Fabian A. Santiago
ram = 4gb
fingerprint = D122094E396DF8BA560843E7B983B0EA649B7DF9
ubuntu 16.04 LTS
tor installed via the official tor repo
i've also noticed it doesn't seem to be making use of ipv6 but that could be my torrc. the file has
https://pastebin.com/F6H9ypsL
IPv6 needs to be manually configured in your torrc.
(We're working on it.)
ORPort [IPv6]:9001
IPv6Exit 1
T
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
what does 'IPv6Exit 1' tell it to do?
--
Thanks,
Fabian S.
OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC
_______________________________________________
tor-relays mailing list
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
nvm, found it online. thanks. working now on ipv6.

--

Thanks,

Fabian S.

OpenPGP: 3C3FA072ACCB7AC5DB0F723455502B0EEB9070FC

Loading...