Reputation: 12148
I am reading the SOCKS5 RFC, it has:
CONNECT
In the reply to a CONNECT, BND.PORT contains the port number that the server assigned to connect to the target host, while BND.ADDR contains the associated IP address. The supplied BND.ADDR is often different from the IP address that the client uses to reach the SOCKS server, since such servers are often multi-homed. It is expected that the SOCKS server will use DST.ADDR and DST.PORT, and the client-side source address and port in evaluating the CONNECT request.
For the last part of this paragraph, I have two questions:
Upvotes: 1
Views: 2295
Reputation: 349
Upvotes: 2
Reputation: 123561
Upvotes: 3