› Forums › Network Management › Networking › Problems connecting to my OpenVPN Server
- This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
March 23, 2009 at 10:16 am #41560
LL0rd
MemberHi,
I run a OpenVPN server located in a data center and want my zeroshell box to connect to that server. But this does not work for me.
First of all, that’s my Client configuration, I currently use on my MacOS computer:
client
float
dev tap
tun-mtu 1492
fragment 1300
mssfix
proto udp
remote xxxxx 443
ca ca.crt
cert client3.crt
key client3.key
auth SHA1
nobind
comp-lzo
persist-key
persist-tun
verb 3And that’s the Zeroshell OpenVPN Process:
openvpn --dev VPN00 --remote xxxxx --port 44
3 --proto udp --tls-client --dh /etc/ssl/dh.pem --ca /etc/ssl/trusted_CAs.pem --
cert /var/register/system/net/interfaces/VPN00/TLS/cert.pem --key /var/register/
system/net/interfaces/VPN00/TLS/key.pem --dev-type tap --float --ping 1 --ping-r
estart 11 --management 127.0.0.1 34000 --daemon VPN00_L2L --comp-lzo --tun-mtu 1
492 --fragment 1300 --mssfix --auth SHA1 --down /root/kerbynet.cgi/scripts/vpn_m
iiThe Server log says that everything went fine, but the Zeroshell box does not request for a IP and routing information. That’s the log on my server:
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 TLS: new session incoming connection from 91.89.250.60:443
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 VERIFY OK: depth=1, /C=DE/ST=BaWue/L=Karlsruhe/O=port29_networks/CN=port29_networks_CA/emailAddress=dr@port29.net
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 VERIFY OK: depth=0, /C=DE/ST=BaWue/L=Karlsruhe/O=port29_networks/CN=client1/emailAddress=dr@port29.net
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 TLS: move_session: dest=TM_ACTIVE src=TM_UNTRUSTED reinit_src=1
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 TLS: tls_multi_process: untrusted session promoted to trusted
Mar 23 11:10:38 core openvpn[9366]: client1/91.89.250.60:443 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 biSo what can I do now, to get the Zeroshell OpenVPN Client to connect to my System?
May 7, 2009 at 4:43 pm #47852vpn_rollercoaster
MemberI’m not sure what you’re trying to say here.
data center?, mac client?, zeroshell?
What are you connecting to what?
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.