• 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 mekabe remain

  1. M

    Per IP Traffic accounting

    so there is no actual solution to this if hw acceleration is enabled ? any hope to compile ipt_acct for this kernel ?
  2. M

    Per IP Traffic accounting

    yes , that would be enough for me. But this is not openWrt , is it possible to get this running on Merlin ? I don't need the web UI part but I guess even if it is possible I should not install Luci on my router. right ? edit: There is a vnstat for merlin here...
  3. M

    Per IP Traffic accounting

    well, I am trying to measure ip accounting using following iptables commands: iptables -nvxL MyQUOTAo | grep -vE "Chain|pkts" | grep -v "Block"> /tmp/ipo iptables -nvxL MyQUOTAi | grep -vE "Chain|pkts" | grep -v "Block"> /tmp/ipi My understanding was that they are collecting data from...
  4. M

    Per IP Traffic accounting

    I am back to this subject, because now I have a 1000Mbps internet access. So , I have to enable HW acceleration. But then ipt_acct can not measure correctly. Is there any news on it ? Any possibility of using a newer ipt_acct which correctly measures when HW acceleration is enabled ? Or a better...
  5. M

    performance issue on AX88U

    ok. I found it. it is the HW acceleration, disabled. I set it back with: nvram unset fc_disable_force nvram unset runner_disable_force nvram commit service reboot now I can get 500Mbps
  6. M

    performance issue on AX88U

    I have been using my RT-AX88U with Merlin FW for more than 4-5 years now. Of course within these years there have been many config changes. My ISP was providing internet speed up to 200Mbps and I was able to receive 190Mbps with wired and wireless clients. Now the ISP is providing up to...
  7. M

    2 separate clients on OpenVPN server

    username-as-common-name is it this one ?
  8. M

    2 separate clients on OpenVPN server

    thank you. second one is easier and suitable for my home use. I don'T think I will have to revoke certs anyway. So how can I do that ? What is the custom configuration to use username as CN ?
  9. M

    2 separate clients on OpenVPN server

    Hi, I have OpenVPN server running on my Asus RT88AX One client is accessing with CN = client and a subnet is routed to this client. Now I need to connect another client. But when I try the same configuration file on the new client, it also uses the same CN (=client) And I believe same subnet is...
  10. M

    How to NAT traffic inbound to a specific host or network ?

    the rule is still there but new incoming NAT rule did not take affect. My new rule was for incoming to the server on 192.168.1.0 , maybe because of that. Maybe I did not test well, I'll check again
  11. M

    How to NAT traffic inbound to a specific host or network ?

    thanks. that works. But any port forwarding rule added after that time overrides this iptables command. is there any script that would run after any new NAT rule ?
  12. M

    How to NAT traffic inbound to a specific host or network ?

    ok thanks. How can I make this iptables command permanent ?
  13. M

    How to NAT traffic inbound to a specific host or network ?

    This might not be a Asuswrt-Merlin specific question and might have a solution on plain/official firmware. However, I preferred to post here because maybe there is a specific solution on merlin fw. Since I am using the Merlin fw, I believe this might be the correct place. I have 2 houses with...
  14. M

    OpenVPN Server - route back to client

    btw, in my case, I tried the push option and Asus router pushed the 192.168.1.0 subnet to the Keenetic client which is in fact using that subnet. Then Keenetic became unstable and I had to disconnect it from uplink , restart and then turn off vpn. Then I removed the push option :) I don't know...
Back
Top