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.confCode
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?