Recent content by ourcontact

  1. O

    Web interface keeps logging out

    My RT-AC68U just started doing something like this, maybe since recent firmware upgrade? 3.0.0.4.385_20253 If I use http://192.168.1.1 it redirects to http://192.168.1.1/Main_Login.asp (or if I use that asp URL directly) and immediately goes to You have entered an incorrect username or password...
  2. O

    iOS Shortcuts app - old BSSID and Reboot

    Checked and I too had a leading zero that was stripped, I never noticed as I used the shortcut itself when I built the dictionary and just copied and pasted from the results when I hit one that was unidentified and added it to the dictionary without looking closely.
  3. O

    iOS Shortcuts app - old BSSID and Reboot

    Hey, great job decoding my (sparse) description! Each Radio uses a different BSSID so you can identify the access point and if you are 2.4Ghz or 5Ghz So I use this shortcut to verify which access point my device has connected to and what radio, this is helpful to identify where devices drop...
  4. O

    AiMesh on AC68U with 32799 firmware

    Shortcuts by Apple https://itunes.apple.com/us/app/shortcuts/id915249334?mt=8 I built a shortcut to get WiFi details SSID and BSSID and then built a lookup dictionary as a map of BSSID to access point. Basically instead of reporting the BSSID as 14:dd:a9:87:7d:ab, the shortcut shows the result...
  5. O

    AiMesh on AC68U with 32799 firmware

    I tried to provide as much detail as possible , as far as I know it is most recent. Perhaps it has something to do with wiping the jffs partition. I can’t comment on what has been said, I can only tell you my personal experience.
  6. O

    AiMesh on AC68U with 32799 firmware

    I am running AIMesh on a TM-AC1900 that I "converted into an RT-AC68U" along with a BlueCave which is 100% wireless connected and sitting on a bookshelf in the 2nd floor hallway - chose it somewhat for aesthetics. RT-AC68U Current Version : 3.0.0.4.384_32799-gfe72567 BLUE_CAVE Current Version ...
  7. O

    Overcoming Dual Wan Failover Limitation - Cold Standby

    Thanks, understand that. Was looking for a workaround using VLANs and CLI configuration. I don't need automatic failover, would have liked load balance so I could set up transport rules like I did in OpenWRT but don't want to lose monitoring. I may just setup a second router on the network...
  8. O

    Overcoming Dual Wan Failover Limitation - Cold Standby

    I don't have a "bug" it is a lacking feature. I am trying to get devices on the LAN to be able to reach the "cold-standby" interface so I can manually route them to the secondary WAN.
  9. O

    speedtest script to run on router?

    Rudimentary download speed tests: 10Meg & MB/s wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip 100Meg & Mb/s wget --report-speed=bits -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test100.zip
  10. O

    ASUS Dual-WAN Routing Rules

    I had great luck with Dual Wan (mwan3) on OpenWRT, but the TP-Link router had poor WiFi radio performance.
  11. O

    Custom scripts and stock firmware.

    How does ffs_exec compare to /jffs/.asusrouter Currently I have killall dnsmasq dnsmasq --log-async --conf-dir=/jffs/configs/dnsmasq and in /jffs/configs/dnsmasq a link to system plus custom dnsmasq.conf -> /etc/dnsmasq.conf dnsmasq.conf.add dnsmasq.conf.add has script and addn_hosts...
  12. O

    RT-AC88U Load Balance dual WAN

    Thanks, this is a SOHO env, and hardware/electrical budget doesn't really afford using Enterprise hardware. For many reasons I have had access to multiWan links for years, decades ago I used a small dedicated multiWan device, and prior to switching to the 68U I had been using mwan3 via OpenWRT...
  13. O

    RT-AC88U Load Balance dual WAN

    Can you provide a little more information on how you think this can be configured. I have the same basic set up: Cable 100Mb/s 1TB cap, & Uverse DSL 6Mb/s Unlimited Cable Modem (supports 1 mac DHCP Public address) - 68UWan-providing DHCP to LAN1 & Wireless SSIDA 192.168.1.0/24 DSL...
  14. O

    Additional Device Icons

    Once icons are uploaded, they appear to be loaded to /jffs/usericon by mac address, to improve undersstanding of icon content and save space on duplicate icons, I moved the icon to a file name that was descriptive and then linked by mac address cd /jffs/usericon mv 0011D932561B.log TiVo.log ln...
  15. O

    Overcoming Dual Wan Failover Limitation - Cold Standby

    I have asymmetrical WAN high speed with data cap, low speed unlimited. I was using OpenWRT and was happy with config but needed to update WiFi radio performance. I thought the ASUS looked like it would do everything I wanted and more but find myself unable to do what I want. The primary...
Back
Top