• 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 maxduke

  1. M

    Multiple VPN passthrough

    The issue get resolved by disabling HW Accelerator. It seems that HW accelerator will break NAT-T somehow.
  2. M

    Multiple VPN passthrough

    It seems that this is not the issue caused by the firmware. I will investigate this further.
  3. M

    Multiple VPN passthrough

    When my friend and I try to connect to the workplace from home via IPSec VPN we can't both be connected at the same time. I have enabled IPSEC passthrough and I'm using 3.0.0.4.374.35_4 (Merlin build). It seems that was working on 3.0.0.4.374.34, but I cannot remember well.
  4. M

    duplicate syslog.log syslog.log-1

    I've just upgraded my AC66U to 3.0.0.4.374.35_2. I did do a reset after the upgrade. Then I enabled JFFS as usual. I found there is syslog.log and syslog.log-1 in the /jffs. Every time I try to delete them, they will generated automatically. I think syslog.log should be in /tmp instead of...
  5. M

    Need help on cross compile

    Thanks. I am able to compile my app by using the static library of openssl-dev now. Another app I want to compile is I would appreciate it very much if you can help.
  6. M

    Challange: Help to embed & automate Immunicity Proxy PAC settings

    please check this post: http://forums.smallnetbuilder.com/showthread.php?p=80619#post80619
  7. M

    Issue in httpd wwwext

    I've put a html file abc.html in /www/ext I want to share the page with all the computers in the LAN. Let's say PC A access the page , it will ask you login the router. Is it possible to bypass the authentication? Not all the users in the LAN know the login data. I just want to share...
  8. M

    Need help on cross compile

    Also if I continue to compile I will get an error: ../libcrypto.a(eng_all.o) : In function`ENGINE_load_builtin_engines': eng_all.c: (.text+0x30) : undefined reference to `ENGINE_load_4758cca' eng_all.c: (.text+0x48) : undefined reference to `ENGINE_load_aep' eng_all.c: (.text+0x60) : undefined...
  9. M

    Need help on cross compile

    I tried to compile asuswrt/release/src/router/openssl and I want to get a ".so". So I'm using to do the config. And I get the below information after config:
  10. M

    Challange: Help to embed & automate Immunicity Proxy PAC settings

    First I think should be And there's another issue that if PC A login into the router, PC B can not access router/ext at the same time. It will show an error.
  11. M

    Need help on cross compile

    Thanks for the information and the asuswrt-merlin build! For openssl libs I can only find "libcrypto.so" in I think that is from rt-ac56u build, can I use that for my rt-ac66u? Also for openssl headers , can I use for my device?
  12. M

    Need help on cross compile

    Thanks for the reply. Did you mean that the cross-compilation environment for the custom firmware can also be used to compile custom application that can run on the device? The above statements are what I input to "configure" before "make", are they correct? I'm going to compile something...
  13. M

    Need help on cross compile

    I currently have 3.0.0.4.374.32 (Merlin build) on my RT-AC66U and that is working fine. Now I'm going to use some applications other than the existing packages in the repository. That means I have to compile those apps by myself. The question is how can I setup the cross compile environment for...
Back
Top