d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help Me With Proxies Please!
Add Reply New Topic New Poll
Member
Posts: 3,121
Joined: Nov 28 2013
Gold: 3,780.27
Jan 22 2014 12:05pm
Hi,

I got a configured VPN on debian with 2 ip adresses. I use dante socks server with configuration file points to venet0:0, but i can't get venet0:1 to work with venet0:0 at one time (tried with sockd.conf, but no success)

here's dante.conf
Code
logoutput: /var/log/socks.log

internal: venet0:1 port = 1080
external: 1.1.1.1

#internal: venet0:0 port = 1080
#external: 2.2.2.2

method: username none #rfc931
clientmethod: none
user.privileged: root
user.notprivileged: nobody
user.libwrap: nobody
client pass {
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
log: connect disconnect error
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
}


or You guys know other way to change mine 2 vpn's ips into proxies?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll