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

    IPtable rules for SSH and OPENVPN

    I have tried this for SSH, but it doesn't work iptables -I INPUT -i eth0 -s X.X.X.X -p tcp --dport 22 -j ACCEPT SSH is enabled with LAN Only settings, however I want to allow only specific IP to access SSH, but this rule doesn't work
  2. P

    [Release] Asuswrt-Merlin 380.68 is available

    @doczenith1 - I have upgraded two AC68U yesterday from 380.67 to 380.68 and I didn't experienced that radios were disabled, maybe it was some code from previous versions (did you do reset to factory defaults, between firmware updates?) @RMerlin - something is strange with DUAL WAN in new...
  3. P

    [Release] Asuswrt-Merlin 380.68 is available

    thank you @RMerlin - 380.68 works like a charm on RT-AC68U just one question, regarding black box in background is this space between "header" and bottom part normal ? Google Chrome v60 on Win7 64bit, I did CTRL + R few times
  4. P

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

    @AbOrigine - here is example how to get it working on my ASUS router VPN Server side (192.168.0.1) I have added client1 entry 192.168.1.0/255.255.255.0 and connection works both ways, no need for additional scripts or anything else VPN client side and VPN server side can't use the same IP range
  5. P

    SSID for VPN

    @NightmareMan - you have to setup OpenVPN Client 1 first, and make sure it works after that you have to setup Wireless guest network (I am using 5GHz guest network 1 - for OpenVPN Client1, and 5GHz guest network 2 for OpenVPN Client 2) which Asus router model do you have? I am using this daily...
  6. P

    Failover to USB modem with ping watchdog doesn't work

    @orangy - for me dual wan works just fine, I use Huawei E3372 with T-Mobile LTE SIM card, no problems at all you can try android smartphone instead
  7. P

    SSID for VPN

    try this instead https://www.snbforums.com/threads/dedicate-1-ssid-for-vpn-and-1-ssid-for-usual-with-asuswrt-merlin.31415/
  8. P

    Email notification when switching to secondary WAN?

    here is TLS version #!/bin/sh # Author: thelonelycoder # http://www.snbforums.com/members/thelonelycoder.25480/ # Script version: 1.1 # Release date June 19 2017 ### How to use this script ### # 1. Change credentials and settings in the User settings part below # 2. Place this script in...
  9. P

    Email notification when switching to secondary WAN?

    I did test, but it doesn't work with TLS (SMTP port 587) I get this error: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
  10. P

    Email notification when switching to secondary WAN?

    I am interested in this as well, I just don't know how to configure script to report router IP address, if router makes fail-over from PPPoE (VDSL) to 3G/4G Internet in case your ISP doesn't request SMTP authorization #!/bin/sh SMTP="smtp.yourisp.com" FROM="router-email@something.com"...
  11. P

    new ASUS BRT-AC828 ( Wireless-AC2600 Dual WAN VPN Router)

    now that BRT-AC828 official is, available for sale etc., it would be nice if ASUS - @maylyn would share "openssl speed aes" info
  12. P

    DUAL WAN: how to fix new clients to specific WAN?

    you cannot assign Public IP to your WAN1 and WAN2 interface on ASUS, it has to be assigned by your VDSL modem (ISP) the problem could be if Swisscom uses PPPoE because AFAIK you can use PPPoE only on one WAN interface at the time so you would need to get Public IP assigned to your WAN interface...
  13. P

    DUAL WAN: how to fix new clients to specific WAN?

    it could be the culprit of your problems, try to get Public IP on each interface (WAN1 and WAN2/LANx) in order to avoid double NAT trap
  14. P

    DUAL WAN: how to fix new clients to specific WAN?

    do you have Public IP on Primary WAN and Secondary WAN ?? this COULD be due to Private IP addresses (example 192.168.xxx.yyy) on your WAN interfaces AFAIK you can't use PPPoE on BOTH primary WAN and secondary WAN at the same time (ASUS limitation) I have tested Dual-WAN for short period of...
  15. P

    Transmission and vpn

    try here https://www.snbforums.com/threads/force-transmission-to-use-vpn.10382/ you should use bind-address-ipv4 in your configuration and then route that particular IP to VPN tunnel
  16. P

    Link Aggregation on AC-56U possible ?

    very cool :) - can you post script (code) you have used to get this done I hope it should be almost the same for AC56U and AC68U, I would like to test this on AC68U when I get hands on Synology DS716+II
  17. P

    Untangle Announces Wi-Fi Router Distro

    and what happens when USB stick/memory fail? router is "gone" together with configuration?
  18. P

    Untangle Announces Wi-Fi Router Distro

    interested to hear feedback, AC88U with Untangle FW could be nice router for SMB, competitor to Synology AC2600 (with IDS/IPS)
  19. P

    Adaptive QoS // up and download inverted

    I can confirm the same thing on AC68U FW 380.58, vpn bandwith traffic display is inverted
  20. P

    Asus Router, Rmerlin Firmware and OpenVPN options for best performance

    what would be highest possible encryption/security with current version of Merlin FW ? here is my idea Auth Digest - SHA512 Encryption Cipher - AES-256-CBC Diffie-Hellman-Parameter openssl dhparam -out dh4096.pem 4096 don't run this on your router, it will take really REALLY long, you can use...
Top