OpenVPN APP to Teltonika RUT240 Server with Static.key

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
AcidSubway
OpenVpn Newbie
Posts: 6
Joined: Mon Jun 18, 2018 12:05 pm

OpenVPN APP to Teltonika RUT240 Server with Static.key

Post by AcidSubway » Wed Jun 20, 2018 11:12 am

My Config works fine with OpenVPN Rut240 Server and Wndows OpenVPN

Server

[oconf=]

Code: Select all

config openvpn 'xxxxxxxxxxxxxxxxxxxxxxx'
	option dev 'tun_s_Server'
	option proto 'udp'
	option persist_key '1'
	option persist_tun '1'
	option name_is_hexed '1'
	option verb '5'
	option keepalive '10 120'
	option status '/tmp/openvpn-status_xxxxxxxxxxxxxxxxxxxxx.log'
	option port '62000'
	option comp_lzo 'yes'
	option _auth 'skey'
	option secret '/lib/uci/upload/cbid.openvpn.xxxxxxxxxxxxxxxxxxxxxxxxxxx.secret'
	option enable '1'
	option cipher 'AES-256-CBC'
	option ifconfig '10.8.0.1 10.8.0.2'
	option _route '192.168.0.0'
	option route '192.168.0.0 255.255.255.0'
	option push 'route 192.168.1.0 255.255.255.0'
	option push 'dhcp-option DNS 192.168.1.1'
[/oconf]

Windows Client

[oconf=]

Code: Select all

cipher AES-256-CBC
dev tun
verb 5
port 62000
remote lol.com
comp-lzo
ifconfig 10.8.0.2 10.8.0.1
route 192.168.1.0 255.255.255.0
secret static.key
auth-nocache
[/oconf]

how can i connect with the Android OpenVPN app to my Server?
Work the app with Static.key?
I load the win config but not work :(

pls help

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN APP to Teltonika RUT240 Server with Static.key

Post by TinCanTech » Wed Jun 20, 2018 11:38 am

AcidSubway wrote:
Wed Jun 20, 2018 11:12 am
how can i connect with the Android OpenVPN app to my Server?
Work the app with Static.key?
In english:

Q. Can Android use Openvpn in static key mode ?

A. https://www.google.com/search?q=andriod ... c+key+mode

viewtopic.php?t=13019

The answer is probably No ..

Post Reply