rofl0r / rofl0r/proxychains-ng

Connections to 192.168.57.101:25000 denied

Open
#100 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
10.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

I'm trying to run a genymotion emulator through proxychains.
Since the emulator uses the 192.168 private address range, I edited the proxychains.conf and uncommented the following line: localnet 192.168.0.0/255.255.0.0
It ignores every connection to the private adress but the ones which connect to port 25000:
[proxychains] Random chain ... 127.0.0.1:9050 ... 192.168.57.101:25000 <--denied
Failed to connect to VM (TcpStream) for main host connection, IP:Port=192.168.57.101:25000!!!
I'm sorry if this isn't an actual issue, but I'm not very experienced with proxychains and didn't find any solution through Google either.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the proxychains.conf localnet setting and the connection-handling path for 192.168.57.101:25000. Reproduce the Genymotion connection through proxychains and compare it with the other private-address connections that succeed. Done means identifying whether port 25000 is incorrectly proxied or denied and documenting a confirmed fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.