• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Tigzy

  1. Tigzy

    What port to allow for "Redirect Internet traffic" to WAN ?

    Ok, I think I fixed it. I had to open port 53/UDP for DNS requests as well. I'll wait a bit but it's in good shape.
  2. Tigzy

    What port to allow for "Redirect Internet traffic" to WAN ?

    Hello, I've configured my firewall as whitelist, and allow the following ports: 80, 443 I've setup an OpenVPN with "Redirect Internet traffic" to exclude 1 specific IP from tunnel, it goes to WAN. However, when that IP is going to TUN internet works, but when I redirect to WAN, internet...
  3. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    EDIT: Ok seems like I didn't :D :D I think it was caching the stock firmware UI... Thanks for pointing the obvious ! Solved
  4. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    I did, but I didn't install any previous version.
  5. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    on LAN side, client_function.js is 85 lines, whereas on WAN side it's about 3000 lines. There's something wrong on JS generation when connected from LAN. I cannot go further as I don't know the project much...
  6. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    I found that login from WAN doesn't produce the same bug.
  7. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    When I looked into the debugger the variable was not existing. Can you tell me where it's declared? Which file?
  8. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    OK I'll take a look, but basically I just restored default settings and changed the lan ip.
  9. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    The js error is self explaining, it doesn't find the variable
  10. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    What is client names? If it's the VPN instances names, I didn't touch anything they are basically the default values.
  11. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    Also, genClientList isn't declared in any of the JS files I have.
  12. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    I have this code: function showLANIPList(){ if(clientList.length == 0){ setTimeout(function() { genClientList(); showLANIPList(); }, 500); return false; } However I don't find any declaration for clientList. Should it be clientlist_array ?
  13. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    That's right, JS error:
  14. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    Better explained with images: 1/ Before LAN modification: 2/ After LAN modification
  15. Tigzy

    RT-N66U VPN Client BUG when changing LAN settings

    I'm sorry, which IP?
Back
Top