Recent content by smitty870

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

    Guest Network on AP

    Thanks, I had to try of course!
  2. S

    Guest Network on AP

    dnsmasq.postconf #!/bin/sh CONFIG=$1 source /usr/sbin/helper.sh logger "dnsmasq-dhcp: Configure wl0.1 to have special DHCP" # ifconfig br1 192.168.80.2 netmask 255.255.255.0 iptables -D INPUT -i br1 -j ACCEPT iptables -I INPUT -i br1 -j ACCEPT ebtables -t broute -D BROUTING -i br1 -p ipv4 -j...
  3. S

    Guest Network on AP

    I have an Ubiquity Edgerouter connected to my ISP Modem and would like to use the ASUS Router as an AP. I currently have another firmware on it with 3 SSIDS (Private, IOT, Guest). 1 - private picks up it's IP address from the Edgerouter. Firewall rules permit access to any device on the other 2...
Top