Recent content by starfall

  • 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

    OpenVPN performance

    Yes, it is a AC68U. I haven't compiled custom asuswrt firmware before, but I don't have a problem with doing so.
  2. S

    OpenVPN performance

    Would you be able share with us which CTF driver is working with OpenVPN properly? Maybe this option can be included in the next Merlin release? EDIT: Just discovered that on a AC68U, using the OpenVPN server with the TAP device (instead of TUN) is valid workaround for the low performance with...
  3. S

    SSID to VLAN

    /bin/ash is a valid shell I think it's to do with the lanX_ifnames nvram settings. See this post for more info - WAP/Guest SSID/Port based VLAN
  4. S

    WAP/Guest SSID/Port based VLAN

    I think your ifname(s) nvram settings are the cause. Firstly, I don't think the eapd code is looking at lan26 and lan27, it is way to high. Also, you did not update lan_ifnames with the interfaces you removed. Try changing this - nvram set lan26_ifnames="vlan26 wl0.1 wl1.1" nvram set...
  5. S

    Tag guest SSID traffic with VLAN

    No worries. I had this exact problem on my first attempt, which led to the nvram changes and eapd restart. It seems that without the nvram changes, eapd does not authenticate on the new bridge. Basically the nvram setting tells eapd which interfaces it needs to listen on for authentication...
  6. S

    Tag guest SSID traffic with VLAN

    Yes, my original script does exactly what you want, but for VLAN9 - robocfg vlan 9 ports "4t 5t" This means that VLAN 9 is tagged on port 4 (as well as port 5, the internal port). You shouldn't use VLAN2 as that conflicts with the internal VLAN numbering of the router. The VLAN 1, 2 and 3...
  7. S

    Tag guest SSID traffic with VLAN

    Have you looked at this thread? - http://www.snbforums.com/threads/ssid-to-vlan.24791/#post-191187 Using a services-start script, I tagged VLAN9 onto one of LAN port 4 (port 5 is the internal port used by the ASUS), created VLAN9 on the internal interface, then bridged it with Guest network 1...
  8. S

    VLAN-tag guest WLAN

    This is also working for me now on the AC68U after tweaking the nvram settings and restarting eapd. Check it out here - SSID to VLAN
  9. S

    Guest SSID on a VLAN tag?

    This is working for me now on my AC68U after tweaking the nvram settings and restarting eapd. Check it out here - SSID to VLAN
  10. S

    WAP/Guest SSID/Port based VLAN

    This is also working for me now on the AC68U after tweaking the nvram settings and restarting eapd. Check it out here - SSID to VLAN
  11. S

    SSID to VLAN

    It works! WPA2 is working on the guest VLAN setup. I'm over the moon. Here is my services-start script in case somebody wants to use it - #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" robocfg vlan 9 ports "4t 5t" vconfig add eth0 9 ifconfig vlan9 up brctl addbr br1 brctl delif br0...
  12. S

    Wireless Roaming

    This is because of hardware acceleration on the ASUS routers dropping the connection when the source IP changes interface. I've tested this and confirm that after disabling hardware acceleration, roaming works quite well. Asuswrt-Merlin - Custom firmware for RT-N16 - Roaming between access points
  13. S

    Asuswrt-Merlin 378.50 is out

    However, modifying these values do have an impact on WLAN to LAN throughput in my case (using Adaptive QOS). If I set the values to 0.9mb up/6.8mbps down (my current ADSL BW), iperf throughput between my laptop and server drops from 330mbps to 5-6mbps. My laptop is connected to the 5G band and...
  14. S

    Asuswrt-Merlin 378.50 is out

    The issue I have is that LAN <-> Wireless (WLAN) transfers are also affected really badly by Adaptive QOS. Can you check the throughput between your LAN and Wireless (WLAN) with something like iperf?
  15. S

    Asuswrt-Merlin 378.50 is out

    WLAN <-> LAN Throughput Issues Doing some tests between my laptop and server connected to the AC68U. Seems to be an issue with WLAN <-> LAN traffic when Adaptive QOS is on - Iperf between laptop and server with Adaptive QOS - $ iperf -c 192.168.9.35 -t 20 -i 1...
Top