Recent content by gatorback

  • 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. gatorback

    Cloud services fail after modem change

    An Arris modem replaced the Xfinity modem. The Mac on the Wifi returns web pages (i.e. internet is working). The Mac is also able to ping the Honeywell thermostat: ping -c 3 192.168.8.121 I noticed two services that seem to fail: * Thermostat display normally reports outside temperature...
  2. gatorback

    Immediately forcing DDNS update

    DDNS indicates "Unable to connect to the Internet": leaving me to wonder why? @ColinTaylor: Thank you for the reply. Router replies "Done." to Terminal command. ISSUE: nslookup does not return the WAN IP in the photo. I suspect this is because of the "Unable to connect to the internet"...
  3. gatorback

    Immediately forcing DDNS update

    Firmware 380.70 DDNS: www.asus.com -> .asuscomm.com Is it possible to immediately force a DDNS update? Maybe from the SSH terminal?
  4. gatorback

    DDNS: WAN IP

    A customer has asked to create a sub LAN with an Asus Merlin router. The DSL modem assigned the 192.168.1.84 to the Merline router: The goal is to have the DSL modem forward inbound SSH to XYZ.asuscomm.com to the Asus router. The DSL modem has been configured to do this, however...
  5. gatorback

    Reverse Proxy for RT68U

    The goal is to enable WAN access to 2 or more servers provide web services behind a RT-AC68U nextcloud.mydomain.com => 192.168.X.115 (next cloud web service) bbb.mydomain.com => 192.168.X.116 (big blue button web service) The post below indicates a reverse proxy function to examine packets...
  6. gatorback

    DNS Troubleshooting

    All wifi devices were working prior to resetting the router's NVRAM. After the reset, Wifi service was restored and the OSX / IOS wifi devices are running well. DNS-based Filtering (Quad9 Global Filter Mode) was turned on and seems to cause a problem DNS resolution problem on in the Ubuntu...
  7. gatorback

    DHCP Clients are not returned

    @ColinTaylor Thanks for catching the error: link updated to https://sourceforge.net/projects/asuswrt-merlin/files/RT-AC68U/Release/RT-AC68U_384.14_2.zip/download
  8. gatorback

    DHCP Clients are not returned

    I maintain several routers and should keep a log for each one. That said, this router was upgraded from an older Merlin version, that was working perfectly (this is where the log would be handy). I have tried rebuilding the NVRAM with the procedure: ** Power off the router ** Hold the...
  9. gatorback

    DHCP Clients are not returned

    An RT-AC68U is outfitted with 384.13 performs as expected, except DHCP clients do not populate the client list: What diagnostics steps can be taken to determine root-cause and corrective action?
  10. gatorback

    SSH Tunnel Error: channel 3: open failed: administratively prohibited:

    The goal is to enable Firefox (on Ubuntu 16.04) to remotely ssh-tunnel and administer the Merline home router. The command: ssh -D localhost:3000 user@myfqdn.asuscomm.com connects a BASH terminal to the SSH server (on the router). Firefox network settings was configured per...
  11. gatorback

    configuring optware services to start at boot

    Optware is installed on an Asus RT-N16 Firmware:374.43_2-39L3j9527 I understand that Optware is now superseded by Entware, but have my reasons for not migrating (yet). Goal: configure openssh-sftp-server to start at boot. What are the steps? Ideally these steps would be extensible to other...
  12. gatorback

    Mounting USB drive

    An attempt to standup an RT-N16 on K3.X DD-WRT was abandoned in favor of John's Merlin-fork. Firmware:374.43_2-39L3j9527 The flash drive was accessible from DD-WRT and was reformatted to EXT4. The screenshot show that the router recognizes the Sandisk USB drive, but it is umounted. What...
  13. gatorback

    Starting openssh-sftp-server after installing with ipkg

    The end goal is to mount a remote director via sshfs. A remote host (router) has the following packages installed: user@remothostE8:/tmp/home/root# ipkg list_installed asuslighttpd - 3.1.0.102 - bzip2 - 1.0.6-1 - downloadmaster - 3.1.0.104 - Download tools expat - 2.0.1-1...
  14. gatorback

    Add DHCP static leases from CLI

    Brilliant! Was the procedure in your code successfully performed on the RT-AX88U Asuswrt-Merlin 384.10_beta1?
  15. gatorback

    Add DHCP static leases from CLI

    It is convenient to be able to add a list DHCP reservations from the CLI (Telnet / SSH). The NVRAM variable: dhcp_staticlist stores dhcp static leases: <MAC_Addresses> LAN_IPs>hostnames< for example: <B8:27:EB:F6:55:55>192.168.8.6>rapsberrypi< nvram show dhcp_staticlist An example for...
Top