[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Two different hidden service on the same tor client
leandro noferini wrote:
> Now comes the question: is possibile to run the two hidden service on
> port 80 together? If I change the above lines in
>
> HiddenServiceDir /var/lib/tor/server-1/
> HiddenServicePort 80 127.0.0.1:8183
>
> HiddenServiceDir /var/lib/tor/server-2/
> HiddenServicePort 80 127.0.0.1:8184
> ^^
>
> I could not reach the second service.
>
> Is this correct?
Yes, the portnumber must be unique for the service.