DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 125 forks source link

Tor doesn't start #102

Closed infoabcd closed 3 years ago

infoabcd commented 3 years ago

Screenshot_2020-11-12-19-07-49-334_com sonelli juicessh

DanWin commented 3 years ago

Looks like your server has IPv6 support disabled. Set the following sysctl config: net.ipv6.conf.lo.disable_ipv6 = 0 e.g. by adding it to /etc/sysctl.d/99-custom-hosting.conf and then run sysctl --system to apply the changes. If you want to enable IPv6 support for all interfaces (recommended), then also add the following net.ipv6.conf.all.disable_ipv6 = 0

infoabcd commented 3 years ago

Thank you, but I have the same problem as him https://github.com/DanWin/hosting/issues/101

DanWin commented 3 years ago

Hmm, also check your /etc/default/grub configuration (or whichever bootloader you use) for the ipv6.disable=1 line. If it's in the configuration, remove it and reboot. Also check the output of ifconfig to make sure that you have an IPv6 address. If your server has to be running without IPv6 support for whatever reason, you can remove the IPv6 listening addresses from tor and use IPv4 only.

Niendertal commented 3 years ago

I had the same problem but solved with disable the IPV6