Tor proxy node cannot be set up properly

Nice to meet you. Excuse me.
Setting it as a proxy server when installing Tor on ubuntu server doesn’t work.
How do I get the proxy to work?

$ sudo vi /etc/tor/torrc

Nickname tor-exit-example
SocksPort (IP address of server):(Port)
SocksPolicy accept *
RunAsDaemon 1

In addition, the error content when connecting to the proxy with Tor browser is as follows.

5/16/22, 04:53:29.904 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
5/16/22, 04:53:29.913 [NOTICE] Opening Socks listener on 127.0.0.1:9150
5/16/22, 04:53:29.913 [NOTICE] Opened Socks listener connection (ready) on 127.0.0.1:9150
5/16/22, 04:53:30.160 [NOTICE] Bootstrapped 3% (conn_proxy): Connecting to proxy
5/16/22, 04:53:30.152 [NOTICE] Bootstrapped 4% (conn_done_proxy): Connected to proxy
5/16/22, 04:53:30.605 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with 45.58.154.222:80 ID=SpAL7+es9H2pD/dKX/fmm2aq9wMEERYD88EJzLo1keg RSA_ID=6055FE90C18DD4B2593A9D0E02DDC4D68E9BA62E ("Connection refused")
5/16/22, 04:53:31.610 [WARN] Proxy Client: unable to connect OR connection (handshaking (proxy)) with 193.111.115.210:443 ID=Eixi43OvOSzV777Z7tgtQectlT2/JRBxdiWK3wDvKdY 

Hi, are you trying to run a Tor relay?

For running a relay, you just need to follow the instructions:

1 Like

I want to make a relay or socks5 proxy
I am doing it by referring to the following page.
https://zeus.shadow-net.jp/?p=276

ok, but what’s the goal here? Because reading that outdated article it seems you’re trying to make a transparent proxy or torify your applications.

1 Like

I would like to create a proxy with a provider name like “Tor-exit-goodmorinig” and see if it can be used for promotion.

How do I create a Tor socks5 port for “the name of a particular provider”?