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

    Delaying the connection to the NTP server ?

    Here's a sample code. Not only has it no been tested, but I'm not even running 378.56_2 yet. What this script does: When the Internet comes back, this script immediately kills the NTP client and then waits 60 seconds before restarting it. /jffs/scripts/wan-start...
  2. ASAT

    Wireless and VLANS

    Aren't VLANs only for grouping of Ethernet ports? And, the Wi-Fi is already on its own interfaces. Depends what you're trying to accomplish. Here's the interfaces defined by the Asus router: eth0 is Ethernet WAN port vlan1 is Ethernet LAN ports 1-4 eth1 is 2.4 GHz Wi-Fi eth2 is 5.0 GHz Wi-Fi...
  3. ASAT

    AsusWRT - Vlan Trunking

    I'm no expert on VLANs. However, I got this configuration working with a managed 24x port switch that is trunked off of port#4 on the Asus RT-AC68U router. Please say if there is a better way. Port#4 on the router handles traffic for both VLAN1 and VLAN14 on the switch. Port#1 on the switch...
  4. ASAT

    compile a program probleme / Probleme ein Programm für RT-AC56U zu erstellen

    I think you would need to add the package to Entware. https://github.com/Entware/entware/wiki/How-to-add-a-new-package-or-rebuild-the-feed https://github.com/zyxmon/openwrt-packages http://www.maltepoeggel.de/data/usbfunk-openwrt/Makefile --- USBFunk is a tiny 433MHz interface to control...
  5. ASAT

    Easy RSA build keys and create certificates (OpenVPN, RT N66U, Windows)

    I needed to do this for pixelserv-tls. Maybe it's the same for OpenVPN certs? mkdir -p /opt/local cd /opt/local curl -L -O https://github.com/OpenVPN/easy-rsa/releases/download/3.0.1/EasyRSA-3.0.1.tgz tar xzvf EasyRSA-3.0.1.tgz
  6. ASAT

    Set the router clock with a GPS receiver for under $70

    And I think this one enables libevent pthreads: "--enable-local-libevent" Otherwise, you need to link to an external libevent package?
  7. ASAT

    ARM toolchains with NPTL for Asuswrt/Merlin

    My Asuswrt-Merlin build environment is Linux Mint 13 "Maya" 64-bit on VMware.
  8. ASAT

    ARM toolchains with NPTL for Asuswrt/Merlin

    I'm currently running Asuswrt-Merlin 378.55 built with this updated Buildroot. And I'm in the process of re-compiling all my programs. No issues thus far. I don't use the Trend Micro. However, one thing that always bites me, when compiling the NTPD program, is that I forget to copy timepps.h...
  9. ASAT

    Overclocking RT-AC56U

    Maybe cut a large diameter hole in plastic using a hole saw? I have not tried this yet, but it is probably how I will do it. http://www.ebay.com/itm/15mm-100mm-HSS-Steel-Hole-Saw-Tooth-Kit-Drill-Bit-Set-Cutter-Tool-For-Wood-Alloy-/271368630716
  10. ASAT

    Rss feed in download manager

    I use FlexGet for searching for TV shows. It's a program that is external to DownloadManager. FlexGet can track the current episode in a TV series and scrape web pages to retrieve the magnet links. It has filters for video encoding and quality, and much more. It's not limited to just RSS...
  11. ASAT

    Dnscrypt from opendns

    My method is for Dnscrypt that you compile yourself using an ARM cross compiler included with the Asuswrt-Merlin firmware, and copy to /jffs/bin. If you can't get it to compile, then use Entware. It should be easy. The Dnscrypt service startup script is in /opt/etc/init.d. If you need...
  12. ASAT

    Set the router clock with a GPS receiver for under $70

    The Raspberry Pi is the best way. The PPS output of the GPS module is wired to a GPIO pin on the Raspberry Pi, instead of the DCD pin on a usb-to-serial converter. So it is much more precise because there is no USB latency for the PPS signal. It goes direct to GPIO. I believe Raspbian...
  13. ASAT

    Set the router clock with a GPS receiver for under $70

    It is for my network of 33x IP cameras, inside and around the building. So the timestamps in the video feeds are all in sync with the correct time. It is my security surveillance system. Where I live, the Internet time sources is not very reliable. GPS time is always available, even without...
  14. ASAT

    Set the router clock with a GPS receiver for under $70

    For your amusement here's the pictures. Now you can see how to synchronize the router's clock from a precise GPS time source, without an Internet connection. Connected to the Asuswrt-Merlin router. USB cable, connected to the Asus RT-AC68U USB 2.0 port FT232RL usb-to-serial converter, yellow...
  15. ASAT

    [Q] Way to create a network that doesn't use VPN?

    To access Craigslist from behind a blocked IP, try Google this: free web proxy list These HTTP proxy websites are only good for entering a URL and viewing the web page. Some work and some don't. Eventually, you will find one that works. AND, eventually each one will get discovered and...
  16. ASAT

    High Temp - 378.56

    I have 2x DC fans, 120mm size, strapped to the back of my RT-AC68U with bungee cord. It is overclocked to 1200 MHz. My idle CPU temp is 53C. My Raspberry Pi 2 Model B is overclocked to 1000 Mhz and overvolted to 6. I use the free aluminum heat sinks that came with the case, and 1x 50mm DC...
  17. ASAT

    Set the router clock with a GPS receiver for under $70

    My other weekly plots.
  18. ASAT

    Set the router clock with a GPS receiver for under $70

    My weekly plots. This is Asuswrt-Merlin running NTPD for clock synchronization, sourced from only a GPS receiver (NEMA+PPS). No Internet connection is required for clock synchronization.
  19. ASAT

    Set the router clock with a GPS receiver for under $70

    Here are the other plots. I don't know the reason for the spike.
  20. ASAT

    Set the router clock with a GPS receiver for under $70

    The GPS module is put in a weatherproof plastic box and it is up on the roof of the building. Use Silicone sealant with UV protection to seal the plastic box. Be sure it is very dry inside the box before sealing it. Do not seal the box on a very humid day. Usage of dessicant bag inside the...
Top