No idea then. Works fine here and for other users so far.
RT-n66u, 3.0.0.4.374.35_2-sdk5.
I've noted than pptp/l2tp part of the dialog does not contain password field and "add" button. This is (IMHO) because of "Advanced_VPNClient_Content.asp":
margin-top set too "low". Value of -620 gave (me) better results: password field, cancel and ok buttons appears (at least).Code:<!---- vpnc_OpenVPN start ----> <div id="vpnsvr_setting_openvpn" class="contentM_qis" style="margin-top: -720px; box-shadow: 3px 3px 10px rgb(0, 0, 0); display: block;">
But filling upper form part (pptp/l2tp) and pressing its "OK" button again fires JS popup "Field cannot be blank" and sets focus to "Description" field of bottom form part (openvpn).
Moreover, setting
inCode:style="display: yes;"
shows strange but acceptable selectors that allows me select any of 3 vpn type and fill it succesfully. Bingo!Code:<td width="33%" align="center" id="pptpcTitle" onclick="tabclickhandler(0);" class="vpnClientTitle_td_click" style="display: yes;"> <td width="33%" align="center" id="l2tpcTitle" onclick="tabclickhandler(1);" class="vpnClientTitle_td_unclick" style="display: yes;"> <td width="33%" align="center" id="opencTitle" onclick="tabclickhandler(2);" class="vpnClientTitle_td_unclick" style="display: yes;">
Pressing "Connect" button shows rotating icon then button changes to "Disconnect",
syslogs shows "<8>Nov 30 00:58:28 rc_service: httpd 311:notify_rc restart_vpncall" but nothing valuable happens.
At least ifconfig before and after shows no difference (I presume of more ppp interfaces coming up, do I?).
Page refresh wipes added vpn setting completely.
Also i noted
its value was read from nvram. Maybe this settings (or something behind it) need to be changed?Code:<input type="hidden" name="vpnc_proto" value="disable"/>
HTH. Many thanks to RMerlin for his valuable work.
P.S. Sorry for my English.
The issue is specific to certain models (like the RT-AC66U) which, for some reason, don't have support for VPN clients properly enabled at build time. That can be seen by the missing "vpnc" capability on the Sysinfo page.
The problem is currently with all MIPS-based router, which means both RT-N66 and RT-AC66. This was a bug in the build environment that wasn't properly setting vpnc support as being enabled, it will be fixed in the next release.
https://github.com/RMerl/asuswrt-merlin/commit/c7eea9110b28e784ad6f494b3df9a34a7ef2b615
I can access any devices If i connect vía pptp but can't browse the internet what can i do so I can browse internet?
Sent from my iPhone using Tapatalk
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!