Recent content by rrQssQrr

  1. R

    Install ipkg, opkg or optware on default ASUSWrt

    You can also retrieve your public IP locally via ... publicIP=$(/usr/sbin/ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}')
  2. R

    [Solution] ASUSwrt DDNS updater script that works with multi-NAT

    Make sure you have the "execute" bit turned on for the script .. chmod +x /tmp/mnt/2GB_stick/update-ddns-asuswrt.sh
  3. R

    Guest Network on Nodes

    Ahhh ... Thanks
  4. R

    Guest Network on Nodes

    Right .. When you define your Guest Network, You have the option to Enable/Disable "Intranet Access". "Disable" should mean that the Guest Network will not have access to any server on your Primary Network.
  5. R

    Guest Network on Nodes

    Why can't you use your existing setup and disallow intranet access on the guest network?
Back
Top