How to setip ovpn client to replace forticlient lite SSL-VPN
Posted: Sun Jan 27, 2013 1:09 pm
Hi guys,
I'm new to OpenVPN and even though I have read the howtos on the web site I have to admit that I'm quite confused. Additionaly I didn't really knew where to post this on the forum so forgive me if this isn't the right subsection ...
by the way this is my question. I have windows8 and use forticlient lite client to connect to my company SSL-VPN when i need to work from home. Forticlient doen't ask me for anything except for server address, username, password and VPN type (i select ssl-vpn). I would like to replicate this with a openvpn client but i don't know how. I tried with the sample config changing server address and putting a server certificates that i was able to save when forticlient connects to the server but of course it doesn't work. any idea ? any suggestion ? the problem here is that forticlient doesn't ask for anithing so i don't know which parameters i have to put in the client config file ...
here is my tentative client config
thanks for any help
PS: sorry for my english
Paolo
Italy
I'm new to OpenVPN and even though I have read the howtos on the web site I have to admit that I'm quite confused. Additionaly I didn't really knew where to post this on the forum so forgive me if this isn't the right subsection ...
by the way this is my question. I have windows8 and use forticlient lite client to connect to my company SSL-VPN when i need to work from home. Forticlient doen't ask me for anything except for server address, username, password and VPN type (i select ssl-vpn). I would like to replicate this with a openvpn client but i don't know how. I tried with the sample config changing server address and putting a server certificates that i was able to save when forticlient connects to the server but of course it doesn't work. any idea ? any suggestion ? the problem here is that forticlient doesn't ask for anithing so i don't know which parameters i have to put in the client config file ...
here is my tentative client config
Code: Select all
client
dev tap
;dev tun
dev-node OVPN
;proto tcp
proto udp
remote [server address] 443
;remote-random
resolv-retry infinite
nobind
;user nobody
;group nobody
;persist-key
;persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
auth-user-pass
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
;cert client.crt
;key client.key
;ns-cert-type server
;tls-auth ta.key 1
;cipher x
;comp-lzo
verb 5
;mute 20
PS: sorry for my english
Paolo
Italy