Search results

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

  1. P

    OpenVPN performance

    @kvic - thank you for your marking rule :) since I am using site to site VPN connection with 2x AC68U I have setup marking rules on both sides, changing interfaces on server (tun21) and on client (tun11) rule of logic would say when OpenVPN client is uploading data to OpenVPN server packet...
  2. P

    CPU Core Usage with OpenVPN Client?

    I have tried to use your script to assign OpenVPN Client 1 to second CPU core on AC68U, but it doesn't work can you please advise, what needs to be changed??
  3. P

    OpenVPN performance

    discussion is really interesting, but just one question regarding OpenVPN and CTF does it only apply to OpenVPN server run on ASUS router (currently using AC68U) or does it apply to OpenVPN client run on ASUS router as well? am I right? server rules: iptables -t mangle -A PREROUTING -i tun21 -j...
  4. P

    Adjusting WAN traffic scale.

    I agree with you, it should be adjustable sometimes CTF spikes, and user is left with pretty much useless graph
  5. P

    Skynet Skynet - Router Firewall & Security Enhancements

    @sfx2000 your idea with sshguard is cool! does anybody know how Enable SSH Brute Force Protection actually works, blocking IP that has tried to logon 20 times in 20 minutes???
  6. P

    RT-AC66U / Slow SMB

    have you connected your WD 2TB drive with USB cable, or is it WD BOOK drive (NAS) connected to LAN port? if this is USB harddrive you can't expect too much from cpu in router
  7. P

    WAN failover routing issues

    +1 I have the same experience you have described, but since I don't have primary WAN outages often, I let it be at the moment I don't know how much Merlin can help (maybe with "ip route cache flush"), I think you should write to ASUS support and request them to forward your proposal to Firmware...
  8. P

    Newbie guidance - router logs

    is it possible to copy router log to USB every 12 hours for example? I got Traffic data saved to USB and it is working just fine :) where is router log saved by default - path to file? I could try to create router log backup script solution found -...
  9. P

    OpenVPN server can't see client's LAN on Site to site connection

    try google-ing "add static entry samba wins openvpn" http://www.linuxsa.org.au/pipermail/linuxsa/2003-April/054052.html https://lists.samba.org/archive/samba-technical/2001-February/012279.html https://forums.openvpn.net/topic12832.html...
  10. P

    Draytek Vigor 130 VDSL WAN stats via router?

    I have tried it https://github.com/RMerl/asuswrt-merlin/wiki/Access-modem-Web-UI-on-WAN-port-(no-script) but it doesn't work with Merlin 378.56_2, when I have set Static IP on WAN Interface (Cable modem IP range, with Cable Modem as Gateway IP) I have lost Internet access, because Internet/WAN...
  11. P

    OpenVPN server can't see client's LAN on Site to site connection

    in that case I would add (manually) one (test) remote PC hostname to WINS conf and check if that helps!
  12. P

    OpenVPN server can't see client's LAN on Site to site connection

    if you can ping remote PCs by hostname but you can not browse remote PCs by hostname in that case I would add (manually) one (test) remote PC hostname to WINS conf and check if that helps does FTP works by hostname?? if it works, than something is wrong with your firewall setup (disable...
  13. P

    OpenVPN server can't see client's LAN on Site to site connection

    can you explain what is your problem? remote browsing by IP works \\192.168.x.x\ remote browsing by hostname doesn't work \\remote_pc_hostname\ or something else is the problem?
  14. P

    OpenVPN server can't see client's LAN on Site to site connection

    are you giving respective WINS IP Server address for each subnet? computers in 192.168.0.0/24 will probably have 192.168.0.1 as their WINS Server computers in 192.168.2.0/24 will probably have to use 192.168.2.1. as their WINS Server as long as you have WINS servers (ASUS Merlin routers)...
  15. P

    OpenVPN server can't see client's LAN on Site to site connection

    @Valentino - what happens when you try to ping PC by hostname from other subnet? I think you need to enable SAMBA on ASUS router, and force it to be Master browser, also you need to enable WINS, and add WINS Server IP address (router IP) to DHCP Server settings page! check with "ipconfig /all"...
  16. P

    Attack from a Chineese friend ?

    @ryzhov_al - your script looks promising, I would like to try it, but is there something like for Synology NAS, that I can allow one country (lets say France) and block all the rest?? Here I would have to select all the countries in the world, in this case I guess it would be better to allow...
  17. P

    ASUS white LED control

    @RMerlin tnx for the info shouldn't this code disable (turn off) all LED (including white ASUS logo one on the back of RT-AC68U ?) #!/bin/sh nvram set led_disable=1 service restart_leds I guess that "led_disable=1" should equal to "led_ctrl 1 0, led_ctrl 2 0, and so on..."
  18. P

    ASUS white LED control

    I can confirm this works on my RT-AC68U white LED has number 10 (I don't know how or why) to turn off ASUS logo white LED: led_ctrl 10 0 to turn on ASUS logo white LED led_ctrl 10 1 can anybody else test on their router, does it work with "led_ctrl 10 0 or 1"
  19. P

    ASUS white LED control

    hello, I have managed to control (blue) LED on ASUS router by using this script/wiki https://github.com/RMerl/asuswrt-merlin/wiki/Scheduled-LED-control is there a way to control WHITE LED on ASUS (logo), found on AC68U model?
  20. P

    Turn on OpenVPN client by default on reboot

    There is option in OpenVPN Client setup - Start on (or with) WAN - make sure you check that
Top