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

  1. M

    Time wait bucket overflow on Windows Ethernet only..

    Found the issue. New firmware in Firewall, that is between the modem and the router, turned a UDP filter ON... So the issue was coming from the Cisco Firewall and not the Router. Thanks!
  2. M

    Time wait bucket overflow on Windows Ethernet only..

    Hi guys, I got an issue where only the Windows PCs connected with Ethernet triggers "time wait bucket overflow" and eventually loose internet access after a few seconds while the Local network works fine to access smb or the router admin for example. If I use WiFi those PCs got no problem at...
  3. M

    remove nobind

    Just to say that all went well and I added a few security features on top for our setup with ease. The tun is up and running. Thank you
  4. M

    remove nobind

    I am recompiling the firmware at the moment for RT-AC56U with changes. Im on Ubuntu64bit which mean I had to install the 32bit of libelf using: sudo apt-get install libelf1:i386 Also the PATH in the tutorial also target mips and not arm. Would be great to add the difference fir future...
  5. M

    remove nobind

    Hi RMerlin, Thank you for your answer. Where should I put the config file and how can I launch manually the client? Thank you!
  6. M

    remove nobind

    Do I need to recompile if I want to make change in : https://github.com/RMerl/asuswrt-merlin/blob/445d456f32472a6d5414a122d09c122614e7a1fd/release/src/router/rc/openvpn.c I want to remove line 222 fprintf(fp, "nobind\n"); ? Thank you
  7. M

    remove nobind

    Looks like the GUI function always writes the nobind. Anyways to find where this is executed and replace the original config script?
  8. M

    remove nobind

    Hi guys, I am trying to remove nobind and use lport rport instead while using Client openVPN connection. I am removing the nobind from config.ovpn but it seems to always come back. If I put lport and rport in the custom config they wont be accepted since nobind is there already. Any ideas...
Back
Top