OpenVPN via 3proxy (socks) problem (usermane/login)

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
ArthurX
OpenVpn Newbie
Posts: 13
Joined: Wed Apr 13, 2011 7:53 pm
Location: Russian Federation

OpenVPN via 3proxy (socks) problem (usermane/login)

Post by ArthurX » Thu Jun 30, 2011 1:53 pm

Hallo.

I`am trying to connect to my OpenVPN server via 3proxy and have strange problem.
3proxy listening incomming connection on 3128 port (udp), much software works great, but not OpenVPN.

server config:

Code: Select all

dev tun0
port 5190
proto udp
server 10.1.1.0 255.255.255.0

ca /opt/etc/openvpn/keys/ca.crt
cert /opt/etc/openvpn/keys/server.crt
key /opt/etc/openvpn/keys/server.key
dh /opt/etc/openvpn/keys/dh1024.pem
client-config-dir /opt/etc/openvpn/ccd

cipher none
auth none
client-to-client
keepalive 10 120
max-clients 22
verb 3
client config:

Code: Select all

client
dev tun
proto udp
remote 192.168.1.1 5190
nobind
redirect-gateway

ca ca.crt
cert test.crt
key test.key

cipher none
auth none

verb 3
mute 20
And what OpenVPN talk to me:
Thu Jun 30 17:49:52 2011 OpenVPN 2.2.0 Win32-MSVC++ [SSL] [LZO2] built on Apr 26 2011
Thu Jun 30 17:49:52 2011 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Jun 30 17:49:52 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Jun 30 17:49:53 2011 ******* WARNING *******: null cipher specified, no encryption will be used
Thu Jun 30 17:49:53 2011 ******* WARNING *******: null MAC specified, no authentication will be used
Thu Jun 30 17:49:53 2011 Control Channel MTU parms [ L:1505 D:138 EF:38 EB:0 ET:0 EL:10 ]
Thu Jun 30 17:49:53 2011 Socket Buffers: R=[8192->8192] S=[8192->8192]
Thu Jun 30 17:49:53 2011 Data Channel MTU parms [ L:1505 D:1450 EF:5 EB:4 ET:0 EL:10 AF:14/15 ]
Thu Jun 30 17:49:53 2011 Local Options hash (VER=V4): '8abebca0'
Thu Jun 30 17:49:53 2011 Expected Remote Options hash (VER=V4): '245fc614'
Thu Jun 30 17:49:53 2011 Attempting to establish TCP connection with 100.100.100.100:3128
Thu Jun 30 17:49:53 2011 TCP connection established with 100.100.100.100:3128
Thu Jun 30 17:49:53 2011 socks_handshake: server asked for username/login auth but we were not provided any credentials
Thu Jun 30 17:49:53 2011 TCP/UDP: Closing socket
Thu Jun 30 17:49:53 2011 SIGTERM[soft,init_instance] received, process exiting


I just open 3proxy 3128 port for socks without any username/login, why OpenVPN their ask?
Thanks.

Post Reply