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. S

    Guest network DHCP

    I've done pretty much the same thing with a VPN tunnel. With the tunnel switched off, I've noticed a 1-2mbps hit using dnsmasq? Seems like a lot of wasted overhead for just a bridge and dhcp. I'm wondering if I've missed some code or is this a deeper problem in dnsmasq???
  2. S

    Adding Unblock-Us DNS using DNSMasq

    My 2c. Chromecast uses wifi so add it to a guest network which routes port 53 lookups through Unblock-us. Saves having to specifiy individual websites and better for your own privacy. Something like this dnsmasq.conf.add interface=wl0.1...
  3. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    ISP on primary wireless and Vpn Client 1 on guest wireless 1 Tested with RT-AC68U and Merlin 376.47 Scripts put regular ISP on regular SSID (2.4ghz) and vpn client 1 on guest wireless 1 (2.4ghz) My WAN connection type is IP. I'm not sure if this would work with PPPoE. wan-start (make...
  4. S

    Asuswrt-Merlin 376.48 is out

    When uploading .ovpn config file to openvpn client, remote-random does not work. example.ovpn ... remote-random remote a.a.a.a 443 remote b.b.b.b 443 remote c.c.c.c 443 ... At the moment all addresses are dropped except for c.c.c.c 443 and there's nothing added to Custom Configuration input...
  5. S

    RT-AC68U: How to setup SSID for VPN and SSID for Regular ISP

    With Merlin fw http://www.smallnetbuilder.com/forums/showpost.php?p=150098&postcount=22 Like you I found Tomato was easier but Merlin was faster.
  6. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    Openvpn Client 1 on primary wireless and Client 2 on guest wireless 1 Tested on RT-AC68U and Merlin 376.47 I've had this connection up for over 24 hours. A third SSID for ISP was really unstable and not recommended - vlans and Asus don't really mix. 1. Setup the guest wireless 2. Setup the 2...
  7. S

    Selective Routing with Asuswrt-Merlin

    Here is the original script. This adding 1 table script is more reliable than adding 2 tables script that was recently introduced. It also doesn't require route-nopull. Note that some ppl are having problems with firewall marks because they are in hex (1 = 0x01, 10 = 0x0A) and not decimal...
  8. S

    Why is Blowfish so slow on router compared to AES?

    Setup: RT-AC68U, latest Merlin, overclocked to 1200,800 Why is OpenVPN Blowfish (BF-CBC 128bit) so slow, approx 20mbps? Compared to OpenVPN AES (AES128, AES256), approx 50mbps? Is the router really that optimised for AES? The issue is definitely the cipher and not the connection/server...
  9. S

    RT-AC68U: How to setup SSID for VPN and SSID for Regular ISP

    Easy peasy, huh? Anyway this works in Merlin's firmware with a but more code for bridges. The advantage of this is Merlin is quite a bit faster as a VPN client than Tomato Shibby. Other improvements are to replace the ip rule fw marks (note that they are in hex not decimal) with ip rule...
  10. S

    OpenVPN Selective routing and VOIP issues. Anyone else experiencing this?

    The script references tun11 so must execute AFTER the vpn starts. Put 'service start_vpnclient1' at the beginning of your script instead. Start the script when the WAN is ready (/jffs/scripts/wan-start ?) BTW, this script was written for a linux tutorial about 2002. The tut is still online.
  11. S

    RT-AC68U: How to setup SSID for VPN and SSID for Regular ISP

    RT-AC68U: How to setup SSID for VPN Client 1, SSID for VPN Client 2 (paid VPNs like PIA with different exit locations) and SSID for Regular ISP In example wl0.1(br1) is VPN1, wl0.2(br2) is VPN2 and eth1(br0) is ISP. If a VPN connection resets then this setup requires multiple up/down scripts...
  12. S

    RT-AC68U: How to setup SSID for VPN and SSID for Regular ISP

    Set 2.4ghz SSID eth1 (wl0.0) on br0. Set 5ghz SSID eth2 (wl1.0) on br1. I'm assuming you're NOT using any guest wireless (e.g. wl0.1 or wl1.1) Paste the code above into WAN Up. (EDIT) Tested. VPN speed is almost the same with 2 SSIDs (VPN+ISP) as standard 1 SSID (-0.06Mbps) With 3...
  13. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    Basic steps here for RT-AC68U http://www.smallnetbuilder.com/forums/showthread.php?p=148510#post148510 There is some scripting involved but SSH/telnet and jffs is optional.
  14. S

    RT-AC68U: How to setup SSID for VPN and SSID for Regular ISP

    RT-AC68U: How to setup SSID for VPN (paid VPN like PIA) and SSID for Regular ISP Flash Tomato on to the router (FLASHING FIRMWARE IS AT YOUR OWN RISK) http://tomato.groov.pl/download/K26ARM/ I used tomato-RT-AC68U-ARM--123-AIO-64K.trx Upload and flash just using ASUSwrt GUI You may have to...
  15. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    Edit1: After much experimenting, I've found Tomato Shibby firmware (RT-AC68U version 123 AIO) can hold a multiple, stable OpenVPN connections with considerably less fuss than Merlin's. All settings are entered in the GUI without any SSH/telnet or mounting JFFS. At the moment I have ethernet and...
  16. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    This is working with some minor changes on a AC68U with latest firmware. In theory opening multiple tunnels is possible by using all the guests. I want to check a few things first like VPN leaks and disconnects then I'll write a step by step post from the very start. Check back next week...
  17. S

    How to setup SSID for VPN and SSID for Regular ISP using MerlinWRT

    Great work Jobongo. Is it feasible to run 3 SSID on a AC68U - 2 different openVPN and 1 regular ISP? I've got a AC68U running stock firmware and will have a go at 1 VPN/ 1 ISP but wont to avoid introducing another router to run the second VPN.
Top