• 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!

Recent content by memphis2k

  1. memphis2k

    CRON Script not executing

    Nailed it. changed it to #!/bin/sh and it works. Thanks again,
  2. memphis2k

    CRON Script not executing

    Yes, see attached
  3. memphis2k

    CRON Script not executing

    Thanks. At least I know it works for someone. I have another AC68 I'll this on, have my scripts configured on two of these AP's. I can always see it in the syslog running it manually, never by CRON.
  4. memphis2k

    CRON Script not executing

    Did a little searching but found nothing that worked. ASUS-Merlin 384.19 running on a RT-AC68U. Script works manually, but I can't get CRON to run it after a reboot. ping_google.sh #!/bin/bash #ping google and send a REST command back to ISY. Then ISY sends to Pushover #Using curl because...
  5. memphis2k

    VLAN Help with Asus Merlin - pfSense & Managed Switch

    Thanks for taking the time to reply. That code worked perfectly. And yes I did have my AC68U in AP Mode.
  6. memphis2k

    VLAN Help with Asus Merlin - pfSense & Managed Switch

    Hello, I'm new to tagging VLAN's and need some assistance. Hardware: pfSense in a Hyper-V VM setup with VLAN tagging (1-100) HP V1810 48 Port managed switch RT-AC68U running latest Merlin VLAN's: VLAN 1: (default) everything otherwise specified VLAN 11: Insecure Hardwired (Works) VLAN 21...
  7. memphis2k

    YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

    Does this script work in AP mode? Running pfSense for DHCP, DNS, NAT/Firewall and just need AC68U merlin to run multiple Wifi's for secure & guest (iot) networks. I tried running AC68U as an router and turning off everything, DHCP, DNS, NAT but I couldn't get a Android phone to get an DHCP IP...
  8. memphis2k

    RT-AC68U Configured as AP br0 interface not seeing WIFI

    Merlin, How can I run multiple scripts from "services-start"? I"m no Linux/BASH expert. Thanks in-advance! I tried: #!/bin/bash sh /jffs/scripts/wifi_check.sh sh /jffs/scripts/ping.sh -------------------------------- AND #!/bin/bash sh ./wifi_check.sh sh ./ping.sh
  9. memphis2k

    RT-AC68U Configured as AP br0 interface not seeing WIFI

    Thanks, I will try that. If I did the "arping" command proactively in the shell, essentially waked the device and then the "arp" commend ran by the script would see the phones and tell the automation that they are home. Otherwise monitoring the script, it would just say the phones were not...
  10. memphis2k

    RT-AC68U Configured as AP br0 interface not seeing WIFI

    Hello, I am working on setting up a Proximity script for my RT-AC68U (set to AP mode) to send REST commands to my Home Automation system, an ISY994i. Running the latest Merlin firmware. Ideally want this to run as "services-start" if I run the command (found in the script) "arp -i br0" none...
Back
Top