OpenVPN nvram Settings

Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen
Author Message
Fritz1246
DD-WRT Novice


Joined: 03 Mar 2012
Posts: 14

PostPosted: Fri Mar 16, 2018 12:51    Post subject: OpenVPN nvram Settings Reply with quote
Hallo.

Wenn ich den OpenVPN Client in der GUI konfiguriere, dann läuft bei mir OpenVPN problemlos.

Jetzt wollte ich die OpenVPN Einstellungen automatisieren und habe die gleichen Einstellungen per nvram set gesetzt. Leider muss ich nach jedem Reboot die Buttons 'Save' und 'Aplly Settings' drücken, bevor die OpenVPN Verbindung hergestellt wird.

Hier ein Teil der Einstellungen, die ich im Einsatz habe:

Code:
nvram set openvpncl_enable=1
nvram set openvpncl_remoteip=Server.com
nvram set openvpncl_remoteport=1194
nvram set openvpncl_tuntap=tun
nvram set openvpncl_proto=udp
nvram set openvpncl_cipher=aes-256-cbc
nvram set openvpncl_auth=sha1
nvram set openvpncl_upauth=1
nvram set openvpncl_user=user
nvram set openvpncl_pass=pass
nvram set openvpncl_adv=1
nvram set openvpncl_tlscip=0
nvram set openvpncl_lzo=adaptive
nvram set openvpncl_nat=1
nvram set openvpncl_sec=1
nvram set openvpncl_mtu=1500
nvram set openvpncl_fragment=1300
nvram set openvpncl_mssfix=1
nvram set openvpncl_certtype=1
###
nvram set openvpncl_tlsauth='#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----'
###
nvram set openvpncl_config='mssfix
float'
###
nvram set openvpncl_ca='-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----'
###
nvram set openvpncl_client='-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----'
###
nvram set openvpncl_key='-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----'


Wenn jemand eine Idee hat, woran es liegen oder wie man diese Buttons 'Save' und 'Apply Settings' automatisieren kann, dann nur her damit Smile

Grüße

Fritz
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum