View Full Version : Socat
ferox2552
09-19-2011, 11:30 PM
Hey there,
I'm trying to let individual eve clients connect to a specific vpn device. Now i heard from multiple sources "Socat" is the way to go. If i understand right i need to connect 127.0.0.1: (port) to the vpn device, but i can't figure out how to code that in socat,
Anyone got socat experience in here?
Thanks :)
Ferox
running_man
09-20-2011, 07:01 AM
Is the purpose of this avoiding getting all of your accounts banned at once? How will it help if the machine is the same, giving all the accounts running on it the same "fingerprint"?
ferox2552
09-20-2011, 08:08 AM
Using RedGuard should help getting each client its own fingerprint
ferox2552
09-20-2011, 05:51 PM
http://www.r1ch.net/stuff/forcebindip/ found this, but not going to try before i have redguard working :)
LulzBot
09-21-2011, 06:49 PM
Hum, you have numerous possibilities to tunnel a specific application to a VPN/SSH.
But you really need VM's i believe. The fingerprinting will own you if you dont do so i believe.
ferox2552
09-21-2011, 06:50 PM
Tricking the client with RedGuard, should work right?
ferox2552
09-26-2011, 09:24 PM
Got it working with socat only problem windows couldnt handle 1 ip(eve server) going through multiple connections, so i run a linux vmware to do the routing.
socat.exe -d -d -s TCP4-LISTEN:<port>,fork TCP:87.237.38.200:26000,bind=<vpn-ip>
Hope it may help someone :)
civan
09-27-2011, 02:00 AM
Regarding fingerprints remember that they are stored prenamently on the server together with IP data so always double check before logging in, one linked login is more than enough to burn you.
ferox2552
10-10-2011, 02:41 PM
btw drop the -s and change bind=<vpn-ip> to so,bindtodevice=ppp0 or your specific network adapter and it wont connect via regular internet so never IP problems :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.