UI-like âApply Settingsâ via nvram on Router DDWRT

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am automating the enablement of OpenVPN on my ddwrt router (Buffalo Airstation). I'm able to change parameters on the router by SSH-ing into it and then nvram whatever field I want to change. E.g.:
nvram set openvpncl_enable=1
On the UI I can see the changes are well done, however the changes are not in effect unless I manually click "Apply Settings".
I have tried doing an nvram commit after making all the changes but this command doesn't return anything and doesn't seem to make any effect.
linux dd-wrt
add a comment |Â
up vote
0
down vote
favorite
I am automating the enablement of OpenVPN on my ddwrt router (Buffalo Airstation). I'm able to change parameters on the router by SSH-ing into it and then nvram whatever field I want to change. E.g.:
nvram set openvpncl_enable=1
On the UI I can see the changes are well done, however the changes are not in effect unless I manually click "Apply Settings".
I have tried doing an nvram commit after making all the changes but this command doesn't return anything and doesn't seem to make any effect.
linux dd-wrt
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
perhaps a reboot is required after thenvram commit.... or a restart of the vpn service
â jsotola
Sep 25 at 1:24
I ran arebootcommand afternvram commitbut the changes still don't get apply until I click Apply Settings
â Victor
Sep 26 at 0:47
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am automating the enablement of OpenVPN on my ddwrt router (Buffalo Airstation). I'm able to change parameters on the router by SSH-ing into it and then nvram whatever field I want to change. E.g.:
nvram set openvpncl_enable=1
On the UI I can see the changes are well done, however the changes are not in effect unless I manually click "Apply Settings".
I have tried doing an nvram commit after making all the changes but this command doesn't return anything and doesn't seem to make any effect.
linux dd-wrt
I am automating the enablement of OpenVPN on my ddwrt router (Buffalo Airstation). I'm able to change parameters on the router by SSH-ing into it and then nvram whatever field I want to change. E.g.:
nvram set openvpncl_enable=1
On the UI I can see the changes are well done, however the changes are not in effect unless I manually click "Apply Settings".
I have tried doing an nvram commit after making all the changes but this command doesn't return anything and doesn't seem to make any effect.
linux dd-wrt
linux dd-wrt
edited Sep 25 at 0:27
asked Sep 24 at 23:18
Victor
1011
1011
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
perhaps a reboot is required after thenvram commit.... or a restart of the vpn service
â jsotola
Sep 25 at 1:24
I ran arebootcommand afternvram commitbut the changes still don't get apply until I click Apply Settings
â Victor
Sep 26 at 0:47
add a comment |Â
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
perhaps a reboot is required after thenvram commit.... or a restart of the vpn service
â jsotola
Sep 25 at 1:24
I ran arebootcommand afternvram commitbut the changes still don't get apply until I click Apply Settings
â Victor
Sep 26 at 0:47
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
perhaps a reboot is required after the
nvram commit .... or a restart of the vpn serviceâ jsotola
Sep 25 at 1:24
perhaps a reboot is required after the
nvram commit .... or a restart of the vpn serviceâ jsotola
Sep 25 at 1:24
I ran a
reboot command after nvram commit but the changes still don't get apply until I click Apply Settingsâ Victor
Sep 26 at 0:47
I ran a
reboot command after nvram commit but the changes still don't get apply until I click Apply Settingsâ Victor
Sep 26 at 0:47
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f471203%2fui-like-apply-settings-via-nvram-on-router-ddwrt%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Done, after nvram commit I basically don't get a response and it doesn't apply the changes.
â Victor
Sep 25 at 1:22
perhaps a reboot is required after the
nvram commit.... or a restart of the vpn serviceâ jsotola
Sep 25 at 1:24
I ran a
rebootcommand afternvram commitbut the changes still don't get apply until I click Apply Settingsâ Victor
Sep 26 at 0:47