Score:0

3proxy doesn't work from another computer

dj flag

I have 2 MacOS computers on the same LAN: 192.168.1.201 and 192.168.1.202. The 3proxy config that looks like this:

socks

When I run it, I can see using lsof that it listens on all interfaces:

3proxy    64544   a1    4u  IPv4 0xeae00056baed30d3      0t0  TCP *:1080 (LISTEN)

And it works fine from localhost (both work):

curl -x socks5h://192.168.1.201:1080 ifconfig.co
curl -x socks5h://127.0.0.1:1080 ifconfig.co

BUT, when I try to connect to the proxy from 192.168.1.202 it just hangs: curl -x socks5h://192.168.1.201:1080 ifconfig.co. However if I start a server on the same port like this python3 -m http.server 1080 I can connect just fine. Also, if I try to use a non-existent socks on port 1081, it ends immediately instead of handing so it looks like the client connects to 3proxy, but it doesn't let it through for some reason?

How can I fix this?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.